Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_isharing_event_callback_test.h32 void OnInterfaceSharingStateChanged( in OnInterfaceSharingStateChanged() function
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/ipccallback/
H A Di_sharing_event_callback.h31 …virtual void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface,
H A Dsharing_event_callback_proxy.h32 …virtual void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface,
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dsharing_event_callback_proxy_test.cpp50 instance_->OnInterfaceSharingStateChanged(type, iface, state);
H A Dsharing_event_callback_stub_test.cpp30 … inline void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::SharingEventTestCallback
H A Dnetworkshare_manager_test.cpp45 void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface,
74 void TestSharingEventCallback::OnInterfaceSharingStateChanged(const SharingIfaceType &type, const s… in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::TestSharingEventCallback
H A Dnetworkshare_service_test.cpp39 … inline void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::__anonca7102940110::SharingEventTestCallback
H A Dnetworkshare_tracker_test.cpp46 … inline void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::__anonef1eb6ef0110::SharingEventTestCallback
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp44 OnInterfaceSharingStateChanged(type, iface, state); in OnRemoteRequest()
H A Dsharing_event_callback_proxy.cpp56 void SharingEventCallbackProxy::OnInterfaceSharingStateChanged(const SharingIfaceType &type, const … in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::SharingEventCallbackProxy
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/include/
H A Dnetshare_callback_observer.h34 void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface,
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_callback_observer.cpp49 void NetShareCallbackObserver::OnInterfaceSharingStateChanged(const SharingIfaceType &type, const s… in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::NetShareCallbackObserver
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Ddevice_state_observer.h73 …void OnInterfaceSharingStateChanged(const NetManagerStandard::SharingIfaceType &type, const std::s… in OnInterfaceSharingStateChanged() function
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp106 void OnInterfaceSharingStateChanged(const SharingIfaceType &type, const std::string &iface, in OnInterfaceSharingStateChanged() function in OHOS::NetManagerStandard::INetShareCallbackTest
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp1268 callback->OnInterfaceSharingStateChanged(type, iface, state); in SendIfaceSharingStateChange()