/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_stub.cpp | 723 …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 D | scene_session_manager_lite_proxy.cpp | 1335 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 D | scene_session_manager_lite_interface.h | 135 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) = 0;
|
H A D | scene_session_manager_lite_proxy.h | 89 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager_lite.h | 82 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
|
H A D | scene_session_manager.h | 116 …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 D | scene_session_manager_test10.cpp | 547 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList)); 554 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList));
|
H A D | scene_session_manager_lite_stub_test.cpp | 202 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId, in NotifyAppUseControlList()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 99 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 D | scene_session_manager_lite.cpp | 273 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList) in NotifyAppUseControlList()
|
H A D | scene_session_manager.cpp | 8034 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 D | js_scene_session.h | 320 void OnUpdateAppUseControl(ControlAppType type, bool isNeedControl);
|
H A D | js_scene_session_manager.h | 229 ControlAppType type, int32_t userId, const std::vector<AppUseControlInfo>& controlList);
|
H A D | js_scene_session_manager.cpp | 3645 … [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 D | js_scene_session.cpp | 5023 [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 D | wm_common.h | 281 enum class ControlAppType : uint8_t { enum
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 776 void SceneSession::NotifyUpdateAppUseControl(ControlAppType type, bool isNeedControl) in NotifyUpdateAppUseControl()
|