Searched refs:sessionPresent (Results 1 – 6 of 6) sorted by relevance
31 bool sessionPresent; in harness() local42 sessionPresent ); in harness()
161 &( pConnectInfo->sessionPresent ) ); in MQTTAgentCommand_Connect()166 LogInfo( ( "Session present flag: %d", pConnectInfo->sessionPresent ) ); in MQTTAgentCommand_Connect()168 pConnectInfo->sessionPresent ); in MQTTAgentCommand_Connect()
1039 bool sessionPresent ) in MQTTAgent_ResumeSession() argument1053 if( sessionPresent ) in MQTTAgent_ResumeSession()
213 …bool sessionPresent; /**< @brief Output flag set if a previous session was present. */ member411 bool sessionPresent );
518 bool sessionPresent = true; in test_MQTTAgent_ResumeSession_Invalid_Params() local526 mqttStatus = MQTTAgent_ResumeSession( NULL, sessionPresent ); in test_MQTTAgent_ResumeSession_Invalid_Params()531 mqttStatus = MQTTAgent_ResumeSession( &mqttAgentContext, sessionPresent ); in test_MQTTAgent_ResumeSession_Invalid_Params()538 bool sessionPresent = true; in test_MQTTAgent_ResumeSession_session_present_no_resent_publishes() local545 mqttStatus = MQTTAgent_ResumeSession( &mqttAgentContext, sessionPresent ); in test_MQTTAgent_ResumeSession_session_present_no_resent_publishes()551 bool sessionPresent = true; in test_MQTTAgent_ResumeSession_session_present_no_publish_found() local563 mqttStatus = MQTTAgent_ResumeSession( &mqttAgentContext, sessionPresent ); in test_MQTTAgent_ResumeSession_session_present_no_publish_found()574 bool sessionPresent = true; in test_MQTTAgent_ResumeSession_session_present_clear_pending_subscribe_unsubscribe() local604 mqttStatus = MQTTAgent_ResumeSession( &mqttAgentContext, sessionPresent ); in test_MQTTAgent_ResumeSession_session_present_clear_pending_subscribe_unsubscribe()623 bool sessionPresent = true; in test_MQTTAgent_ResumeSession_failed_publish() local[all …]
479 …MQTTAgent_ResumeSession_ExpectAndReturn( &mqttAgentContext, connectInfo.sessionPresent, MQTTSucces… in test_MQTTAgentCommand_Connect()