/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_net_agent.cpp | 162 netSupplier.regState = result; in UpdateNetSupplierInfo() 202 bool CellularDataNetAgent::GetSupplierRegState(uint32_t supplierId, int32_t ®State) in GetSupplierRegState() argument 208 regState = it->regState; in GetSupplierRegState()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_client_test.cpp | 222 int32_t regState = 0; in HWTEST_F() local 223 int32_t result = CellularDataClient::GetInstance().GetSupplierRegisterState(0, regState); in HWTEST_F()
|
H A D | cellular_data_service_test.cpp | 110 int32_t regState = -1; in HWTEST_F() local 111 service->GetSupplierRegisterState(supplierId, regState); in HWTEST_F()
|
H A D | cellular_data_test.cpp | 153 static int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t ®State); 381 int32_t CellularDataTest::GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) 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 D | cellular_data_net_agent.h | 107 bool GetSupplierRegState(uint32_t supplierId, int32_t ®State);
|
/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_utils.h | 275 int32_t regState; member
|
H A D | telephony_radio_impl.cpp | 234 cnetworkState.regState = WrapRegState(static_cast<int32_t>(networkState->GetRegStatus())); in GetNetworkState()
|
/base/telephony/cellular_data/frameworks/native/ |
H A D | cellular_data_service_proxy.h | 178 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t ®State);
|
H A D | cellular_data_client.cpp | 444 int32_t CellularDataClient::GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) in GetSupplierRegisterState() argument 451 return proxy->GetSupplierRegisterState(supplierId, regState); in GetSupplierRegisterState()
|
H A D | cellular_data_service_proxy.cpp | 676 int32_t CellularDataServiceProxy::GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) in GetSupplierRegisterState() argument 700 regState = replyParcel.ReadInt32(); in GetSupplierRegisterState()
|
/base/telephony/cellular_data/interfaces/innerkits/ |
H A D | i_cellular_data_manager.h | 162 virtual int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) = 0;
|
H A D | cellular_data_client.h | 243 * @param regState Supplier register state. 246 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t ®State);
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_service_stub.cpp | 449 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 D | cellular_data_service.cpp | 332 netSupplier.regState = SUPPLIER_INVALID_REG_STATE; in AddNetSupplier() 806 int32_t CellularDataService::GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) in GetSupplierRegisterState() argument 812 bool result = CellularDataNetAgent::GetInstance().GetSupplierRegState(supplierId, regState); in GetSupplierRegisterState()
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_service.h | 92 int32_t GetSupplierRegisterState(uint32_t supplierId, int32_t ®State) override;
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 237 int32_t regState; member
|
H A D | observer_event_handler.cpp | 494 .regState = WrapRegState(regStatus), in WorkNetworkStateUpdated()
|
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_constant.h | 61 int32_t regState = -1; member
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 342 RegServiceState regState = networkState->GetRegStatus(); in UpdateNsaState() local 344 if (regState != RegServiceState::REG_STATE_IN_SERVICE || in UpdateNsaState()
|
H A D | network_search_handler.cpp | 835 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 D | network_search_manager.cpp | 469 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 D | cs_control.cpp | 44 RegServiceState regState = moduleServiceUtils.GetCsRegState(callInfo.slotId); in Dial() local 45 if (!(regState == RegServiceState::REG_STATE_IN_SERVICE || isEcc)) { in Dial()
|
H A D | ims_control.cpp | 43 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 D | cellular_call_config.cpp | 309 RegServiceState regState = networkState->GetRegStatus(); in CheckHomeAndPresentState() local 311 bool isNetworkInService = (regState == RegServiceState::REG_STATE_IN_SERVICE); in CheckHomeAndPresentState()
|