Home
last modified time | relevance | path

Searched refs:SetWakeUpScreen (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h89 int32_t SetWakeUpScreen(bool wakeUp);
H A Dwindow_ffi.cpp620 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWakeUpScreen start"); in FFiOHOSWindowSetWakeUpScreen()
625 int32_t res = static_cast<int32_t>(instance->SetWakeUpScreen(wakeUp)); in FFiOHOSWindowSetWakeUpScreen()
626 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWakeUpScreen success"); in FFiOHOSWindowSetWakeUpScreen()
H A Dwindow_impl.cpp770 int32_t CJWindowImpl::SetWakeUpScreen(bool wakeUp) in SetWakeUpScreen() function in OHOS::Rosen::CJWindowImpl
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h997 void SetWakeUpScreen(bool wakeUp);
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h100 static napi_value SetWakeUpScreen(napi_env env, napi_callback_info info);
H A Djs_window.cpp511 napi_value JsWindow::SetWakeUpScreen(napi_env env, napi_callback_info info) in SetWakeUpScreen() function in OHOS::Rosen::JsWindow
513 WLOGI("SetWakeUpScreen"); in SetWakeUpScreen()
6980 BindNativeFunction(env, object, "setWakeUpScreen", moduleName, JsWindow::SetWakeUpScreen); in BindFunctions()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp2586 * @tc.desc: Ability SetWakeUpScreen test
2598 ability->SetWakeUpScreen(wakeUp); in HWTEST_F()
2608 ability->SetWakeUpScreen(wakeUp); in HWTEST_F()
2613 ability->SetWakeUpScreen(wakeUp); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_context.cpp297 setWakeUpScreenCB->cbBase.ability->SetWakeUpScreen(setWakeUpScreenCB->wakeUp); in SetWakeUpScreenAsyncCompleteCB()
387 setWakeUpScreenCB->cbBase.ability->SetWakeUpScreen(setWakeUpScreenCB->wakeUp); in SetWakeUpScreenPromise()
3687 obj->ability_->SetWakeUpScreen(wakeUp); in OnSetWakeUpScreen()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp2017 void Ability::SetWakeUpScreen(bool wakeUp) in SetWakeUpScreen() function in OHOS::AppExecFwk::Ability

Completed in 37 milliseconds