Home
last modified time | relevance | path

Searched defs:EventListener (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/common/
Devent_context.h56 struct EventListener { struct
57 EventListener() {} in EventListener() function
58 int32_t eventId = 0;
59 napi_env env = nullptr;
60 napi_ref callbackRef = nullptr;
/foundation/arkui/napi/sample/native_module_netserver/
Devent_target.cpp24 struct EventListener { struct
28 EventListener* back = nullptr; argument
29 EventListener* next = nullptr; argument
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
Devent_listener.h34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() function
/foundation/communication/netstack/utils/napi_utils/src/
Devent_listener.cpp24 EventListener::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool a… in EventListener() function in OHOS::NetStack::EventListener
33 EventListener::EventListener(const EventListener &listener) in EventListener() function in OHOS::NetStack::EventListener
/foundation/communication/netmanager_base/utils/napi_utils/src/
Devent_listener.cpp24 EventListener::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool a… in EventListener() function in OHOS::NetManagerStandard::EventListener
33 EventListener::EventListener(const EventListener &listener) in EventListener() function in OHOS::NetManagerStandard::EventListener
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
Djs_watcher.h34 EventListener() : handlers_(nullptr) in EventListener() function
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
Devent_listener.cpp26 EventListener::EventListener(napi_env env, const std::string& type) : env_(env), type_(type) {} in EventListener() function in OHOS::AppExecFwk::EventListener
/foundation/arkui/napi/sample/native_module_storage/
Djs_storage.cpp40 class EventListener { class
42 EventListener() : type_(nullptr), handlers_(nullptr) {} in EventListener() function in EventListener