Searched refs:CHPP_OPEN_STATE_OPENED (Results 1 – 10 of 10) sorted by relevance
210 if (wwanServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppWwanServiceOpen()222 wwanServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppWwanServiceOpen()284 if (wwanServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppWwanServiceNotifyReset()
246 if (gnssServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppGnssServiceOpen()258 gnssServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppGnssServiceOpen()320 if (gnssServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppGnssServiceNotifyReset()
295 if (wifiServiceContext->service.openState == CHPP_OPEN_STATE_OPENED) { in chppWifiServiceOpen()307 wifiServiceContext->service.openState = CHPP_OPEN_STATE_OPENED; in chppWifiServiceOpen()368 if (wifiServiceContext->service.openState != CHPP_OPEN_STATE_OPENED) { in chppWifiServiceNotifyReset()
81 case (CHPP_OPEN_STATE_OPENED): { in chppIsClientApiReady()514 result = (clientState->openState == CHPP_OPEN_STATE_OPENED); in chppClientSendOpenRequest()533 clientState->openState = CHPP_OPEN_STATE_OPENED; in chppClientProcessOpenResponse()
164 CHPP_OPEN_STATE_OPENED = 3, // Opened enumerator
69 state->client.openState = CHPP_OPEN_STATE_OPENED; in chppLoopbackClientInit()
68 state->client.openState = CHPP_OPEN_STATE_OPENED; in chppTimesyncClientInit()
248 if (wwanClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppWwanClientNotifyReset()
327 if (gnssClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppGnssClientNotifyReset()
376 if (wifiClientContext->client.openState != CHPP_OPEN_STATE_OPENED && in chppWifiClientNotifyReset()