/base/telephony/core_service/services/sim/include/ |
D | sim_file_manager.h | 44 std::u16string GetSimOperatorNumeric();
|
D | sim_manager.h | 89 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/ |
D | sendterminalresponsecmd_fuzzer.cpp | 102 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
|
/base/telephony/core_service/services/sim/src/ |
D | operator_config_loader.cpp | 67 std::string mccmncFromSim = Str16ToStr8(simFileManager_->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
|
D | sim_manager.cpp | 576 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager 586 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
|
D | sim_file_manager.cpp | 160 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
|
/base/telephony/sms_mms/services/ |
D | sms_network_policy_manager.cpp | 154 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in IsCtSimCard()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 82 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
D | core_service_client.h | 50 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
D | i_core_service.h | 65 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
D | core_service_proxy.h | 43 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
D | core_manager_inner.h | 252 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 73 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 250 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceClient 257 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
D | core_manager_inner.cpp | 1843 int32_t CoreManagerInner::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreManagerInner 1849 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
D | core_service_proxy.cpp | 607 int32_t CoreServiceProxy::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 362 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreService 369 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
|
D | core_service_stub.cpp | 473 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 235 EXPECT_EQ(simFileManager.GetSimOperatorNumeric(), u""); 686 EXPECT_GT(mInner.GetSimOperatorNumeric(0, result), TELEPHONY_ERR_SUCCESS); 788 EXPECT_GT(simManager->GetSimOperatorNumeric(0, testStr), TELEPHONY_ERR_SUCCESS); 789 EXPECT_GT(simManager->GetSimOperatorNumeric(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
D | sim_test.cpp | 528 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric); 545 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_config.cpp | 635 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in GetMcc()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 522 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric( in NativeGetSimOperatorNumeric() 541 napi_value GetSimOperatorNumeric(napi_env env, napi_callback_info info) in GetSimOperatorNumeric() function 2588 DECLARE_NAPI_FUNCTION("getSimOperatorNumeric", GetSimOperatorNumeric), in InitSimInterface()
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_handler.cpp | 965 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in HandleApnChanged()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 464 g_telephonyService->GetSimOperatorNumeric(SLOT_ID, result); in TestGetSimOperatorNumeric()
|