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:AppFreezeState
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H
A
D
appfreeze_state.h
25
class
AppFreezeState
: public DelayedSingleton<
AppFreezeState
>,
class
26
public std::enable_shared_from_this<
AppFreezeState
> {
27
DISALLOW_COPY_AND_MOVE(
AppFreezeState
);
29
AppFreezeState
();
30
virtual ~
AppFreezeState
() = default;
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
appfreeze_state.cpp
23
AppFreezeState
::
AppFreezeState
()
in AppFreezeState()
function in OHOS::AbilityRuntime::AppFreezeState
28
void
AppFreezeState
::SetAppFreezeState(uint32_t flag)
in SetAppFreezeState()
44
void
AppFreezeState
::CancelAppFreezeState(uint32_t flag)
in CancelAppFreezeState()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_state_test/
H
A
D
appfreeze_state_test.cpp
64
auto appFreezeState = std::make_shared<AbilityRuntime::
AppFreezeState
> ();
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H
A
D
appfreeze_manager_test.cpp
197
int state = AppfreezeManager::
AppFreezeState
::APPFREEZE_STATE_FREEZE;
in HWTEST_F()
215
int state = AppfreezeManager::
AppFreezeState
::APPFREEZE_STATE_IDLE;
in HWTEST_F()
218
AppfreezeManager::
AppFreezeState
::APPFREEZE_STATE_FREEZE);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
490
if (it->second.state ==
AppFreezeState
::APPFREEZE_STATE_CANCELED) {
in IsProcessDebug()
543
return
AppFreezeState
::APPFREEZE_STATE_IDLE;
in GetFreezeState()
579
if (state ==
AppFreezeState
::APPFREEZE_STATE_FREEZE) {
in IsNeedIgnoreFreezeEvent()
590
SetFreezeState(pid,
AppFreezeState
::APPFREEZE_STATE_FREEZE);
in IsNeedIgnoreFreezeEvent()
606
info.state =
AppFreezeState
::APPFREEZE_STATE_CANCELING;
in CancelAppFreezeDetect()
627
appfreezeFilterMap_[bundleName].state =
AppFreezeState
::APPFREEZE_STATE_CANCELED;
in ResetAppfreezeState()
/foundation/ability/ability_runtime/services/appdfr/include/
H
A
D
appfreeze_manager.h
50
enum
AppFreezeState
{
enum in OHOS::AppExecFwk::AppfreezeManager
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
main_thread.cpp
1294
SetAppDebug(AbilityRuntime::
AppFreezeState
::AppFreezeFlag::DEBUG_LAUNCH_MODE, true);
in HandleLaunchApplication()
3233
SetAppDebug(AbilityRuntime::
AppFreezeState
::AppFreezeFlag::ATTACH_DEBUG_MODE, true);
in AttachAppDebug()
3239
SetAppDebug(AbilityRuntime::
AppFreezeState
::AppFreezeFlag::ATTACH_DEBUG_MODE, false);
in DetachAppDebug()
3257
SetAppDebug(AbilityRuntime::
AppFreezeState
::AppFreezeFlag::ASSERT_DEBUG_MODE, true);
in AssertFaultPauseMainThreadDetection()
3268
SetAppDebug(AbilityRuntime::
AppFreezeState
::AppFreezeFlag::ASSERT_DEBUG_MODE, false);
in AssertFaultResumeMainThreadDetection()
3302
auto state = DelayedSingleton<AbilityRuntime::
AppFreezeState
>::GetInstance();
in SetAppDebug()
Completed in 8 milliseconds