Home
last modified time | relevance | path

Searched refs:GetSimOperatorNumeric (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp77 std::string mccmncFromSim = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
141 mccmncFromSim_ = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in GetOpKey()
H A Dsim_manager.cpp714 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager
723 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
H A Dsim_file_manager.cpp187 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp278 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
312 GetSimOperatorNumeric(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp92 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_apn_info.cpp117 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h48 std::u16string GetSimOperatorNumeric();
H A Dsim_manager.h104 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp271 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase()
323 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, tempPlmn); in GetCTOperator()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp160 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
321 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_elementary_file_test.cpp136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric);
153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
H A Dzero_branch_test_core_service.cpp182 DelayedSingleton<CoreService>::GetInstance()->GetSimOperatorNumeric(SLOT_ID, testU16Str);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp189 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged()
626 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in IsChinaCard()
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp321 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, u16Hplmn); in UpdateEccNumberList()
839 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, u16Hplmn); in MergeEccCallList()
875 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMcc()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h91 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
H A Dcore_service_client.h211 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
H A Di_core_service.h70 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
H A Dcore_service_proxy.h64 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
H A Dcore_manager_inner.h269 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp291 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceClient
298 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h82 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp468 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreService
475 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp341 int32_t errCode = CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, plmn); in GetPlmn()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp697 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric( in NativeGetSimOperatorNumeric()
716 napi_value GetSimOperatorNumeric(napi_env env, napi_callback_info info) in GetSimOperatorNumeric() function
743 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeri… in GetSimOperatorNumericSync()
3149 DECLARE_NAPI_FUNCTION("getSimOperatorNumeric", GetSimOperatorNumeric), in InitSimInterface()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp374 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()

12