Searched refs:send (Results 1 – 7 of 7) sorted by relevance
135 MQTTAgentMessageSend_t send; /**< Function to send a command to the agent. */ member
93 pTransportInterface->send = NetworkInterfaceSendStub; in allocateMqttAgentContext()103 pMessageInterface->send = AgentMessageSendStub; in allocateMqttAgentContext()
29 … MQTT agent task. The APIs used by application tasks are thread safe, and send commands that are p…193 The message interface is a set of APIs to send MQTT Agent commands from application tasks to the MQ…194 It must be implemented with thread safety, as multiple tasks can send commands concurrently. The me…202 The send and receive functions take in an opaque context @ref MQTTAgentMessageContext_t. The functi…212 …uct MQTTAgentMessageContext must contain all of the information needed to send and receive command…225 This function is expected to send the pointer that is pointed to by <b>pCommandToSend</b> using the…226 It will return `true` if the send was successful, else `false`.<br><br>236 //A function to send data to via pointer to a queue.
340 messageInterface.send = stubSend; in setupAgentContext()383 agentContext.agentInterface.send = NULL; in invalidParamsTestFunc()387 agentContext.agentInterface.send = stubSend; in invalidParamsTestFunc()431 msgInterface.send = stubSend; in test_MQTTAgent_Init_Happy_Path()459 msgInterface.send = stubSend; in test_MQTTAgent_Init_Invalid_Params()486 msgInterface.send = NULL; in test_MQTTAgent_Init_Invalid_Params()490 msgInterface.send = stubSend; in test_MQTTAgent_Init_Invalid_Params()724 agentContext.agentInterface.send = stubSendFail; in test_MQTTAgent_Ping_Command_Send_Failure()
523 mqttAgentContext.agentInterface.send = stubSend; in test_MQTTAgentCommand_Terminate()
520 queueStatus = pAgentContext->agentInterface.send( in addCommandToQueue()890 else if( ( pMqttAgentContext->agentInterface.send == NULL ) || in validateStruct()965 ( pMsgInterface->send == NULL ) || in MQTTAgent_Init()
30 To send us a pull request, please: