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:US_PER_MS
(Results
1 - 12
of
12
) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_coordination_lock_test.cpp
41
constexpr int32_t
US_PER_MS
= 1000;
member
155
usleep(RETRY_WAIT_TIME_MS *
US_PER_MS
);
in RegisterEvent()
223
usleep(timeoutMs *
US_PER_MS
);
in HWTEST_F()
224
usleep(WAIT_EVENT_TIME_MS *
US_PER_MS
);
in HWTEST_F()
295
usleep(timeoutMs *
US_PER_MS
);
in HWTEST_F()
296
usleep(WAIT_EVENT_TIME_MS *
US_PER_MS
);
in HWTEST_F()
345
usleep(WAIT_AUTO_SUSPEND_SLEEP_TIME_MS *
US_PER_MS
);
in HWTEST_F()
385
usleep(WAIT_EVENT_TIME_MS *
US_PER_MS
);
in HWTEST_F()
392
usleep(WAIT_AUTO_SUSPEND_SLEEP_TIME_MS *
US_PER_MS
);
in HWTEST_F()
397
usleep(WAIT_EVENT_TIME_MS *
US_PER_MS
);
in HWTEST_F()
[all...]
/base/powermgr/battery_statistics/test/unittest/include/
H
A
D
stats_test.h
30
static constexpr int32_t
US_PER_MS
= 1000;
member in OHOS::PowerMgr::StatsTest
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H
A
D
stats_util_test.cpp
157
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
193
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
222
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
225
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
317
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
324
usleep(TIMER_DURATION_MS *
US_PER_MS
);
in HWTEST_F()
H
A
D
stats_bluetooth_test.cpp
40
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
46
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
52
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
58
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
H
A
D
stats_dump_test.cpp
110
usleep(
US_PER_MS
);
in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_mgr_service_test.cpp
484
constexpr const int64_t
US_PER_MS
= 1000;
in HWTEST_F()
local
491
usleep((screenOffTime - screenOffTime / PowerStateMachine::OFF_TIMEOUT_FACTOR + STATE_WAIT_TIME_MS) *
US_PER_MS
);
in HWTEST_F()
496
usleep((screenOffTime - screenOffTime / PowerStateMachine::OFF_TIMEOUT_FACTOR + STATE_WAIT_TIME_MS) *
US_PER_MS
);
in HWTEST_F()
500
US_PER_MS
);
in HWTEST_F()
H
A
D
running_lock_test.cpp
31
constexpr int32_t
US_PER_MS
= 1000;
member
/base/powermgr/power_manager/test/unittest/src/scenario_test/running_lock/
H
A
D
running_lock_scenario_test.cpp
30
constexpr int32_t
US_PER_MS
= 1000;
member
/base/powermgr/display_manager/state_manager/service/native/src/
H
A
D
display_power_mgr_service.cpp
45
const uint32_t
US_PER_MS
= 1000;
member
71
usleep(GET_DISPLAY_ID_DELAY_MS *
US_PER_MS
);
in Init()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H
A
D
stats_service_bluetooth_test.cpp
51
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
59
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
67
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
75
usleep(time * StatsTest::
US_PER_MS
);
in WriteBluetoothEvent()
H
A
D
stats_service_core_test.cpp
112
((2 * SERVICE_POWER_CONSUMPTION_DURATION_US) / 3) * 2 /
US_PER_MS
);
in HWTEST_F()
H
A
D
stats_service_dump_test.cpp
144
usleep(
US_PER_MS
);
in HWTEST_F()
Completed in 17 milliseconds