Searched refs:CreateJsSystemBarPropertiesObject (Results 1 – 3 of 3) sorted by relevance
290 napi_value CreateJsSystemBarPropertiesObject(napi_env env, sptr<Window>& window);
493 napi_value CreateJsSystemBarPropertiesObject(napi_env env, sptr<Window>& window) in CreateJsSystemBarPropertiesObject() function
2955 auto objValue = CreateJsSystemBarPropertiesObject(env, windowToken_); in OnGetWindowSystemBarPropertiesSync()