Home
last modified time | relevance | path

Searched refs:EVENT_REMOVE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_event.cpp37 static constexpr const char *EVENT_REMOVE = "remove"; variable
47 { EVENT_REMOVE, SubscribeType::REMOVE },
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.h60 const std::string EVENT_REMOVE = "remove"; variable
H A Djs_display_listener.cpp156 if (jsCallBack_.find(EVENT_REMOVE) == jsCallBack_.end()) { in OnDestroy()
164 CallJsMethod(EVENT_REMOVE, argv, ArraySize(argv)); in OnDestroy()
H A Djs_display_manager.cpp433 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in RegisterDisplayListenerWithType()
488 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in UnregisterAllDisplayListenerWithType()
531 if (type == EVENT_ADD || type == EVENT_REMOVE || type == EVENT_CHANGE) { in UnRegisterDisplayListenerWithType()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp29 static constexpr const char *EVENT_REMOVE = "remove"; variable
39 { EVENT_REMOVE, SubscribeType::REMOVE },
51 { EVENT_REMOVE, SubscribeType::REMOVE },