Home
last modified time | relevance | path

Searched refs:REQUESTED_ORIENTATION_CHANGE_CB (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h65 REQUESTED_ORIENTATION_CHANGE_CB, enumerator
H A Djs_scene_session.cpp61 const std::string REQUESTED_ORIENTATION_CHANGE_CB = "sessionRequestedOrientationChange"; variable
122 {REQUESTED_ORIENTATION_CHANGE_CB, ListenerFuncType::REQUESTED_ORIENTATION_CHANGE_CB},
2228 case static_cast<uint32_t>(ListenerFuncType::REQUESTED_ORIENTATION_CHANGE_CB): in ProcessRegisterCallback()
3714 auto jsCallBack = jsSceneSession->GetJSCallback(REQUESTED_ORIENTATION_CHANGE_CB); in OnReuqestedOrientationChange()