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:isLauncherRoot_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test.cpp
813
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
835
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
857
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
879
abilityRecord->
isLauncherRoot_
= false;
in HWTEST_F()
2003
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
2041
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
2078
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
2083
abilityRecord->
isLauncherRoot_
= false;
in HWTEST_F()
2101
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
2106
abilityRecord->
isLauncherRoot_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
361
if (
isLauncherRoot_
&& isRestarting_ && IsLauncherAbility() && (restartCount_ < 0)) {
in CanRestartRootLauncher()
2342
if (
isLauncherRoot_
) {
in Dump()
2409
if (
isLauncherRoot_
) {
in DumpAbilityState()
2467
if (
isLauncherRoot_
) {
in DumpService()
2658
isLauncherRoot_
= true;
in SetLauncherRoot()
2663
return
isLauncherRoot_
;
in IsLauncherRoot()
2805
if ((
isLauncherRoot_
&& IsLauncherAbility()) || GetKeepAlive()) {
in SetRestarting()
2817
if ((
isLauncherRoot_
&& IsLauncherAbility()) || GetKeepAlive()) {
in SetRestarting()
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_first_test/
H
A
D
mission_list_manager_first_test.cpp
690
ability->
isLauncherRoot_
= true;
in HWTEST_F()
825
ability->
isLauncherRoot_
= true;
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1282
bool
isLauncherRoot_
= false;
member in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/mission_list_test/
H
A
D
mission_list_test.cpp
700
abilityRecord1->
isLauncherRoot_
= false;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H
A
D
ability_connect_manager_test.cpp
1790
abilityRecord->
isLauncherRoot_
= true;
in HWTEST_F()
1812
abilityRecord->
isLauncherRoot_
= false;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H
A
D
mission_list_manager_test.cpp
4415
abilityRecord->
isLauncherRoot_
= false;
in HWTEST_F()
4765
abilityRecord->
isLauncherRoot_
= false;
in HWTEST_F()
Completed in 30 milliseconds