Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h307 bool& systemBarEnable, bool& systemBarEnableAnimation);
H A Djs_window_utils.cpp726 bool GetSpecificBarStatus(napi_env env, napi_callback_info info, bool& systemBarEnable, bool& syste… in GetSpecificBarStatus() argument
731 if (argc < ARG_COUNT_TWO || !ConvertFromJsValue(env, argv[INDEX_ONE], systemBarEnable)) { in GetSpecificBarStatus()
H A Djs_window.cpp2825 bool systemBarEnable = false; in OnSetSpecificSystemBarEnabled() local
2827 if (!GetSpecificBarStatus(env, info, systemBarEnable, systemBarEnableAnimation)) { in OnSetSpecificSystemBarEnabled()
2834 systemBarType, systemBarEnable, systemBarEnableAnimation] { in OnSetSpecificSystemBarEnabled()
2842 property.enable_ = systemBarEnable; in OnSetSpecificSystemBarEnabled()