Searched refs:requireLock (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/ |
H A D | message_router.c | 73 static MessageDispatcher *RefDispatcherInner(const DispatcherId dispatcherId, bool requireLock) in RefDispatcherInner() argument 81 if (requireLock) { in RefDispatcherInner() 100 if (requireLock) { in RefDispatcherInner()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_root.h | 89 void HandleKeepScreenOn(uint32_t windowId, bool requireLock);
|
H A D | window_node_container.h | 59 void HandleKeepScreenOn(const sptr<WindowNode>& node, bool requireLock);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1197 void WindowNodeContainer::HandleKeepScreenOn(const sptr<WindowNode>& node, bool requireLock) in HandleKeepScreenOn() argument 1200 if (requireLock && node->keepScreenLock_ == nullptr) { in HandleKeepScreenOn() 1211 WLOGI("keep screen on: [%{public}s, %{public}d]", node->GetWindowName().c_str(), requireLock); in HandleKeepScreenOn() 1213 node->GetWindowName().c_str(), requireLock); in HandleKeepScreenOn() 1217 if (requireLock) { in HandleKeepScreenOn() 1225 …ndle keep screen running lock failed: [operation: %{public}d, err: %{public}d]", requireLock, res); in HandleKeepScreenOn()
|
H A D | window_root.cpp | 1005 void WindowRoot::HandleKeepScreenOn(uint32_t windowId, bool requireLock) in HandleKeepScreenOn() argument 1017 container->HandleKeepScreenOn(node, requireLock); in HandleKeepScreenOn()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test3.cpp | 1196 bool requireLock = true; variable 1197 ssm_->HandleKeepScreenOn(sceneSession, requireLock); 1198 requireLock = false; 1199 ssm_->HandleKeepScreenOn(sceneSession, requireLock);
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_root_test.cpp | 1278 bool requireLock = false; variable 1280 windowRoot_->HandleKeepScreenOn(windowId, requireLock);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 241 void HandleKeepScreenOn(const sptr<SceneSession>& sceneSession, bool requireLock);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4042 …d SceneSessionManager::HandleKeepScreenOn(const sptr<SceneSession>& sceneSession, bool requireLock) in HandleKeepScreenOn() argument 4046 auto task = [this, weakSceneSession, requireLock]() { in HandleKeepScreenOn() 4052 if (requireLock && scnSession->keepScreenLock_ == nullptr) { in HandleKeepScreenOn() 4064 bool shouldLock = requireLock && IsSessionVisibleForeground(scnSession); in HandleKeepScreenOn() 4067 scnSession->IsVisible(), requireLock, shouldLock); in HandleKeepScreenOn() 4080 requireLock, res); in HandleKeepScreenOn()
|