Home
last modified time | relevance | path

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

/CoreMQTT-Agent-v1.1.0/test/unit-test/
HDmqtt_agent_command_functions_utest.c179 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_ProcessLoop()
204 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Publish_QoS0_success()
230 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Publish_QoS1_success()
255 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Publish_QoS0_failure()
281 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Publish_QoS1_failure()
307 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Subscribe_Success()
333 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Subscribe_failure()
359 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Unsubscribe()
385 TEST_ASSERT_FALSE( returnFlags.endLoop ); in test_MQTTAgentCommand_Unsubscribe_failure()
403 TEST_ASSERT_TRUE( returnFlags.endLoop ); in test_MQTTAgentCommand_Disconnect()
[all …]
HDmqtt_agent_utest.c121 returnFlags.endLoop = false; in setUp()
1231 returnFlags.endLoop = true; in test_MQTTAgent_CommandLoop_with_empty_command_queue()
1254 returnFlags.endLoop = true; in test_MQTTAgent_CommandLoop_process_commands_in_command_queue()
1297 returnFlags.endLoop = true; in test_MQTTAgent_CommandLoop_add_acknowledgment_success()
1337 returnFlags.endLoop = false; in test_MQTTAgent_CommandLoop_add_acknowledgment_failure()
1405 returnFlags.endLoop = true; in test_MQTTAgent_CommandLoop_add_acknowledgment_invalid_id()
1446 returnFlags.endLoop = true; in test_MQTTAgent_CommandLoop_with_eventCallback()
1618 returnFlags.endLoop = false; in test_MQTTAgent_CommandLoop_second_processloop_fails()
1651 returnFlags.endLoop = false; in test_MQTTAgent_CommandLoop_failure_executing_second_command()
/CoreMQTT-Agent-v1.1.0/test/cbmc/stubs/
HDagent_command_functions_stub.c44 pReturnFlags->endLoop = nondet_bool(); in MQTTAgentCommand_Stub()
194 pReturnFlags->endLoop = true; in MQTTAgentCommand_Terminate()
/CoreMQTT-Agent-v1.1.0/source/
HDcore_mqtt_agent_command_functions.c192 pReturnFlags->endLoop = true; in MQTTAgentCommand_Disconnect()
235 pReturnFlags->endLoop = true; in MQTTAgentCommand_Terminate()
HDcore_mqtt_agent.c590 *pEndLoop = ( commandOutParams.endLoop || ( operationStatus != MQTTSuccess ) ); in processCommand()
1000 bool endLoop = false; in MQTTAgent_CommandLoop() local
1018 operationStatus = processCommand( pMqttAgentContext, pCommand, &endLoop ); in MQTTAgent_CommandLoop()
1027 if( endLoop ) in MQTTAgent_CommandLoop()
/CoreMQTT-Agent-v1.1.0/source/include/
HDcore_mqtt_agent_command_functions.h108 bool endLoop; /**< @brief Flag to indicate command loop should terminate. */ member