Searched refs:SetWakeUpScreen (Results 1 – 9 of 9) sorted by relevance
89 int32_t SetWakeUpScreen(bool wakeUp);
625 int32_t res = static_cast<int32_t>(instance->SetWakeUpScreen(wakeUp)); in FFiOHOSWindowSetWakeUpScreen()
770 int32_t CJWindowImpl::SetWakeUpScreen(bool wakeUp) in SetWakeUpScreen() function in OHOS::Rosen::CJWindowImpl
997 void SetWakeUpScreen(bool wakeUp);
100 static napi_value SetWakeUpScreen(napi_env env, napi_callback_info info);
523 napi_value JsWindow::SetWakeUpScreen(napi_env env, napi_callback_info info) in SetWakeUpScreen() function in OHOS::Rosen::JsWindow7019 BindNativeFunction(env, object, "setWakeUpScreen", moduleName, JsWindow::SetWakeUpScreen); in BindFunctions()
2598 ability->SetWakeUpScreen(wakeUp);2608 ability->SetWakeUpScreen(wakeUp);2613 ability->SetWakeUpScreen(wakeUp);
292 setWakeUpScreenCB->cbBase.ability->SetWakeUpScreen(setWakeUpScreenCB->wakeUp); in SetWakeUpScreenAsyncCompleteCB()380 setWakeUpScreenCB->cbBase.ability->SetWakeUpScreen(setWakeUpScreenCB->wakeUp); in SetWakeUpScreenPromise()3676 obj->ability_->SetWakeUpScreen(wakeUp); in OnSetWakeUpScreen()
2015 void Ability::SetWakeUpScreen(bool wakeUp) in SetWakeUpScreen() function in OHOS::AppExecFwk::Ability