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:COLD_START
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/utils/
H
A
D
appspawn_util.h
33
startFlags = startFlags | (START_FLAG_BASE << StartFlags::
COLD_START
);
in BuildStartFlags()
/foundation/multimedia/av_session/services/session/server/migrate/
H
A
D
migrate_avsession_constant.h
56
constexpr int32_t
COLD_START
= 6;
member
H
A
D
migrate_avsession_server.cpp
165
} else if (data[1] ==
COLD_START
) {
in OnBytesReceived()
166
SLOGW("
COLD_START
not support");
in OnBytesReceived()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_spawn_client.h
85
static const int
COLD_START
= 0;
member
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
app_scheduler.h
64
COLD_START
= 99,
member in OHOS::AAFwk::AppState
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H
A
D
app_mgr_service_inner_test.cpp
1199
const std::string
COLD_START
= "coldStart";
in HWTEST_F()
local
1200
want->SetParam(
COLD_START
, true);
in HWTEST_F()
1205
want->SetParam(
COLD_START
, false);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H
A
D
ui_ability_lifecycle_manager_test.cpp
3110
info.state = AppState::
COLD_START
;
in HWTEST_F()
3132
info.state = AppState::
COLD_START
;
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
159
constexpr const char*
COLD_START
= "coldStart";
member
2473
if (want->GetBoolParam(
COLD_START
, false)) {
in CreateAppRunningRecord()
4288
if (want.GetBoolParam(
COLD_START
, false)) {
in StartEmptyProcess()
4440
if (wantPtr->GetBoolParam(
COLD_START
, false)) {
in StartSpecifiedAbility()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
2250
if (info.state == AppState::
COLD_START
) {
in OnAppStateChanged()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
1082
} else if (info.state == AppState::
COLD_START
) {
in OnAppStateChanged()
Completed in 39 milliseconds