Searched refs:regState (Results 1 – 6 of 6) sorted by relevance
471 RegServiceState regState = radioState == CORE_SERVICE_POWER_OFF ? in RadioOffOrUnavailableState() local473 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_CS); in RadioOffOrUnavailableState()474 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_PS); in RadioOffOrUnavailableState()885 int32_t NetworkSearchHandler::GetRegServiceState(RegServiceState ®State) in GetRegServiceState() argument891 regState = networkRegister_->GetRegServiceState(); in GetRegServiceState()
1350 RegServiceState regState = RegServiceState::REG_STATE_UNKNOWN; in IsNeedDelayNotify() local1351 inner->networkSearchHandler_->GetRegServiceState(regState); in IsNeedDelayNotify()1352 if (regState == RegServiceState::REG_STATE_NO_SERVICE) { in IsNeedDelayNotify()
95 int32_t GetRegServiceState(RegServiceState ®State);
43 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial() local44 if (!(regState == RegServiceState::REG_STATE_IN_SERVICE || isEcc)) { in Dial()
43 RegServiceState regState = moduleServiceUtils.GetPsRegState(callInfo.slotId); in Dial() local44 if (!(regState == RegServiceState::REG_STATE_IN_SERVICE || isEcc)) { in Dial()
2035 regState: RegState; property