Home
last modified time | relevance | path

Searched refs:EVENT_ADD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.h59 const std::string EVENT_ADD = "add"; variable
H A Djs_display_listener.cpp130 if (jsCallBack_.find(EVENT_ADD) == jsCallBack_.end()) { in OnCreate()
138 CallJsMethod(EVENT_ADD, argv, ArraySize(argv)); in OnCreate()
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()