/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/ |
H A D | stoperator.cpp | 27 vectorOperator.emplace_back(ParentOperator.GetOperatorName()); in PushOperatorInVector() 139 string StOperator::GetOperatorName() in GetOperatorName() function in STtools::StOperator
|
/ohos5.0/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/ |
H A D | sendenvelopecmd_fuzzer.cpp | 167 void GetOperatorName(const uint8_t *data, size_t size) in GetOperatorName() function 208 GetOperatorName(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/ |
H A D | stoperator.h | 51 string GetOperatorName();
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_dump_helper.cpp | 102 DelayedSingleton<CoreService>::GetInstance()->GetOperatorName(i, operatorName); in ShowCoreServiceInfo()
|
H A D | core_service.cpp | 209 int32_t CoreService::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() function in OHOS::Telephony::CoreService 215 return networkSearchManager_->GetOperatorName(slotId, operatorName); in GetOperatorName()
|
H A D | core_service_stub.cpp | 388 int32_t result = GetOperatorName(slotId, operatorName); in OnGetOperatorName()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 45 virtual int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) = 0;
|
H A D | core_service_client.h | 130 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName);
|
H A D | i_core_service.h | 42 virtual int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) = 0;
|
H A D | core_service_proxy.h | 33 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
H A D | core_manager_inner.h | 204 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 159 EXPECT_NE(mCoreService->GetOperatorName(0, testU16Str), TELEPHONY_ERR_SUCCESS); 320 EXPECT_NE(mCoreService->GetOperatorName(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | zero_branch_test_core_service.cpp | 118 … result = DelayedSingleton<CoreService>::GetInstance()->GetOperatorName(SLOT_ID, u16OperatorName);
|
H A D | network_search_test.cpp | 683 int32_t result = CoreServiceClient::GetInstance().GetOperatorName(SLOT_ID, u16OperatorName); 702 … int32_t result = CoreServiceClient::GetInstance().GetOperatorName(SLOT_ID1, u16OperatorName);
|
H A D | zero_branch_test.cpp | 1030 EXPECT_NE(mInner.GetOperatorName(0, operatorName), TELEPHONY_ERR_SUCCESS); 2181 EXPECT_NE(networkSearchManager->GetOperatorName(INVALID_SLOTID, result), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 200 int32_t CoreServiceClient::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() function in OHOS::Telephony::CoreServiceClient 207 return proxy->GetOperatorName(slotId, operatorName); in GetOperatorName()
|
H A D | core_manager_inner.cpp | 1434 int32_t CoreManagerInner::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() function in OHOS::Telephony::CoreManagerInner 1440 return networkSearchManager_->GetOperatorName(slotId, operatorName); in GetOperatorName()
|
H A D | core_service_proxy.cpp | 145 int32_t CoreServiceProxy::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() function in OHOS::Telephony::CoreServiceProxy
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 52 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | network_search_manager.h | 161 int32_t GetOperatorName(int32_t slotId, std::u16string &operatorName) override;
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 176 g_telephonyService->GetOperatorName(InputSlotId(), operatorName); in TestGetOperatorName()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 1361 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOperatorName(context->slotId, u16Operator… in NativeGetOperatorName() 1400 static napi_value GetOperatorName(napi_env env, napi_callback_info info) in GetOperatorName() function 1442 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOperatorName(slotId, operatorName); in GetOperatorNameSync() 3621 DECLARE_NAPI_FUNCTION("getOperatorName", GetOperatorName), in CreateFunctions()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 521 int32_t NetworkSearchManager::GetOperatorName(int32_t slotId, std::u16string &operatorName) in GetOperatorName() function in OHOS::Telephony::NetworkSearchManager
|