Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.h63 const std::string EVENT_FOLD_STATUS_CHANGED = "foldStatusChange"; variable
H A Djs_display_listener.cpp237 if (jsCallBack_.find(EVENT_FOLD_STATUS_CHANGED) == jsCallBack_.end()) { in OnFoldStatusChanged()
245 CallJsMethod(EVENT_FOLD_STATUS_CHANGED, argv, ArraySize(argv)); in OnFoldStatusChanged()
H A Djs_display_manager.cpp437 } else if (type == EVENT_FOLD_STATUS_CHANGED) { in RegisterDisplayListenerWithType()
497 } else if (type == EVENT_FOLD_STATUS_CHANGED) { in UnregisterAllDisplayListenerWithType()
540 } else if (type == EVENT_FOLD_STATUS_CHANGED) { in UnRegisterDisplayListenerWithType()