Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dsim_file_manager.h44 std::u16string GetSimOperatorNumeric();
Dsim_manager.h89 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
Dsendterminalresponsecmd_fuzzer.cpp102 void GetSimOperatorNumeric(const uint8_t *data, size_t size) in GetSimOperatorNumeric() function
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp67 std::string mccmncFromSim = Str16ToStr8(simFileManager_->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
Dsim_manager.cpp576 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager
586 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
Dsim_file_manager.cpp160 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
/base/telephony/sms_mms/services/
Dsms_network_policy_manager.cpp154 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in IsCtSimCard()
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h82 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_client.h50 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
Di_core_service.h65 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_proxy.h43 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
Dcore_manager_inner.h252 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
/base/telephony/core_service/services/core/include/
Dcore_service.h73 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp250 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()
Dcore_manager_inner.cpp1843 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()
Dcore_service_proxy.cpp607 int32_t CoreServiceProxy::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/core/src/
Dcore_service.cpp362 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()
Dcore_service_stub.cpp473 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp235 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);
Dsim_test.cpp528 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId_, operatorNumeric);
545 CoreServiceClient::GetInstance().GetSimOperatorNumeric(SimTest::slotId1_, operatorNumeric);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp635 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in GetMcc()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp522 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/
Dcellular_data_handler.cpp965 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in HandleApnChanged()
/base/telephony/core_service/services/sim/test/
Dtest.cpp464 g_telephonyService->GetSimOperatorNumeric(SLOT_ID, result); in TestGetSimOperatorNumeric()