Home
last modified time | relevance | path

Searched refs:ControlAppType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp723 …if (!data.ReadUint8(controlType) || controlType <= static_cast<uint8_t>(ControlAppType::CONTROL_AP… in HandleNotifyAppUseControlList()
724 controlType >= static_cast<uint8_t>(ControlAppType::CONTROL_APP_TYPE_END)) { in HandleNotifyAppUseControlList()
728 ControlAppType type = static_cast<ControlAppType>(controlType); in HandleNotifyAppUseControlList()
H A Dscene_session_manager_lite_proxy.cpp1335 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) in NotifyAppUseControlList()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h135 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) = 0;
H A Dscene_session_manager_lite_proxy.h89 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h82 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
H A Dscene_session_manager.h116 …std::function<void(ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& cont…
479 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp547 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList));
554 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList));
H A Dscene_session_manager_lite_stub_test.cpp202 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId, in NotifyAppUseControlList()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h99 using UpdateAppUseControlFunc = std::function<void(ControlAppType type, bool isNeedControl)>;
427 void NotifyUpdateAppUseControl(ControlAppType type, bool isNeedControl);
624 std::unordered_map<ControlAppType, bool> appUseControlMap_;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp273 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) in NotifyAppUseControlList()
H A Dscene_session_manager.cpp8034 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) in NotifyAppUseControlList()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h320 void OnUpdateAppUseControl(ControlAppType type, bool isNeedControl);
H A Djs_scene_session_manager.h229 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList);
H A Djs_scene_session_manager.cpp3645 … [this](ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) { in RegisterNotifyAppUseControlListCallback()
3651 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) in OnNotifyAppUseControlList()
H A Djs_scene_session.cpp5023 [weakThis = wptr(this), where](ControlAppType type, bool isNeedControl) { in RegisterUpdateAppUseControlCallback()
5034 void JsSceneSession::OnUpdateAppUseControl(ControlAppType type, bool isNeedControl) in OnUpdateAppUseControl()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h281 enum class ControlAppType : uint8_t { enum
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp776 void SceneSession::NotifyUpdateAppUseControl(ControlAppType type, bool isNeedControl) in NotifyUpdateAppUseControl()