Home
last modified time | relevance | path

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

12

/base/telephony/sms_mms/services/mms/
Dmms_apn_info.cpp75 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
Dsendterminalresponsecmd_fuzzer.cpp82 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
/base/telephony/core_service/services/sim/include/
Dsim_file_manager.h44 std::u16string GetSimOperatorNumeric();
Dsim_manager.h94 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp67 std::string mccmncFromSim = Str16ToStr8(simFileManager_->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
Dsim_manager.cpp659 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager
669 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
Dsim_file_manager.cpp159 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
/base/telephony/sms_mms/services/sms/
Dsms_network_policy_manager.cpp154 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in IsCtSimCard()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp156 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
314 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
Dsim_elementary_file_test.cpp136 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric);
153 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
Dzero_branch_test.cpp264 EXPECT_EQ(simFileManager.GetSimOperatorNumeric(), u"");
831 EXPECT_GT(mInner.GetSimOperatorNumeric(0, result), TELEPHONY_ERR_SUCCESS);
1171 EXPECT_GT(simManager->GetSimOperatorNumeric(0, testStr), TELEPHONY_ERR_SUCCESS);
1172 EXPECT_GT(simManager->GetSimOperatorNumeric(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h87 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_client.h186 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
Di_core_service.h66 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_proxy.h46 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
Dcore_manager_inner.h257 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
/base/telephony/core_service/services/core/include/
Dcore_service.h75 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp260 int32_t CoreServiceClient::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceClient
267 return proxy->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
Dcore_manager_inner.cpp1906 int32_t CoreManagerInner::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreManagerInner
1912 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp413 int32_t CoreService::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreService
420 return simManager_->GetSimOperatorNumeric(slotId, operatorNumeric); in GetSimOperatorNumeric()
Dcore_service_stub.cpp527 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp627 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric( in NativeGetSimOperatorNumeric()
646 napi_value GetSimOperatorNumeric(napi_env env, napi_callback_info info) in GetSimOperatorNumeric() function
673 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeri… in GetSimOperatorNumericSync()
2924 DECLARE_NAPI_FUNCTION("getSimOperatorNumeric", GetSimOperatorNumeric), in InitSimInterface()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp712 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in GetMcc()
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp957 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in HandleApnChanged()
/base/telephony/core_service/services/sim/test/
Dtest.cpp484 g_telephonyService->GetSimOperatorNumeric(testSlot, result); in TestGetSimOperatorNumeric()

12