Home
last modified time | relevance | path

Searched defs:netHandle (Results 1 – 11 of 11) sorted by relevance

/base/time/time_service/services/time/src/
Dnet_conn_callback_observer.cpp25 int32_t NetConnCallbackObserver::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable()
30 int32_t NetConnCallbackObserver::NetCapabilitiesChange(sptr<NetHandle> &netHandle, in NetCapabilitiesChange()
45 int32_t NetConnCallbackObserver::NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, in NetConnectionPropertiesChange()
51 int32_t NetConnCallbackObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost()
61 int32_t NetConnCallbackObserver::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange()
/base/location/services/location_gnss/gnss/source/ntp/
Dnet_conn_observer.cpp27 int32_t NetConnObserver::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable()
32 int32_t NetConnObserver::NetCapabilitiesChange(sptr<NetHandle> &netHandle, in NetCapabilitiesChange()
51 int32_t NetConnObserver::NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, in NetConnectionPropertiesChange()
57 int32_t NetConnObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost()
67 int32_t NetConnObserver::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange()
/base/telephony/sms_mms/services/mms/
Dmms_conn_callback_stub.cpp31 int32_t MmsConnCallbackStub::NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) in NetAvailable()
50sptr<NetManagerStandard::NetHandle> &netHandle, const sptr<NetManagerStandard::NetAllCapabilities>… in NetCapabilitiesChange()
57sptr<NetManagerStandard::NetHandle> &netHandle, const sptr<NetManagerStandard::NetLinkInfo> &info) in NetConnectionPropertiesChange()
64 int32_t MmsConnCallbackStub::NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) in NetLost()
77 int32_t MmsConnCallbackStub::NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, b… in NetBlockStatusChange()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_callback_impl.cpp28 int32_t NetConnectCallbackImpl::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable()
43 int32_t NetConnectCallbackImpl::NetCapabilitiesChange(sptr<NetHandle> &netHandle, in NetCapabilitiesChange()
84 int32_t NetConnectCallbackImpl::NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const spt… in NetConnectionPropertiesChange()
102 int32_t NetConnectCallbackImpl::NetLost(sptr<NetHandle> &netHandle) in NetLost()
120 int32_t NetConnectCallbackImpl::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange()
Dnet_connect_adapter_impl.cpp76 NetHandle netHandle; in GetDefaultNetConnect() local
117 std::vector<std::string> NetConnectAdapterImpl::GetDnsServersInternal(const NetHandle &netHandle) in GetDnsServersInternal()
139 NetHandle netHandle; in GetDnsServers() local
/base/update/updateservice/services/utils/src/
Ddupdate_net_observer.cpp66 int32_t NetObserver::NetCapabilitiesChange(sptr<NetHandle> &netHandle, const sptr<NetAllCapabilitie… in NetCapabilitiesChange()
92 int32_t NetObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost()
/base/request/request/services/src/cxx/
Dnetwork.cpp97 int32_t RequestNetCallbackStub::NetAvailable(sptr<NetHandle> &netHandle) in NetAvailable()
109 int32_t RequestNetCallbackStub::NetLost(sptr<NetHandle> &netHandle) in NetLost()
124 sptr<NetHandle> &netHandle, const sptr<NetAllCapabilities> &netAllCap) in NetCapabilitiesChange()
/base/telephony/cellular_data/test/unit_test/
Dcellular_data_code_test.cpp131 int32_t NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetAvailable()
137 int32_t NetCapabilitiesChange(sptr<NetManagerStandard::NetHandle> &netHandle, in NetCapabilitiesChange()
145sptr<NetManagerStandard::NetHandle> &netHandle, const sptr<NetManagerStandard::NetLinkInfo> &info)… in NetConnectionPropertiesChange()
151 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetLost()
163 …int32_t NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, bool blocked) override in NetBlockStatusChange()
/base/telephony/core_service/services/network_search/include/
Ddevice_state_observer.h75 void OnSharingUpstreamChanged(const sptr<NetManagerStandard::NetHandle> netHandle) override {} in OnSharingUpstreamChanged()
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp67 int32_t NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetAvailable()
74 int32_t NetCapabilitiesChange(sptr<NetManagerStandard::NetHandle> &netHandle, in NetCapabilitiesChange()
83sptr<NetManagerStandard::NetHandle> &netHandle, const sptr<NetManagerStandard::NetLinkInfo> &info)… in NetConnectionPropertiesChange()
90 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetLost()
104 …int32_t NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, bool blocked) override in NetBlockStatusChange()
/base/web/webview/test/unittest/net_connect_adapter_impl_test/
Dnet_connect_adapter_impl_test.cpp85 …sptr<NetManagerStandard::NetHandle> netHandle = std::make_unique<NetHandle>(g_specified_net_id).re… in GetAllNets() local