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:CPP_CRASH
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
recovery_param.h
65
CPP_CRASH
,
enumerator
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H
A
D
recovery_param.h
66
CPP_CRASH
,
enumerator
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
fault_data.h
34
CPP_CRASH
,
member in OHOS::AppExecFwk::FaultDataType
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H
A
D
ability_recovery_test.cpp
190
EXPECT_FALSE(abilityRecovery_->IsSaveAbilityState(StateReason::
CPP_CRASH
));
in HWTEST_F()
219
EXPECT_TRUE(abilityRecovery_->IsSaveAbilityState(StateReason::
CPP_CRASH
));
in HWTEST_F()
378
EXPECT_FALSE(abilityRecovery_->ScheduleRestoreAbilityState(StateReason::
CPP_CRASH
, want_));
in HWTEST_F()
392
EXPECT_TRUE(abilityRecovery_->ScheduleRestoreAbilityState(StateReason::
CPP_CRASH
, want_));
in HWTEST_F()
H
A
D
app_recovery_test.cpp
275
bool ret = AppRecovery::GetInstance().ShouldSaveAppState(StateReason::
CPP_CRASH
);
in HWTEST_F()
354
* @tc.desc: ScheduleSaveAppState when
CPP_CRASH
364
bool ret = AppRecovery::GetInstance().ScheduleSaveAppState(StateReason::
CPP_CRASH
);
in HWTEST_F()
429
ret = AppRecovery::GetInstance().ShouldRecoverApp(StateReason::
CPP_CRASH
);
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H
A
D
app_recovery.cpp
351
case StateReason::
CPP_CRASH
:
in ShouldSaveAppState()
383
case StateReason::
CPP_CRASH
:
in ShouldRecoverApp()
H
A
D
ability_recovery.cpp
425
case StateReason::
CPP_CRASH
:
in IsSaveAbilityState()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H
A
D
app_mgr_service_inner_tdd_test.cpp
593
EXPECT_EQ("
CPP_CRASH
", appMgrServiceInner->FaultTypeToString(AppExecFwk::FaultDataType::
CPP_CRASH
));
in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
ability_command.cpp
589
} else if (reasonStr.compare("
CPP_CRASH
") == 0) {
in CovertExitReason()
2078
} else if (cmd.compare("
CPP_CRASH
") == 0) {
in CovertExitReason()
2187
} else if (cmd.compare("
CPP_CRASH
") == 0) {
in CovertFaultType()
2188
return FaultDataType::
CPP_CRASH
;
in CovertFaultType()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H
A
D
ability_manager_service_first_test.cpp
1315
abilityMs_->AppRecoverKill(pid, StateReason::
CPP_CRASH
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/
H
A
D
ability_manager_service_sixth_test.cpp
1533
int32_t reason = AppExecFwk::StateReason::
CPP_CRASH
;
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
7843
case AppExecFwk::StateReason::
CPP_CRASH
:
in AppRecoverKill()
7844
faultDataSA.faultType = AppExecFwk::FaultDataType::
CPP_CRASH
;
in AppRecoverKill()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
6069
case AppExecFwk::FaultDataType::
CPP_CRASH
:
in NotifyAppFaultBySA()
6070
typeStr = "
CPP_CRASH
";
in NotifyAppFaultBySA()
Completed in 49 milliseconds