Home
last modified time | relevance | path

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

12

/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/sms_mms/services/mms/
Dmms_apn_info.cpp116 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
/base/telephony/core_service/services/sim/include/
Dsim_file_manager.h48 std::u16string GetSimOperatorNumeric();
Dsim_manager.h95 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_manager.cpp193 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in CreateAllApnItemByDatabase()
245 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId, tempPlmn); in GetCTOperator()
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp68 std::string mccmncFromSim = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
Dsim_manager.cpp652 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager
662 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
Dsim_file_manager.cpp183 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp159 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS);
319 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_core_service.cpp178 DelayedSingleton<CoreService>::GetInstance()->GetSimOperatorNumeric(SLOT_ID, testU16Str);
Dzero_branch_test.cpp410 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/
Di_sim_manager.h88 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_client.h194 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
Di_core_service.h68 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
Dcore_service_proxy.h62 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
Dcore_manager_inner.h260 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp282 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/
Dcore_service_client.cpp271 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()
Dcore_manager_inner.cpp1940 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/
Dcore_service.h77 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
/base/telephony/core_service/services/core/src/
Dcore_service.cpp433 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/
Doperator_name.cpp212 simManager_->GetSimOperatorNumeric(slotId_, operatorNumeric); in NotifySpnChanged()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp679 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/
Dmms_gtest.cpp372 CoreServiceClient::GetInstance().GetSimOperatorNumeric(slotId, operatorNumeric); in GetMmsc()

12