Home
last modified time | relevance | path

Searched refs:extPersistentId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h442 void UpdateExtWindowFlags(int32_t extPersistentId, const ExtensionWindowFlags& extWindowFlags,
445 void RemoveExtWindowFlags(int32_t extPersistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4716 void SceneSession::UpdateExtWindowFlags(int32_t extPersistentId, const ExtensionWindowFlags& extWin… in UpdateExtWindowFlags() argument
4719 auto iter = extWindowFlagsMap_.find(extPersistentId); in UpdateExtWindowFlags()
4725 extWindowFlagsMap_.erase(extPersistentId); in UpdateExtWindowFlags()
4727 extWindowFlagsMap_[extPersistentId] = newFlags; in UpdateExtWindowFlags()
4750 void SceneSession::RemoveExtWindowFlags(int32_t extPersistentId) in RemoveExtWindowFlags() argument
4752 extWindowFlagsMap_.erase(extPersistentId); in RemoveExtWindowFlags()