Home
last modified time | relevance | path

Searched refs:CreateJsSystemBarPropertiesObject (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.h290 napi_value CreateJsSystemBarPropertiesObject(napi_env env, sptr<Window>& window);
H A Djs_window_utils.cpp493 napi_value CreateJsSystemBarPropertiesObject(napi_env env, sptr<Window>& window) in CreateJsSystemBarPropertiesObject() function
H A Djs_window.cpp2955 auto objValue = CreateJsSystemBarPropertiesObject(env, windowToken_); in OnGetWindowSystemBarPropertiesSync()