Searched refs:CHPP_OPEN_STATE_CLOSED (Results 1 – 10 of 10) sorted by relevance
255 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceClose()288 wwanServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanServiceNotifyReset()
291 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceClose()324 gnssServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssServiceNotifyReset()
340 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceClose()372 wifiServiceContext->service.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiServiceNotifyReset()
75 case (CHPP_OPEN_STATE_CLOSED): in chppIsClientApiReady()511 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientSendOpenRequest()530 clientState->openState = CHPP_OPEN_STATE_CLOSED; in chppClientProcessOpenResponse()
97 serviceState->openState = CHPP_OPEN_STATE_CLOSED; in chppRegisterService()
330 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()344 if (clientState->openState == CHPP_OPEN_STATE_CLOSED) { in chppGetDispatchFunction()
161 CHPP_OPEN_STATE_CLOSED = 0, // Closed enumerator
446 gWwanClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWwanClientClose()
634 gGnssClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppGnssClientClose()
877 gWifiClientContext.client.openState = CHPP_OPEN_STATE_CLOSED; in chppWifiClientClose()