Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 5 of 5) sorted by relevance

/CoreMQTT-Agent-v1.1.0/source/include/
Dcore_mqtt_agent_message_interface.h137 …MQTTAgentCommandGet_t getCommand; /**< Function to obtain a pointer to an allocated comman… member
/CoreMQTT-Agent-v1.1.0/test/cbmc/sources/
Dmqtt_agent_cbmc_state.c105 pMessageInterface->getCommand = AgentGetCommandStub; in allocateMqttAgentContext()
/CoreMQTT-Agent-v1.1.0/test/unit-test/
Dmqtt_agent_utest.c343 messageInterface.getCommand = stubGetCommand; in setupAgentContext()
393 agentContext.agentInterface.getCommand = NULL; in invalidParamsTestFunc()
397 agentContext.agentInterface.getCommand = stubGetCommand; in invalidParamsTestFunc()
434 msgInterface.getCommand = stubGetCommand; in test_MQTTAgent_Init_Happy_Path()
461 msgInterface.getCommand = stubGetCommand; in test_MQTTAgent_Init_Invalid_Params()
501 msgInterface.getCommand = NULL; in test_MQTTAgent_Init_Invalid_Params()
505 msgInterface.getCommand = stubGetCommand; in test_MQTTAgent_Init_Invalid_Params()
Dmqtt_agent_command_functions_utest.c526 mqttAgentContext.agentInterface.getCommand = stubGetCommand; in test_MQTTAgentCommand_Terminate()
/CoreMQTT-Agent-v1.1.0/source/
Dcore_mqtt_agent.c717 pCommand = pMqttAgentContext->agentInterface.getCommand( blockTimeMs ); in createAndAddCommand()
892 ( pMqttAgentContext->agentInterface.getCommand == NULL ) || in validateStruct()
967 ( pMsgInterface->getCommand == NULL ) || in MQTTAgent_Init()