Home
last modified time | relevance | path

Searched refs:GetResidentNetworkNumeric (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/sendenvelopecmd_fuzzer/
H A Dsendenvelopecmd_fuzzer.cpp152 void GetResidentNetworkNumeric(const uint8_t *data, size_t size) in GetResidentNetworkNumeric() function
212 GetResidentNetworkNumeric(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h44 virtual std::string GetResidentNetworkNumeric(int32_t slotId) = 0;
H A Dcore_service_client.h121 std::string GetResidentNetworkNumeric(int32_t slotId);
H A Di_core_service.h41 virtual std::string GetResidentNetworkNumeric(int32_t slotId) = 0;
H A Dcore_service_proxy.h32 std::string GetResidentNetworkNumeric(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp190 std::string CoreServiceClient::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreServiceClient
197 return proxy->GetResidentNetworkNumeric(slotId); in GetResidentNetworkNumeric()
H A Dcore_service_proxy.cpp120 std::string CoreServiceProxy::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h50 std::string GetResidentNetworkNumeric(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h266 std::string GetResidentNetworkNumeric(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp200 std::string CoreService::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreService
206 return networkSearchManager_->GetResidentNetworkNumeric(slotId); in GetResidentNetworkNumeric()
H A Dcore_service_stub.cpp379 std::string result = GetResidentNetworkNumeric(slotId); in OnGetResidentNetworkNumeric()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp169 std::string result = g_telephonyService->GetResidentNetworkNumeric(InputSlotId()); in TestGetResidentNetworkNumeric()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp2715 std::string result = CoreServiceClient::GetInstance().GetResidentNetworkNumeric(SLOT_ID);
2732 std::string result = CoreServiceClient::GetInstance().GetResidentNetworkNumeric(SLOT_ID1);
H A Dzero_branch_test.cpp2097 EXPECT_EQ(networkSearchManager->GetResidentNetworkNumeric(INVALID_SLOTID), std::string());
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1917 std::string NetworkSearchManager::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::NetworkSearchManager