Home
last modified time | relevance | path

Searched refs:EVENT_SHARE_UPSTREAM_CHANGE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_callback_observer.cpp71 static_cast<std::string>(EVENT_SHARE_UPSTREAM_CHANGE))) { in OnSharingUpstreamChanged()
77 … static_cast<std::string>(EVENT_SHARE_UPSTREAM_CHANGE), netHandle, SharingUpstreamChangedCallback); in OnSharingUpstreamChanged()
H A Dnetshare_module.cpp140 EVENT_SHARE_UPSTREAM_CHANGE}; in On()
147 EVENT_SHARE_UPSTREAM_CHANGE}; in Off()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/include/
H A Dconstant.h37 constexpr std::string_view EVENT_SHARE_UPSTREAM_CHANGE = "sharingUpstreamChange"; variable