Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp58 netlinkCallbacks_ = netlinkCallbacks; in RegisterNetlinkCallbacks()
68 if (netlinkCallbacks_ == nullptr) { in HandleDecodeSuccess()
172 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceAdd()
176 for (auto &callback : *netlinkCallbacks_) { in NotifyInterfaceAdd()
187 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceRemove()
202 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceChange()
217 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceLinkStateChange()
232 if (netlinkCallbacks_ == nullptr) { in NotifyQuotaLimitReache()
249 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceAddressUpdate()
266 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceAddressRemove()
[all …]
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_distributor.h57 std::shared_ptr<std::vector<sptr<NetsysNative::INotifyCallback>>> netlinkCallbacks_; variable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp243 instance_->netlinkCallbacks_ = nullptr;