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:restartCount_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/ability_timeout_module_test/
H
A
D
ability_timeout_module_test.cpp
333
EXPECT_TRUE(rootLauncher->
restartCount_
< rootLauncher->restartMax_);
in HWTEST_F()
334
GTEST_LOG_(INFO) << "restart count:" << rootLauncher->
restartCount_
;
in HWTEST_F()
381
EXPECT_TRUE(rootLauncher->
restartCount_
< rootLauncher->restartMax_);
in HWTEST_F()
382
GTEST_LOG_(INFO) << "restart count:" << rootLauncher->
restartCount_
;
in HWTEST_F()
424
EXPECT_TRUE(rootLauncher->
restartCount_
== 0);
in HWTEST_F()
425
GTEST_LOG_(INFO) << "restartCount." << rootLauncher->
restartCount_
;
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
199
restartCount_
= restartMax_;
in AbilityRecord()
361
if (isLauncherRoot_ && isRestarting_ && IsLauncherAbility() && (
restartCount_
< 0)) {
in CanRestartRootLauncher()
372
isKeepAlive, isRestarting_,
restartCount_
);
in CanRestartResident()
373
if (isKeepAlive && isRestarting_ && (
restartCount_
< 0)) {
in CanRestartResident()
2343
dumpInfo = " can restart num #" + std::to_string(
restartCount_
);
in Dump()
2410
dumpInfo = " can restart num #" + std::to_string(
restartCount_
);
in DumpAbilityState()
2468
info.emplace_back(" can restart num #" + std::to_string(
restartCount_
));
in DumpService()
2806
restartCount_
= isRestart ? (--
restartCount_
) : restartMax_;
in SetRestarting()
2807
TAG_LOGD(AAFwkTag::ABILITYMGR, "root launcher or resident process's restart count: %{public}d",
restartCount_
);
in SetRestarting()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test.cpp
816
abilityRecord->
restartCount_
= 0;
in HWTEST_F()
860
abilityRecord->
restartCount_
= 1;
in HWTEST_F()
2398
EXPECT_NE(abilityRecord_->
restartCount_
, -1);
in HWTEST_F()
2422
EXPECT_NE(abilityRecord_->
restartCount_
, -1);
in HWTEST_F()
2651
abilityRecord->
restartCount_
= 0;
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1305
int32_t
restartCount_
= -1;
member in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H
A
D
ability_connect_manager_test.cpp
1793
abilityRecord->
restartCount_
= -1;
in HWTEST_F()
Completed in 18 milliseconds