Searched defs:EventListener (Results 1 – 8 of 8) sorted by relevance
| /foundation/communication/netmanager_base/frameworks/js/napi/common/ |
| D | event_context.h | 56 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/ |
| D | event_target.cpp | 24 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/ |
| D | event_listener.h | 34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() function
|
| /foundation/communication/netstack/utils/napi_utils/src/ |
| D | event_listener.cpp | 24 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/ |
| D | event_listener.cpp | 24 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/ |
| D | js_watcher.h | 34 EventListener() : handlers_(nullptr) in EventListener() function
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/ |
| D | event_listener.cpp | 26 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/ |
| D | js_storage.cpp | 40 class EventListener { class 42 EventListener() : type_(nullptr), handlers_(nullptr) {} in EventListener() function in EventListener
|