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:LastExitReason
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
launch_param.h
44
* @enum
LastExitReason
45
*
LastExitReason
defines the reason of last exist.
47
enum
LastExitReason
{
enum
75
LastExitReason
lastExitReason =
LastExitReason
::LASTEXITREASON_NORMAL;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
launch_param.cpp
34
lastExitReason = static_cast<
LastExitReason
>(reason);
in ReadFromParcel()
H
A
D
ability_record.cpp
2902
LastExitReason
AbilityRecord::CovertAppExitReasonToLastReason(const Reason exitReason)
in CovertAppExitReasonToLastReason()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ui_ability.cpp
296
(launchParam.lastExitReason == AAFwk::
LastExitReason
::LASTEXITREASON_PERFORMANCE_CONTROL ||
in ShouldDefaultRecoverState()
297
launchParam.lastExitReason == AAFwk::
LastExitReason
::LASTEXITREASON_RESOURCE_CONTROL)) {
in ShouldDefaultRecoverState()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1180
LastExitReason
CovertAppExitReasonToLastReason(const Reason exitReason);
Completed in 10 milliseconds