Home
last modified time | relevance | path

Searched defs:networkSearchResult (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dget_network_search_info_callback.cpp28 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_selection.cpp206 … sptr<NetworkSearchResult> networkSearchResult = nsm->GetNetworkSearchInformationValue(slotId_); in AvailNetworkResult() local
227 sptr<NetworkSearchResult> networkSearchResult = new (std::nothrow) NetworkSearchResult; in ResponseInfoOfResult() local
H A Dnetwork_search_manager.cpp641 sptr<NetworkSearchResult> networkSearchResult = new (std::nothrow) NetworkSearchResult; in GetNetworkSearchInformationValue() local
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dnetwork_search_test_callback_stub.cpp57 sptr<NetworkSearchResult> networkSearchResult = nsResult; in OnGetNetworkSearchInformation() local
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.cpp165 sptr<NetworkSearchResult> networkSearchResult = nsResult; in OnGetNetworkSearchInformation() local
H A Dnetwork_search_test.cpp811 sptr<NetworkSearchResult> networkSearchResult = new NetworkSearchResult(); variable
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp135 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation()