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:APP_COLD_START
(Results
1 - 6
of
6
) sorted by relevance
/base/startup/appspawn/modules/asan/
H
A
D
asan_detector.c
123
property->client.flags |=
APP_COLD_START
;
in AsanSpawnGetSpawningFlag()
152
property->client.flags |=
APP_COLD_START
;
in AsanSpawnInitSpawningEnv()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
app_spawn_child_test.cpp
342
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
383
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
424
property->client.flags &= ~
APP_COLD_START
;
in HWTEST_F()
506
property->client.flags &= ~
APP_COLD_START
;
in HWTEST_F()
552
property->client.flags &= ~
APP_COLD_START
;
in HWTEST_F()
596
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
640
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
682
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
734
property->client.flags =
APP_COLD_START
;
in HWTEST_F()
/base/startup/appspawn/util/include/
H
A
D
appspawn_utils.h
61
#define
APP_COLD_START
0x01
macro
/base/startup/appspawn/common/
H
A
D
appspawn_server.c
101
if (client->flags &
APP_COLD_START
) {
in AppSpawnChild()
/base/startup/appspawn/modules/common/
H
A
D
appspawn_common.c
457
property->client.flags |= CheckEnabled("startup.appspawn.cold.boot", "true") ?
APP_COLD_START
: 0;
in SpawnGetSpawningFlag()
/base/startup/appspawn/standard/
H
A
D
appspawn_service.c
627
|| (property->client.flags &
APP_COLD_START
);
in IsChildColdRun()
1159
property->client.flags &= ~
APP_COLD_START
;
in GetAppSpawningCtxFromArg()
Completed in 7 milliseconds