Home
last modified time | relevance | path

Searched refs:networkClient (Results 1 - 1 of 1) sorted by relevance

/base/request/request/services/src/cxx/
H A Dnetwork.cpp171 sptr<OHOS::Telephony::NetworkState> networkClient = nullptr; in IsRoaming() local
172 DelayedRefSingleton<OHOS::Telephony::CoreServiceClient>::GetInstance().GetNetworkState(slotId, networkClient); in IsRoaming()
173 if (networkClient == nullptr) { in IsRoaming()
177 REQUEST_HILOGI("Roaming = %{public}d", networkClient->IsRoaming()); in IsRoaming()
178 return networkClient->IsRoaming(); in IsRoaming()

Completed in 2 milliseconds