Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp58 netlinkCallbacks_ = netlinkCallbacks; in RegisterNetlinkCallbacks()
68 if (netlinkCallbacks_ == nullptr) { in HandleDecodeSuccess()
69 NETNATIVE_LOGE("netlinkCallbacks_ is nullptr"); in HandleDecodeSuccess()
172 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceAdd()
173 NETNATIVE_LOGE("netlinkCallbacks_ is nullptr"); in NotifyInterfaceAdd()
176 for (auto &callback : *netlinkCallbacks_) { in NotifyInterfaceAdd()
187 if (netlinkCallbacks_ == nullptr) { in NotifyInterfaceRemove()
188 NETNATIVE_LOGE("netlinkCallbacks_ is nullptr"); in NotifyInterfaceRemove()
191 for (auto &callback : *netlinkCallbacks_) { in NotifyInterfaceRemove()
202 if (netlinkCallbacks_ in NotifyInterfaceChange()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_distributor.h57 std::shared_ptr<std::vector<sptr<NetsysNative::INotifyCallback>>> netlinkCallbacks_; member in OHOS::nmd::WrapperDistributor
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp243 instance_->netlinkCallbacks_ = nullptr; in HWTEST_F()

Completed in 2 milliseconds