Home
last modified time | relevance | path

Searched refs:sceneSessionDirty_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp177 sceneSessionDirty_ = std::make_shared<SceneSessionDirtyManager>(); in WM_IMPLEMENT_SINGLE_INSTANCE()
183 sceneSessionDirty_->RegisterFlushWindowInfoCallback(callback); in WM_IMPLEMENT_SINGLE_INSTANCE()
239 if (sceneSessionDirty_ == nullptr) { in FlushFullInfoToMMI()
291 if (sceneSessionDirty_) { in NotifyWindowInfoChange()
298 if (sceneSessionDirty_) { in NotifyMMIWindowPidChange()
299 sceneSessionDirty_->NotifyWindowInfoChange(sceneSession, in NotifyMMIWindowPidChange()
310 if (sceneSessionDirty_) { in NotifyWindowInfoChangeFromSession()
506 if (sceneSessionDirty_ == nullptr) { in FlushDisplayInfoToMMI()
510 sceneSessionDirty_->ResetSessionDirty(); in FlushDisplayInfoToMMI()
531 if (sceneSessionDirty_ == nullptr) { in UpdateSecSurfaceInfo()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_input_manager_test.cpp143 SceneInputManager::GetInstance().sceneSessionDirty_ = nullptr;
145 SceneInputManager::GetInstance().sceneSessionDirty_ = oldDirty;
183 SceneInputManager::GetInstance().sceneSessionDirty_ = nullptr;
186 SceneInputManager::GetInstance().sceneSessionDirty_ = oldDirty;
213 SceneInputManager::GetInstance().sceneSessionDirty_ = nullptr;
215 SceneInputManager::GetInstance().sceneSessionDirty_ = oldDirty;
241 SceneInputManager::GetInstance().sceneSessionDirty_ = nullptr;
243 SceneInputManager::GetInstance().sceneSessionDirty_ = oldDirty;
318 SceneInputManager::GetInstance().sceneSessionDirty_ = nullptr;
320 SceneInputManager::GetInstance().sceneSessionDirty_ = oldDirty;
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_input_manager.h60 std::shared_ptr<SceneSessionDirtyManager> sceneSessionDirty_; variable