Home
last modified time | relevance | path

Searched refs:pCommandToRelease (Results 1 – 6 of 6) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/cbmc/stubs/
Dagent_command_pool_stubs.c39 bool Agent_ReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in Agent_ReleaseCommand() argument
41 return ( pCommandToRelease != NULL ) ? true : false; in Agent_ReleaseCommand()
/CoreMQTT-Agent-v1.1.0/test/cbmc/include/
Dagent_command_pool_stubs.h59 bool Agent_ReleaseCommand( MQTTAgentCommand_t * pCommandToRelease );
/CoreMQTT-Agent-v1.1.0/source/include/
Dcore_mqtt_agent_message_interface.h123 typedef bool ( * MQTTAgentCommandRelease_t )( MQTTAgentCommand_t * pCommandToRelease );
/CoreMQTT-Agent-v1.1.0/test/unit-test/
Dmqtt_agent_command_functions_utest.c127 static bool stubReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in stubReleaseCommand() argument
129 ( void ) pCommandToRelease; in stubReleaseCommand()
Dmqtt_agent_utest.c212 static bool stubReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in stubReleaseCommand() argument
214 ( void ) pCommandToRelease; in stubReleaseCommand()
/CoreMQTT-Agent-v1.1.0/docs/doxygen/
Dpages.dox293 bool myReleaseCommandImplementation( MQTTAgentCommand_t * pCommandToRelease )
295 free( pCommandToRelease );