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:callbacked
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/hats/hdf/manager/managerServiceTest/
H
A
D
service_manager_hdi_test.cpp
354
bool
callbacked
= false;
in TestServiceListenerStop()
local
362
callbacked
= true;
in TestServiceListenerStop()
373
while (!
callbacked
&& count > 0) {
in TestServiceListenerStop()
377
ASSERT_TRUE(
callbacked
);
in TestServiceListenerStop()
382
callbacked
= false;
in TestServiceListenerStop()
387
while (!
callbacked
&& count > 0) {
in TestServiceListenerStop()
391
ASSERT_TRUE(
callbacked
);
in TestServiceListenerStop()
430
bool
callbacked
= false;
in TestSampleService()
local
440
callbacked
= true;
in TestSampleService()
455
callbacked
in TestSampleService()
522
bool
callbacked
= false;
HWTEST_F()
local
714
bool
callbacked
= false;
HWTEST_F()
local
[all...]
/test/xts/hats/hdf/hdf_lite/manager/common/
H
A
D
hdf_ioservice_test.cpp
688
IoServiceStatusData(): devClass(0), servStatus(0),
callbacked
(false)
in IoServiceStatusData()
696
bool
callbacked
;
member
709
issd->
callbacked
= true;
in TestOnServiceStatusReceived()
735
while (!issd->
callbacked
&& count > 0) {
in TestServiceStop()
739
ASSERT_TRUE(issd->
callbacked
);
in TestServiceStop()
745
issd->
callbacked
= false;
in TestServiceStop()
750
while (!issd->
callbacked
&& count > 0) {
in TestServiceStop()
754
ASSERT_TRUE(issd->
callbacked
);
in TestServiceStop()
824
while (!issd.
callbacked
&& count > 0) {
in HWTEST_F()
828
ASSERT_TRUE(issd.
callbacked
);
in HWTEST_F()
[all...]
/test/xts/hats/hdf/manager/managerHdiTest/
H
A
D
service_manager_hdi_c_test.cpp
392
ServiceStatusData() : devClass(0), servStatus(0),
callbacked
(false), waitStatus(SERVIE_STATUS_START) {}
in ServiceStatusData()
397
bool
callbacked
;
member
411
ssd->
callbacked
= true;
in TestOnServiceStatusReceived()
452
while (!ssd.
callbacked
&& count > 0) {
in HWTEST_F()
457
ASSERT_TRUE(ssd.
callbacked
);
in HWTEST_F()
462
ssd.
callbacked
= false;
in HWTEST_F()
468
while (!ssd.
callbacked
&& count > 0) {
in HWTEST_F()
472
ASSERT_TRUE(ssd.
callbacked
);
in HWTEST_F()
530
ssd.
callbacked
= false;
in HWTEST_F()
537
while (!ssd.
callbacked
in HWTEST_F()
[all...]
/test/testfwk/arkxtest/uitest/server/
H
A
D
system_ui_controller.cpp
943
LOG_E("LoadSystemAbility
callbacked
, result = %{public}s", remoteObject == nullptr ? "FAIL" : "SUCCESS");
in GetHidumperInfo()
Completed in 8 milliseconds