Searched refs:CHPP_OPEN_STATE_CLOSED (Results 1 – 9 of 9) sorted by relevance
257 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceClose()290 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceNotifyReset()
293 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceClose()326 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceNotifyReset()
287 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceClose()319 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceNotifyReset()
75 case (CHPP_OPEN_STATE_CLOSED): in chppIsClientApiReady()512 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientSendOpenRequest()532 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientProcessOpenResponse()
341 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()357 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()
161 CHPP_OPEN_STATE_CLOSED = 0, // Closed enumerator
447 gWwanClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanClientClose()
643 gGnssClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssClientClose()
671 gWifiClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiClientClose()