Searched refs:GetResidentNetworkNumeric (Results 1 – 15 of 15) sorted by relevance
152 void GetResidentNetworkNumeric(const uint8_t *data, size_t size) in GetResidentNetworkNumeric() function212 GetResidentNetworkNumeric(data, size); in DoSomethingInterestingWithMyAPI()
44 virtual std::string GetResidentNetworkNumeric(int32_t slotId) = 0;
121 std::string GetResidentNetworkNumeric(int32_t slotId);
41 virtual std::string GetResidentNetworkNumeric(int32_t slotId) = 0;
32 std::string GetResidentNetworkNumeric(int32_t slotId) override;
190 std::string CoreServiceClient::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreServiceClient197 return proxy->GetResidentNetworkNumeric(slotId); in GetResidentNetworkNumeric()
120 std::string CoreServiceProxy::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreServiceProxy
50 std::string GetResidentNetworkNumeric(int32_t slotId) override;
266 std::string GetResidentNetworkNumeric(int32_t slotId) override;
200 std::string CoreService::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::CoreService206 return networkSearchManager_->GetResidentNetworkNumeric(slotId); in GetResidentNetworkNumeric()
379 std::string result = GetResidentNetworkNumeric(slotId); in OnGetResidentNetworkNumeric()
169 std::string result = g_telephonyService->GetResidentNetworkNumeric(InputSlotId()); in TestGetResidentNetworkNumeric()
2715 std::string result = CoreServiceClient::GetInstance().GetResidentNetworkNumeric(SLOT_ID);2732 std::string result = CoreServiceClient::GetInstance().GetResidentNetworkNumeric(SLOT_ID1);
2097 EXPECT_EQ(networkSearchManager->GetResidentNetworkNumeric(INVALID_SLOTID), std::string());
1917 std::string NetworkSearchManager::GetResidentNetworkNumeric(int32_t slotId) in GetResidentNetworkNumeric() function in OHOS::Telephony::NetworkSearchManager