Searched refs:blockTimeMs (Results 1 – 10 of 10) sorted by relevance
70 uint32_t blockTimeMs );86 uint32_t blockTimeMs );105 typedef MQTTAgentCommand_t * ( * MQTTAgentCommandGet_t )( uint32_t blockTimeMs );
224 …uint32_t blockTimeMs; /**< @brief Maximum block time for enqueu… member
47 uint32_t blockTimeMs );61 uint32_t blockTimeMs );
46 MQTTAgentCommand_t * AgentGetCommandStub( uint32_t blockTimeMs );
81 uint32_t blockTimeMs ) in AgentMessageSendStub() argument90 uint32_t blockTimeMs ) in AgentMessageRecvStub() argument
30 MQTTAgentCommand_t * AgentGetCommandStub( uint32_t blockTimeMs ) in AgentGetCommandStub() argument
117 uint32_t blockTimeMs );197 uint32_t blockTimeMs );510 uint32_t blockTimeMs ) in addCommandToQueue() argument523 blockTimeMs in addCommandToQueue()707 uint32_t blockTimeMs ) in createAndAddCommand() argument717 pCommand = pMqttAgentContext->agentInterface.getCommand( blockTimeMs ); in createAndAddCommand()730 statusReturn = addCommandToQueue( pMqttAgentContext, pCommand, blockTimeMs ); in createAndAddCommand()1147 pCommandInfo->blockTimeMs ); in MQTTAgent_Subscribe()1172 pCommandInfo->blockTimeMs ); in MQTTAgent_Unsubscribe()1197 pCommandInfo->blockTimeMs ); in MQTTAgent_Publish()[all …]
88 uint32_t blockTimeMs ) in stubSend() argument90 ( void ) blockTimeMs; in stubSend()100 uint32_t blockTimeMs ) in stubReceive() argument104 ( void ) blockTimeMs; in stubReceive()118 static MQTTAgentCommand_t * stubGetCommand( uint32_t blockTimeMs ) in stubGetCommand() argument120 ( void ) blockTimeMs; in stubGetCommand()
147 uint32_t blockTimeMs ) in stubSend() argument149 ( void ) blockTimeMs; in stubSend()160 uint32_t blockTimeMs ) in stubSendFail() argument164 ( void ) blockTimeMs; in stubSendFail()173 uint32_t blockTimeMs ) in stubReceive() argument175 ( void ) blockTimeMs; in stubReceive()185 uint32_t blockTimeMs ) in stubReceiveThenFail() argument189 ( void ) blockTimeMs; in stubReceiveThenFail()203 static MQTTAgentCommand_t * stubGetCommand( uint32_t blockTimeMs ) in stubGetCommand() argument205 ( void ) blockTimeMs; in stubGetCommand()
231 uint32_t blockTimeMs )237 status = Queue_SendToBack( pMsgCtx->queue, pCommandToSend, blockTimeMs );253 uint32_t blockTimeMs )260 status = Queue_Recv( pMsgCtx->queue, &pReceivedPointer, blockTimeMs );278 MQTTAgentCommand_t * myGetCommandImplementation( uint32_t blockTimeMs )