Searched refs:blockTimeMs (Results 1 – 8 of 8) sorted by relevance
48 uint32_t blockTimeMs ) in Agent_MessageSend() argument54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend()64 uint32_t blockTimeMs ) in Agent_MessageReceive() argument70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
105 MQTTAgentCommand_t * Agent_GetCommand( uint32_t blockTimeMs ) in Agent_GetCommand() argument114 … structRetrieved = Agent_MessageReceive( &commandStructMessageCtx, &( structToUse ), blockTimeMs ); in Agent_GetCommand()
68 uint32_t blockTimeMs );82 uint32_t blockTimeMs );
60 MQTTAgentCommand_t * Agent_GetCommand( uint32_t blockTimeMs );
378 xCommandParams.blockTimeMs = mqttexampleMAX_COMMAND_SEND_BLOCK_TIME_MS; in prvSubscribeToTopic()469 xCommandParams.blockTimeMs = mqttexampleMAX_COMMAND_SEND_BLOCK_TIME_MS; in prvSimpleSubscribePublishTask()
651 xCommandParams.blockTimeMs = 0U; in prvHandleResubscribe()902 xCommandParams.blockTimeMs = 0U; in prvMQTTClientSocketWakeupCallback()
1214 xCommandParams.blockTimeMs = 0U; in prvHandleResubscribe()1562 xCommandParams.blockTimeMs = MQTT_AGENT_SEND_BLOCK_TIME_MS; in prvDisconnectFromMQTTBroker()1608 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTSubscribe()1675 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTPublish()1741 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTUnsubscribe()
1357 xCommandParams.blockTimeMs = 0U; in prvHandleResubscribe()1704 xCommandParams.blockTimeMs = MQTT_AGENT_SEND_BLOCK_TIME_MS; in prvDisconnectFromMQTTBroker()2066 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTSubscribe()2133 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTPublish()2199 xCommandParams.blockTimeMs = otaexampleMQTT_TIMEOUT_MS; in prvMQTTUnsubscribe()
Completed in 672 milliseconds