Searched defs:netHandle (Results 1 – 11 of 11) sorted by relevance
| /base/time/time_service/services/time/src/ |
| D | net_conn_callback_observer.cpp | 25 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/ |
| D | net_conn_observer.cpp | 27 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/ |
| D | mms_conn_callback_stub.cpp | 31 int32_t MmsConnCallbackStub::NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) in NetAvailable() 50 …sptr<NetManagerStandard::NetHandle> &netHandle, const sptr<NetManagerStandard::NetAllCapabilities>… in NetCapabilitiesChange() 57 … sptr<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/ |
| D | net_connect_callback_impl.cpp | 28 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()
|
| D | net_connect_adapter_impl.cpp | 76 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/ |
| D | dupdate_net_observer.cpp | 66 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/ |
| D | network.cpp | 97 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/ |
| D | cellular_data_code_test.cpp | 131 int32_t NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetAvailable() 137 int32_t NetCapabilitiesChange(sptr<NetManagerStandard::NetHandle> &netHandle, in NetCapabilitiesChange() 145 …sptr<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/ |
| D | device_state_observer.h | 75 void OnSharingUpstreamChanged(const sptr<NetManagerStandard::NetHandle> netHandle) override {} in OnSharingUpstreamChanged()
|
| /base/telephony/cellular_data/test/ |
| D | cellular_data_test.cpp | 67 int32_t NetAvailable(sptr<NetManagerStandard::NetHandle> &netHandle) override in NetAvailable() 74 int32_t NetCapabilitiesChange(sptr<NetManagerStandard::NetHandle> &netHandle, in NetCapabilitiesChange() 83 …sptr<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/ |
| D | net_connect_adapter_impl_test.cpp | 85 …sptr<NetManagerStandard::NetHandle> netHandle = std::make_unique<NetHandle>(g_specified_net_id).re… in GetAllNets() local
|