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 D | js_window_utils.h | 307 bool& systemBarEnable, bool& systemBarEnableAnimation);
|
H A D | js_window_utils.cpp | 726 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 D | js_window.cpp | 2825 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()
|