| /base/telephony/sms_mms/services/mms/ |
| D | mms_apn_info.cpp | 75 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in PdpProfileSelect()
|
| /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/core_service/services/sim/include/ |
| D | sim_file_manager.h | 44 std::u16string GetSimOperatorNumeric();
|
| D | sim_manager.h | 94 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /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 | 659 int32_t SimManager::GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) in GetSimOperatorNumeric() function in OHOS::Telephony::SimManager 669 operatorNumeric = simFileManager_[slotId]->GetSimOperatorNumeric(); in GetSimOperatorNumeric()
|
| D | sim_file_manager.cpp | 159 std::u16string SimFileManager::GetSimOperatorNumeric() in GetSimOperatorNumeric() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_network_policy_manager.cpp | 154 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in IsCtSimCard()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_core_service_test.cpp | 156 EXPECT_NE(mCoreService->GetSimOperatorNumeric(0, testU16Str), TELEPHONY_ERR_SUCCESS); 314 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.cpp | 264 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/ |
| D | i_sim_manager.h | 87 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_client.h | 186 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| D | i_core_service.h | 66 virtual int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) = 0;
|
| D | core_service_proxy.h | 46 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| D | core_manager_inner.h | 257 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric);
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 75 int32_t GetSimOperatorNumeric(int32_t slotId, std::u16string &operatorNumeric) override;
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 260 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()
|
| D | core_manager_inner.cpp | 1906 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/ |
| D | core_service.cpp | 413 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()
|
| D | core_service_stub.cpp | 527 int32_t result = GetSimOperatorNumeric(slotId, operatorNumeric); in OnGetSimOperatorNumeric()
|
| /base/telephony/core_service/frameworks/js/sim/src/ |
| D | napi_sim.cpp | 627 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/ |
| D | cellular_call_config.cpp | 712 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in GetMcc()
|
| /base/telephony/cellular_data/services/src/ |
| D | cellular_data_handler.cpp | 957 CoreManagerInner::GetInstance().GetSimOperatorNumeric(slotId_, operatorNumeric); in HandleApnChanged()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 484 g_telephonyService->GetSimOperatorNumeric(testSlot, result); in TestGetSimOperatorNumeric()
|