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:GetDisplayOffTime
(Results
1 - 5
of
5
) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/
H
A
D
native_power_state_machine_test.cpp
156
stateMachine->SetDelayTimer(stateMachine->
GetDisplayOffTime
() / THREE, powermsEvent);
in HWTEST_F()
360
auto displayOffTime = stateMachine->
GetDisplayOffTime
();
in HWTEST_F()
365
displayOffTime = stateMachine->
GetDisplayOffTime
();
in HWTEST_F()
/base/powermgr/power_manager/services/native/src/screenoffpre/
H
A
D
screen_off_pre_controller.cpp
56
int64_t systemTime = powerStateMachine_->
GetDisplayOffTime
();
in AddScreenStateCallback()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_state_machine.cpp
358
if (
GetDisplayOffTime
() < 0) {
in EmplaceDim()
362
int64_t dimTime = GetDimTime(
GetDisplayOffTime
());
in EmplaceDim()
664
int64_t beforeOverrideTime = this->
GetDisplayOffTime
();
in WakeupDeviceInner()
1135
if (this->
GetDisplayOffTime
() < 0) {
in WakeupDeviceInner()
1142
int64_t displayOffTime = this->
GetDisplayOffTime
();
in WakeupDeviceInner()
1407
int64_t systemTime = stateMachine->
GetDisplayOffTime
();
in WakeupDeviceInner()
1477
int64_t PowerStateMachine::
GetDisplayOffTime
()
in WakeupDeviceInner()
function in OHOS::PowerMgr::PowerStateMachine
1958
.append((ToString(
GetDisplayOffTime
())))
in WakeupDeviceInner()
1961
result.append((ToString(
GetDisplayOffTime
()))).append("ms\n");
in WakeupDeviceInner()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_state_machine.h
202
int64_t
GetDisplayOffTime
();
/base/powermgr/power_manager/services/native/src/suspend/
H
A
D
suspend_controller.cpp
322
int32_t timeout = stateMachine_->
GetDisplayOffTime
();
in RegisterSettingsObserver()
Completed in 7 milliseconds