Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetWakeUpScreen
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H
A
D
window_impl.h
89
int32_t
SetWakeUpScreen
(bool wakeUp);
H
A
D
window_ffi.cpp
620
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
D
window_impl.cpp
770
int32_t CJWindowImpl::
SetWakeUpScreen
(bool wakeUp)
in SetWakeUpScreen()
function in OHOS::Rosen::CJWindowImpl
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
ability.h
997
void
SetWakeUpScreen
(bool wakeUp);
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.h
100
static napi_value
SetWakeUpScreen
(napi_env env, napi_callback_info info);
H
A
D
js_window.cpp
511
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
D
ability_test.cpp
2586
* @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
D
napi_context.cpp
297
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
D
ability.cpp
2017
void Ability::
SetWakeUpScreen
(bool wakeUp)
in SetWakeUpScreen()
function in OHOS::AppExecFwk::Ability
Completed in 33 milliseconds