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:AppFlagsIndex
(Results
1 - 8
of
8
) sorted by relevance
/base/startup/appspawn/test/moduletest/
H
A
D
appspawn_client_test.cpp
55
AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(10)); // 10 test
in CreateMsg()
57
AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(23)); // 23 APP_FLAGS_ISOLATED_SANDBOX_TYPE
in CreateMsg()
58
AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(26)); // 26 APP_FLAGS_ISOLATED_NETWORK
in CreateMsg()
H
A
D
appspawn_module_test.cpp
1390
AppFlagsIndex
number = static_cast<
AppFlagsIndex
>(dis(gen));
in HWTEST_F()
1654
AppFlagsIndex
number = static_cast<
AppFlagsIndex
>(dis(gen));
in HWTEST_F()
1683
AppFlagsIndex
number = static_cast<
AppFlagsIndex
>(dis(gen));
in HWTEST_F()
1711
AppFlagsIndex
number = static_cast<
AppFlagsIndex
>(dis(gen));
in HWTEST_F()
1739
AppFlagsIndex
number = static_cast<
AppFlagsIndex
>(di
in HWTEST_F()
[all...]
H
A
D
appspawn_test_cmder.cpp
379
(void)AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(msgFlags[j]));
in CreateMsg()
/base/startup/appspawn/interfaces/innerkits/include/
H
A
D
appspawn.h
153
* @param flagIndex flags index from
AppFlagsIndex
187
}
AppFlagsIndex
;
typedef
189
int AppSpawnReqMsgSetAppFlag(AppSpawnReqMsgHandle reqHandle,
AppFlagsIndex
flagIndex);
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H
A
D
appspawnclient_fuzzer.cpp
146
AppFlagsIndex
flagIndex = static_cast<
AppFlagsIndex
>(size);
in FuzzAppSpawnReqMsgSetAppFlag()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H
A
D
app_spawn_interface_test.cpp
510
ret = AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(i));
in HWTEST_F()
H
A
D
app_spawn_client_test.cpp
190
ret = AppSpawnReqMsgSetAppFlag(reqHandle, static_cast<
AppFlagsIndex
>(testFlags[i]));
in HWTEST_F()
/base/startup/appspawn/interfaces/innerkits/client/
H
A
D
appspawn_msg.c
406
int AppSpawnReqMsgSetAppFlag(AppSpawnReqMsgHandle reqHandle,
AppFlagsIndex
flagIndex)
in AppSpawnReqMsgSetAppFlag()
Completed in 12 milliseconds