Home
last modified time | relevance | path

Searched refs:InterfaceStateObserver (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer.cpp28 int32_t InterfaceStateObserver::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded()
40 int32_t InterfaceStateObserver::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved()
52 int32_t InterfaceStateObserver::OnInterfaceChanged(const std::string &iface, bool up) in OnInterfaceChanged()
64 napi_value InterfaceStateObserver::CreateIfaceChangedParam(napi_env env, void *data) in CreateIfaceChangedParam()
76 void InterfaceStateObserver::IfaceChangedCallback(uv_work_t *work, int status) in IfaceChangedCallback()
H A Dinterface_state_observer_wrapper.h52 sptr<InterfaceStateObserver> observer_ = nullptr;
H A Dinterface_state_observer.h34 class InterfaceStateObserver : public InterfaceStateCallbackStub { class
H A Dinterface_state_observer_wrapper.cpp27 : observer_(new InterfaceStateObserver()), manager_(new EventManager()), registered_(false) in InterfaceStateObserverWrapper()

Completed in 2 milliseconds