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:freeze
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H
A
D
abilityappfreezemanager_fuzzer.cpp
55
auto
freeze
= AppfreezeManager::GetInstance();
in DoSomethingInterestingWithMyAPI()
local
56
if (!
freeze
) {
in DoSomethingInterestingWithMyAPI()
59
freeze
->AppfreezeHandle(faultData, appInfo);
in DoSomethingInterestingWithMyAPI()
60
freeze
->AppfreezeHandleWithStack(faultData, appInfo);
in DoSomethingInterestingWithMyAPI()
61
freeze
->LifecycleTimeoutHandle(info);
in DoSomethingInterestingWithMyAPI()
64
freeze
->IsHandleAppfreeze(bundleName);
in DoSomethingInterestingWithMyAPI()
67
freeze
->IsProcessDebug(pid, processName);
in DoSomethingInterestingWithMyAPI()
68
freeze
->IsNeedIgnoreFreezeEvent(pid);
in DoSomethingInterestingWithMyAPI()
69
freeze
->CancelAppFreezeDetect(pid, bundleName);
in DoSomethingInterestingWithMyAPI()
70
freeze
in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H
A
D
rs_surface_ext.h
45
virtual void DrawTextureImage(RSPaintFilterCanvas& canvas, bool
freeze
, const Drawing::Rect& clipRect) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract_model.h
256
virtual void SetFreeze(bool
freeze
) = 0;
H
A
D
view_abstract_model_ng.h
906
void SetFreeze(bool
freeze
) override
908
ViewAbstract::SetFreeze(
freeze
);
H
A
D
view_abstract.h
417
static void SetFreeze(bool
freeze
);
H
A
D
view_abstract.cpp
2657
void ViewAbstract::SetFreeze(bool
freeze
)
in SetFreeze()
argument
2662
ACE_UPDATE_RENDER_CONTEXT(Freeze,
freeze
);
in SetFreeze()
Completed in 13 milliseconds