Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Devent_listener.h27 struct EventListener { struct
28 napi_env env;
29 napi_value thisVar = nullptr;
30 napi_ref callbackRef = nullptr;
31 napi_deferred deferred = nullptr;
32 napi_async_work work = nullptr;
33 Action action;
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Devent_listener.h26 struct EventListener { struct
27 napi_env env = nullptr;
28 TelephonyUpdateEventType eventType = TelephonyUpdateEventType::NONE_EVENT_TYPE;
29 int32_t slotId = 0;
30 napi_ref callbackRef = nullptr;
31 std::shared_ptr<bool> isDeleting = nullptr;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Devent_context.h56 struct EventListener { struct
57 EventListener() {} in EventListener() argument
58 int32_t eventId = 0;
59 napi_env env = nullptr;
60 napi_ref callbackRef = nullptr;
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp24 struct EventListener { struct
28 EventListener* back = nullptr; argument
29 EventListener* next = nullptr; argument
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A 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
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Devent_listener.h34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() function
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_listener.cpp29 EventListener::EventListener(long tid, napi_env env, std::string type, napi_value callback, bool on… in EventListener() function in OHOS::NetStack::EventListener
40 EventListener::EventListener(const EventListener &listener) in EventListener() function in OHOS::NetStack::EventListener
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-process.md30 ## EventListener section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-process.md30 ## EventListener section
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_watcher.h34 EventListener() : handlers_(nullptr) in EventListener() function
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dmouse_location_listener_test.cpp98 class EventListener : public IEventListener { class
/ohos5.0/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h65 EventListener() : type_(nullptr), handlers_(nullptr) {} in EventListener() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Devent_listener.cpp35 EventListener::EventListener(napi_env env, const std::string& type) : env_(env), type_(type) in EventListener() function in OHOS::AppExecFwk::EventListener
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent.h255 EventListener() {}; in EventListener() function