Home
last modified time | relevance | path

Searched refs:releaseCommand (Results 1 – 7 of 7) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/cbmc/proofs/MQTTAgentCommand_Terminate/
HDMQTTAgentCommand_Terminate_harness.c39 __CPROVER_assume( pMqttAgentContext->agentInterface.releaseCommand != NULL ); in harness()
/CoreMQTT-Agent-v1.1.0/source/include/
HDcore_mqtt_agent_message_interface.h138 MQTTAgentCommandRelease_t releaseCommand; /**< Function to release an allocated command. */ member
/CoreMQTT-Agent-v1.1.0/source/
HDcore_mqtt_agent.c737 commandReleased = pMqttAgentContext->agentInterface.releaseCommand( pCommand ); in createAndAddCommand()
772 assert( pAgentContext->agentInterface.releaseCommand != NULL ); in concludeCommand()
783 commandReleased = pAgentContext->agentInterface.releaseCommand( pCommand ); in concludeCommand()
893 ( pMqttAgentContext->agentInterface.releaseCommand == NULL ) || in validateStruct()
968 ( pMsgInterface->releaseCommand == NULL ) ) in MQTTAgent_Init()
HDcore_mqtt_agent_command_functions.c230 assert( pMqttAgentContext->agentInterface.releaseCommand != NULL ); in MQTTAgentCommand_Terminate()
/CoreMQTT-Agent-v1.1.0/test/cbmc/sources/
HDmqtt_agent_cbmc_state.c106 pMessageInterface->releaseCommand = Agent_ReleaseCommand; in allocateMqttAgentContext()
/CoreMQTT-Agent-v1.1.0/test/unit-test/
HDmqtt_agent_utest.c342 messageInterface.releaseCommand = stubReleaseCommand; in setupAgentContext()
398 agentContext.agentInterface.releaseCommand = NULL; in invalidParamsTestFunc()
402 agentContext.agentInterface.releaseCommand = stubReleaseCommand; in invalidParamsTestFunc()
433 msgInterface.releaseCommand = stubReleaseCommand; in test_MQTTAgent_Init_Happy_Path()
462 msgInterface.releaseCommand = stubReleaseCommand; in test_MQTTAgent_Init_Invalid_Params()
496 msgInterface.releaseCommand = NULL; in test_MQTTAgent_Init_Invalid_Params()
500 msgInterface.releaseCommand = stubReleaseCommand; in test_MQTTAgent_Init_Invalid_Params()
HDmqtt_agent_command_functions_utest.c525 mqttAgentContext.agentInterface.releaseCommand = stubReleaseCommand; in test_MQTTAgentCommand_Terminate()