Searched refs:recv (Results 1 – 6 of 6) sorted by relevance
136 MQTTAgentMessageRecv_t recv; /**< Function for the agent to receive a command. */ member
92 pTransportInterface->recv = NetworkInterfaceReceiveStub; in allocateMqttAgentContext()104 pMessageInterface->recv = AgentMessageRecvStub; in allocateMqttAgentContext()
341 messageInterface.recv = stubReceive; in setupAgentContext()388 agentContext.agentInterface.recv = NULL; in invalidParamsTestFunc()392 agentContext.agentInterface.recv = stubReceive; in invalidParamsTestFunc()432 msgInterface.recv = stubReceive; in test_MQTTAgent_Init_Happy_Path()460 msgInterface.recv = stubReceive; in test_MQTTAgent_Init_Invalid_Params()491 msgInterface.recv = NULL; in test_MQTTAgent_Init_Invalid_Params()495 msgInterface.recv = stubReceive; in test_MQTTAgent_Init_Invalid_Params()1701 mqttAgentContext.agentInterface.recv = stubReceiveThenFail; in test_MQTTAgent_CancelAll()
524 mqttAgentContext.agentInterface.recv = stubReceive; in test_MQTTAgentCommand_Terminate()
891 ( pMqttAgentContext->agentInterface.recv == NULL ) || in validateStruct()966 ( pMsgInterface->recv == NULL ) || in MQTTAgent_Init()1013 ( void ) pMqttAgentContext->agentInterface.recv( in MQTTAgent_CommandLoop()1099 commandWasReceived = pMqttAgentContext->agentInterface.recv( in MQTTAgent_CancelAll()
242 recv