/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 77 std::string mccmncFromSim = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc() 141 mccmncFromSim_ = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in GetOpKey()
|
H A D | sim_manager.cpp | 714 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 D | sim_file_manager.cpp | 187 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/ |
H A D | setradiostate_fuzzer.cpp | 278 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 D | sendterminalresponsecmd_fuzzer.cpp | 92 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_apn_info.cpp | 117 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 48 std::u16string GetSimOperatorNumeric();
|
H A D | sim_manager.h | 104 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 271 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 D | sim_core_service_test.cpp | 160 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS); 321 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_elementary_file_test.cpp | 136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric); 153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
|
H A D | zero_branch_test_core_service.cpp | 182 DelayedSingleton<CoreService>::GetInstance()->GetSimOperatorNumeric(SLOT_ID, testU16Str);
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 189 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged() 626 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in IsChinaCard()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 321 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 D | i_sim_manager.h | 91 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
H A D | core_service_client.h | 211 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
H A D | i_core_service.h | 70 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
H A D | core_service_proxy.h | 64 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
H A D | core_manager_inner.h | 269 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 291 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 D | core_service.h | 82 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 468 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 D | sta_service.cpp | 341 int32_t errCode = CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, plmn); in GetPlmn()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 697 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 D | mms_gtest.cpp | 374 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()
|