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:SLEEP_TIME
(Results
1 - 25
of
29
) sorted by relevance
1
2
/test/xts/hats/hdf/vibrator/hdiService_additional/
H
A
D
hdf_vibrator_hdiService_test.cpp
27
uint32_t
SLEEP_TIME
= 200;
member
66
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
84
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
102
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
120
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
138
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
159
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
178
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
196
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
214
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
[all...]
/test/ostest/wukong/common/src/
H
A
D
multimode_manager.cpp
23
const int
SLEEP_TIME
= 16000;
member
137
usleep(
SLEEP_TIME
);
in IntervalSwap()
150
usleep(
SLEEP_TIME
);
in IntervalSwap()
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H
A
D
HdfUsbdBenchmarkManagerInterfaceTest.cpp
30
const int
SLEEP_TIME
= 3;
variable
54
sleep(
SLEEP_TIME
);
in SetUp()
H
A
D
HdfUsbdBenchmarkFunctionTest.cpp
31
constexpr int32_t
SLEEP_TIME
= 3;
50
sleep(
SLEEP_TIME
);
in SetUp()
H
A
D
HdfUsbdBenchmarkDeviceTest.cpp
30
const int
SLEEP_TIME
= 3;
variable
51
sleep(
SLEEP_TIME
);
in SetUp()
H
A
D
HdfUsbdBenchmarkTransferTest.cpp
31
const int
SLEEP_TIME
= 3;
variable
86
sleep(
SLEEP_TIME
);
in SetUp()
H
A
D
HdfUsbdBenchmarkRequestTest.cpp
30
const int
SLEEP_TIME
= 3;
variable
57
sleep(
SLEEP_TIME
);
in SetUp()
/test/xts/hats/hdf/usb/deviceTest_additional/common/
H
A
D
usbd_device_test.cpp
29
const int
SLEEP_TIME
= 3;
variable
50
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H
A
D
discovery_service_test.c
31
#define
SLEEP_TIME
4
macro
155
sleep(
SLEEP_TIME
);
in DiscoveryServiceTestSuiteSetUp()
H
A
D
softbus_bus_center_test.c
31
#define
SLEEP_TIME
4
macro
63
sleep(
SLEEP_TIME
);
in BusCenterTestSuiteSetUp()
/test/xts/hats/hdf/usb/requestTest/common/
H
A
D
usbd_interface_test.cpp
40
const int
SLEEP_TIME
= 3;
member
70
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/manageInterfaceTest/common/
H
A
D
usbd_manage_interface_test.cpp
25
const int
SLEEP_TIME
= 3;
variable
57
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/testfwk/developer_test/aw/cxx/distributed/
H
A
D
distributed_major.cpp
40
const int
SLEEP_TIME
= 1000;
member
134
std::this_thread::sleep_for(std::chrono::milliseconds(
SLEEP_TIME
)); // delay 10ms
in ConnectAgent()
231
usleep(
SLEEP_TIME
);
in SendToAgent()
/test/xts/acts/security_lite/permission_posix/pms/src/
H
A
D
ActsPMSTest.h
56
const int
SLEEP_TIME
= 5;
variable
/test/xts/hats/hdf/usb/deviceTest/common/
H
A
D
usbd_device_test.cpp
30
const int
SLEEP_TIME
= 3;
variable
53
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/deviceStatusTest/common/
H
A
D
usbd_device_status_test.cpp
25
const int
SLEEP_TIME
= 3;
variable
57
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/functionTest/common/
H
A
D
usbd_function_test.cpp
25
constexpr int32_t
SLEEP_TIME
= 3;
variable
53
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/functionTest_additional/common/
H
A
D
usbd_function_test.cpp
25
constexpr int32_t
SLEEP_TIME
= 3;
variable
50
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/requestTest_additional/common/
H
A
D
usbd_request_test_additional.cpp
24
const int
SLEEP_TIME
= 3;
variable
55
sleep(
SLEEP_TIME
);
in SetUpTestCase()
H
A
D
usbd_interface_test.cpp
34
const int
SLEEP_TIME
= 3;
member
64
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/mtpTest/common/
H
A
D
usbfn_mtp_test.cpp
43
constexpr int32_t
SLEEP_TIME
= 3;
member
185
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/manager/managerServiceTest/
H
A
D
service_manager_hdi_test.cpp
508
constexpr int
SLEEP_TIME
= 10;
in HWTEST_F()
local
563
OsalMSleep(
SLEEP_TIME
);
in HWTEST_F()
/test/xts/hats/hdf/usb/transferTest_additional/common/
H
A
D
usbd_transfer_test.cpp
24
const int
SLEEP_TIME
= 3;
variable
59
sleep(
SLEEP_TIME
);
in SetUpTestCase()
H
A
D
usbd_transfer_test_additional.cpp
24
const int
SLEEP_TIME
= 3;
variable
92
sleep(
SLEEP_TIME
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H
A
D
usbfn_mtp_test.cpp
43
constexpr int32_t
SLEEP_TIME
= 3;
member
179
sleep(
SLEEP_TIME
);
in SetUpTestCase()
Completed in 24 milliseconds
1
2