Home
last modified time | relevance | path

Searched refs:OnGetNetworkSearchInformation (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp29 OnGetNetworkSearchInformation(data); in OnNetworkSearchCallback()
99 void INetworkSearchCallbackStub::OnGetNetworkSearchInformation(MessageParcel &data) in OnGetNetworkSearchInformation() function in OHOS::Telephony::INetworkSearchCallbackStub
103 OnGetNetworkSearchInformation(callback, error); in OnGetNetworkSearchInformation()
134 void INetworkSearchCallbackStub::OnGetNetworkSearchInformation( in OnGetNetworkSearchInformation() function in OHOS::Telephony::INetworkSearchCallbackStub
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search_callback_stub.h39 virtual void OnGetNetworkSearchInformation(
51 void OnGetNetworkSearchInformation(MessageParcel &data);
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dget_network_search_info_callback.h28 void OnGetNetworkSearchInformation(
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dget_network_search_info_callback.cpp27 void GetNetworkSearchInfoCallback::OnGetNetworkSearchInformation( in OnGetNetworkSearchInformation() function in OHOS::Telephony::GetNetworkSearchInfoCallback
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dnetwork_search_test_callback_stub.h29 void OnGetNetworkSearchInformation(
H A Dnetwork_search_test_callback_stub.cpp52 void NetworkSearchTestCallbackStub::OnGetNetworkSearchInformation( in OnGetNetworkSearchInformation() function in OHOS::Telephony::NetworkSearchTestCallbackStub
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.h50 void OnGetNetworkSearchInformation(
H A Dnetwork_search_test_callback_stub.cpp154 void NetworkSearchTestCallbackStub::OnGetNetworkSearchInformation( in OnGetNetworkSearchInformation() function in OHOS::Telephony::NetworkSearchTestCallbackStub
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp136 …DelayedSingleton<CoreService>::GetInstance()->OnGetNetworkSearchInformation(dataMessageParcel, rep… in GetNetworkSearchInformation()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h57 int32_t OnGetNetworkSearchInformation(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp66 …[this](MessageParcel &data, MessageParcel &reply) { return OnGetNetworkSearchInformation(data, rep… in AddHandlerNetWorkToMap()
828 int32_t CoreServiceStub::OnGetNetworkSearchInformation(MessageParcel &data, MessageParcel &reply) in OnGetNetworkSearchInformation() function in OHOS::Telephony::CoreServiceStub