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:AppfreezeManager
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/services/appdfr/include/
H
A
D
appfreeze_manager.h
36
class
AppfreezeManager
: public std::enable_shared_from_this<
AppfreezeManager
> {
class
71
AppfreezeManager
();
72
~
AppfreezeManager
();
74
static std::shared_ptr<
AppfreezeManager
> GetInstance();
76
int AppfreezeHandle(const FaultData& faultData, const
AppfreezeManager
::AppInfo& appInfo);
77
int AppfreezeHandleWithStack(const FaultData& faultData, const
AppfreezeManager
::AppInfo& appInfo);
90
AppfreezeManager
& operator=(const
AppfreezeManager
&) = delete;
91
AppfreezeManager
(cons
[all...]
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
60
std::shared_ptr<
AppfreezeManager
>
AppfreezeManager
::instance_ = nullptr;
61
ffrt::mutex
AppfreezeManager
::singletonMutex_;
62
ffrt::mutex
AppfreezeManager
::freezeMutex_;
63
ffrt::mutex
AppfreezeManager
::catchStackMutex_;
64
std::map<int, std::string>
AppfreezeManager
::catchStackMap_;
65
ffrt::mutex
AppfreezeManager
::freezeFilterMutex_;
67
AppfreezeManager
::
AppfreezeManager
()
in AppfreezeManager()
function in OHOS::AppExecFwk::AppfreezeManager
69
name_ = "
AppfreezeManager
"
in AppfreezeManager()
[all...]
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H
A
D
appfreeze_manager_test.cpp
40
std::shared_ptr<
AppfreezeManager
> appfreezeManager = nullptr;
55
appfreezeManager =
AppfreezeManager
::GetInstance();
in SetUp()
60
AppfreezeManager
::DestroyInstance();
in TearDown()
86
AppfreezeManager
::AppInfo appInfo;
in HWTEST_F()
115
AppfreezeManager
::AppInfo appInfo = {
in HWTEST_F()
132
AppfreezeManager
::ParamInfo info;
in HWTEST_F()
135
AppfreezeManager
::ParamInfo info1 = {
in HWTEST_F()
136
.typeId =
AppfreezeManager
::TypeAttribute::NORMAL_TIMEOUT,
in HWTEST_F()
143
AppfreezeManager
::ParamInfo info2 = {
in HWTEST_F()
144
.typeId =
AppfreezeManager
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H
A
D
abilityappfreezemanager_fuzzer.cpp
53
OHOS::AppExecFwk::
AppfreezeManager
::AppInfo appInfo;
in DoSomethingInterestingWithMyAPI()
54
AppfreezeManager
::ParamInfo info;
in DoSomethingInterestingWithMyAPI()
55
auto freeze =
AppfreezeManager
::GetInstance();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
3664
AppExecFwk::
AppfreezeManager
::GetInstance()->RemoveDeathProcess(appRecord->GetBundleName());
in OnRemoteDied()
4815
int typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::NORMAL_TIMEOUT;
in SendHiSysEvent()
4825
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4829
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4833
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4837
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in SendHiSysEvent()
4847
AppfreezeManager
::ParamInfo info = {
in SendHiSysEvent()
4854
AppfreezeManager
::GetInstance()->LifecycleTimeoutHandle(info);
in SendHiSysEvent()
5834
if (AppExecFwk::
AppfreezeManager
::GetInstance()->IsProcessDebug(pid, bundleName)) {
in NotifyAppFault()
5853
AppfreezeManager
in NotifyAppFault()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
1119
int typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::NORMAL_TIMEOUT;
in PrintTimeOutLog()
1133
AppExecFwk::
AppfreezeManager
::ParamInfo info = {
in PrintTimeOutLog()
1156
AppExecFwk::
AppfreezeManager
::GetInstance()->LifecycleTimeoutHandle(info, flow);
in PrintTimeOutLog()
1167
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
1171
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
2225
int typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::NORMAL_TIMEOUT;
in PrintTimeOutLog()
2240
AppExecFwk::
AppfreezeManager
::ParamInfo info = {
in PrintTimeOutLog()
2262
AppExecFwk::
AppfreezeManager
::GetInstance()->LifecycleTimeoutHandle(info, flow);
in PrintTimeOutLog()
2273
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
2283
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in GetContentAndTypeId()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_connect_manager.cpp
2759
int typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::NORMAL_TIMEOUT;
in PrintTimeOutLog()
2764
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in PrintTimeOutLog()
2774
typeId = AppExecFwk::
AppfreezeManager
::TypeAttribute::CRITICAL_TIMEOUT;
in PrintTimeOutLog()
2792
AppExecFwk::
AppfreezeManager
::ParamInfo info = {
in PrintTimeOutLog()
2799
AppExecFwk::
AppfreezeManager
::GetInstance()->LifecycleTimeoutHandle(info);
in PrintTimeOutLog()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
617
AppfreezeManager
::GetInstance()->CancelAppFreezeDetect(1, TEST_BUNDLE_NAME);
in HWTEST_F()
Completed in 32 milliseconds