| /base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/ |
| D | sendterminalresponsecmd_fuzzer.cpp | 82 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
|
| /base/telephony/sms_mms/services/mms/ |
| D | mms_apn_info.cpp | 116 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_file_manager.h | 48 std::u16string GetSimOperatorNumeric();
|
| D | sim_manager.h | 95 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /base/telephony/cellular_data/services/src/apn_manager/ |
| D | apn_manager.cpp | 193 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase() 245 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, tempPlmn); in GetCTOperator()
|
| /base/telephony/core_service/services/sim/src/ |
| D | operator_config_loader.cpp | 68 std::string mccmncFromSim = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
|
| D | sim_manager.cpp | 652 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager 662 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
|
| D | sim_file_manager.cpp | 183 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_core_service_test.cpp | 159 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS); 319 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
| D | sim_elementary_file_test.cpp | 136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric); 153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
|
| D | zero_branch_test_core_service.cpp | 178 DelayedSingleton<CoreService>::GetInstance()->GetSimOperatorNumeric(SLOT_ID, testU16Str);
|
| D | zero_branch_test.cpp | 410 EXPECT_EQ(simFileManager.GetSimOperatorNumeric(), u""); 1014 EXPECT_GT(mInner.GetSimOperatorNumeric(0, result), TELEPHONY_ERR_SUCCESS); 1348 EXPECT_GT(simManager->GetSimOperatorNumeric(0, testStr), TELEPHONY_ERR_SUCCESS); 1349 EXPECT_GT(simManager->GetSimOperatorNumeric(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 88 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_client.h | 194 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| D | i_core_service.h | 68 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_proxy.h | 62 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| D | core_manager_inner.h | 260 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| /base/telephony/cellular_call/services/control/src/ |
| D | cellular_call_config.cpp | 282 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, u16Hplmn); in UpdateEccNumberList() 782 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, u16Hplmn); in MergeEccCallList() 821 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMcc()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 271 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceClient 278 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
| D | core_manager_inner.cpp | 1940 int32_t CoreManagerInner::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreManagerInner 1946 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 77 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 433 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreService 440 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
| /base/telephony/core_service/services/network_search/src/ |
| D | operator_name.cpp | 212 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged()
|
| /base/telephony/core_service/frameworks/js/sim/src/ |
| D | napi_sim.cpp | 679 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric( in NativeGetSimOperatorNumeric() 698 napi_value GetSimOperatorNumeric(napi_env env, napi_callback_info info) in GetSimOperatorNumeric() function 725 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeri… in GetSimOperatorNumericSync() 3068 DECLARE_NAPI_FUNCTION("getSimOperatorNumeric", GetSimOperatorNumeric), in InitSimInterface()
|
| /base/telephony/sms_mms/test/gtest/ |
| D | mms_gtest.cpp | 372 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()
|