Home
last modified time | relevance | path

Searched refs:CALLBACK_DEFAULT_INTERNET_NETWORK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_state_common.h62 constexpr int32_t CALLBACK_DEFAULT_INTERNET_NETWORK = 1; variable
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp111 … new (std::nothrow) NetConnectionCallback(shared_from_this(), CALLBACK_DEFAULT_INTERNET_NETWORK); in ListenDefaultNetwork()