Home
last modified time | relevance | path

Searched refs:isNeedControl_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h258 parcel.WriteBool(isNeedControl_); in Marshalling()
272 !parcel.ReadBool(info->isNeedControl_)) { in Unmarshalling()
281 bool isNeedControl_ = false; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp552 appUseControlInfo.isNeedControl_ = true;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp747 !data.ReadBool(controlList[i].isNeedControl_)) { in HandleNotifyAppUseControlList()
H A Dscene_session_manager_lite_proxy.cpp1363 !data.WriteBool(control.isNeedControl_)) { in NotifyAppUseControlList()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp3635 …med_property(env, objValue, "isNeedControl", CreateJsValue(env, appUseControlInfo.isNeedControl_)); in CreateAppUseControlInfos()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8073 session->NotifyUpdateAppUseControl(type, appUseControlInfo.isNeedControl_); in NotifyAppUseControlList()