Home
last modified time | relevance | path

Searched refs:regState (Results 1 - 24 of 24) sorted by relevance

/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_net_agent.cpp162 netSupplier.regState = result; in UpdateNetSupplierInfo()
202 bool CellularDataNetAgent::GetSupplierRegState(uint32_t supplierId, int32_t &regState) in GetSupplierRegState() argument
208 regState = it->regState; in GetSupplierRegState()
/base/telephony/cellular_data/test/
H A Dcellular_data_client_test.cpp222 int32_t regState = 0; in HWTEST_F() local
223 int32_t result = CellularDataClient::GetInstance().GetSupplierRegisterState(0, regState); in HWTEST_F()
H A Dcellular_data_service_test.cpp110 int32_t regState = -1; in HWTEST_F() local
111 service->GetSupplierRegisterState(supplierId, regState); in HWTEST_F()
H A Dcellular_data_test.cpp153 static int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t &regState);
381 int32_t CellularDataTest::GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) in GetSupplierRegisterState() argument
383 return CellularDataClient::GetInstance().GetSupplierRegisterState(supplierId, regState); in GetSupplierRegisterState()
1222 int32_t regState = -1; in HWTEST_F() local
1224 int32_t result = CellularDataTest::GetSupplierRegisterState(supplierId, regState); in HWTEST_F()
1233 result = CellularDataTest::GetSupplierRegisterState(supplierId, regState); in HWTEST_F()
/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_net_agent.h107 bool GetSupplierRegState(uint32_t supplierId, int32_t &regState);
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h275 int32_t regState; member
H A Dtelephony_radio_impl.cpp234 cnetworkState.regState = WrapRegState(static_cast<int32_t>(networkState->GetRegStatus())); in GetNetworkState()
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.h178 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t &regState);
H A Dcellular_data_client.cpp444 int32_t CellularDataClient::GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) in GetSupplierRegisterState() argument
451 return proxy->GetSupplierRegisterState(supplierId, regState); in GetSupplierRegisterState()
H A Dcellular_data_service_proxy.cpp676 int32_t CellularDataServiceProxy::GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) in GetSupplierRegisterState() argument
700 regState = replyParcel.ReadInt32(); in GetSupplierRegisterState()
/base/telephony/cellular_data/interfaces/innerkits/
H A Di_cellular_data_manager.h162 virtual int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) = 0;
H A Dcellular_data_client.h243 * @param regState Supplier register state.
246 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t &regState);
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service_stub.cpp449 int32_t regState = -1; in OnGetSupplierRegisterState() local
450 int32_t result = GetSupplierRegisterState(supplierId, regState); in OnGetSupplierRegisterState()
455 if (!reply.WriteInt32(regState)) { in OnGetSupplierRegisterState()
H A Dcellular_data_service.cpp332 netSupplier.regState = SUPPLIER_INVALID_REG_STATE; in AddNetSupplier()
806 int32_t CellularDataService::GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) in GetSupplierRegisterState() argument
812 bool result = CellularDataNetAgent::GetInstance().GetSupplierRegState(supplierId, regState); in GetSupplierRegisterState()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h92 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t &regState) override;
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h237 int32_t regState; member
H A Dobserver_event_handler.cpp494 .regState = WrapRegState(regStatus), in WorkNetworkStateUpdated()
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h61 int32_t regState = -1; member
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp342 RegServiceState regState = networkState->GetRegStatus(); in UpdateNsaState() local
344 if (regState != RegServiceState::REG_STATE_IN_SERVICE || in UpdateNsaState()
H A Dnetwork_search_handler.cpp835 RegServiceState regState = radioState == CORE_SERVICE_POWER_OFF ? in RadioOffOrUnavailableState() local
837 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_CS); in RadioOffOrUnavailableState()
838 networkSearchState->SetNetworkState(regState, DomainType::DOMAIN_TYPE_PS); in RadioOffOrUnavailableState()
H A Dnetwork_search_manager.cpp469 TELEPHONY_LOGD("NetworkSearchManager::GetPsRegState regState=%{public}s(%{public}d) slotId:%{public}d", in GetPsRegState()
486 TELEPHONY_LOGD("NetworkSearchManager::GetCsRegState regState=%{public}s(%{public}d) slotId:%{public}d", in GetCsRegState()
1524 RegServiceState regState = inner->networkSearchState_->GetNetworkStatus()->GetRegStatus(); in IsNeedDelayNotify() local
1525 if (regState == RegServiceState::REG_STATE_NO_SERVICE) { in IsNeedDelayNotify()
/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp44 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial() local
45 if (!(regState == RegServiceState::REG_STATE_IN_SERVICE || isEcc)) { in Dial()
H A Dims_control.cpp43 RegServiceState regState = moduleServiceUtils.GetPsRegState(callInfo.slotId); in Dial() local
44 if (!(regState == RegServiceState::REG_STATE_IN_SERVICE || isEcc)) { in Dial()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp309 RegServiceState regState = networkState->GetRegStatus(); in CheckHomeAndPresentState() local
311 bool isNetworkInService = (regState == RegServiceState::REG_STATE_IN_SERVICE); in CheckHomeAndPresentState()

Completed in 25 milliseconds