Home
last modified time | relevance | path

Searched refs:isMainHandlerAvailable_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp141 isMainHandlerAvailable_ = isMainHandlerAvailable; in SetMainHandlerAvailable()
226 return isMainHandlerAvailable_; in GetMainHandlerAvailable()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp164 isMainHandlerAvailable_ = isMainHandlerAvailable; in SetMainHandlerAvailable()
169 return isMainHandlerAvailable_; in GetMainHandlerAvailable()
H A Dwindow_session_impl.cpp229 isMainHandlerAvailable_ = option->GetMainHandlerAvailable(); in WindowSessionImpl()
348 GetPersistentId(), isMainHandlerAvailable_); in IsMainHandlerAvailable()
349 return isMainHandlerAvailable_; in IsMainHandlerAvailable()
H A Dwindow_impl.cpp109 isMainHandlerAvailable_ = option->GetMainHandlerAvailable(); in WindowImpl()
410 return isMainHandlerAvailable_; in IsMainHandlerAvailable()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h421 bool isMainHandlerAvailable_ = { true }; variable
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h507 bool isMainHandlerAvailable_ = true; variable
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h489 bool isMainHandlerAvailable_ = true; variable
H A Dwindow_session_impl.h542 bool isMainHandlerAvailable_ = true; variable