Searched refs:SetWindowBrightness (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 63 int32_t SetWindowBrightness(float brightness);
|
H A D | window_ffi.cpp | 219 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowBrightness start"); in FfiOHOSWindowSetWindowBrightness() 225 int32_t res = instance->SetWindowBrightness(brightness); in FfiOHOSWindowSetWindowBrightness() 226 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowBrightness success"); in FfiOHOSWindowSetWindowBrightness()
|
H A D | window_impl.cpp | 309 int32_t CJWindowImpl::SetWindowBrightness(float brightness) in SetWindowBrightness() function in OHOS::Rosen::CJWindowImpl
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.h | 58 static napi_value SetWindowBrightness(napi_env env, napi_callback_info info);
|
H A D | js_extension_window.cpp | 108 BindNativeFunction(env, objValue, "setWindowBrightness", moduleName, JsExtensionWindow::SetWindowBrightness);
in CreateJsExtensionWindowObject() 282 napi_value JsExtensionWindow::SetWindowBrightness(napi_env env, napi_callback_info info)
in SetWindowBrightness() function in OHOS::Rosen::JsExtensionWindow
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.h | 92 static napi_value SetWindowBrightness(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 453 napi_value JsWindow::SetWindowBrightness(napi_env env, napi_callback_info info)
in SetWindowBrightness() function in OHOS::Rosen::JsWindow 6972 BindNativeFunction(env, object, "setWindowBrightness", moduleName, JsWindow::SetWindowBrightness);
in BindFunctions()
|
Completed in 20 milliseconds