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:DumpRuntimeHelper
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
dump_runtime_helper.h
26
class
DumpRuntimeHelper
: public std::enable_shared_from_this<
DumpRuntimeHelper
> {
class
28
explicit
DumpRuntimeHelper
(const std::shared_ptr<OHOSApplication> &application);
29
~
DumpRuntimeHelper
() = default;
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
dump_runtime_helper.cpp
32
DumpRuntimeHelper
::
DumpRuntimeHelper
(const std::shared_ptr<OHOSApplication> &application)
in DumpRuntimeHelper()
function in OHOS::AppExecFwk::DumpRuntimeHelper
36
void
DumpRuntimeHelper
::SetAppFreezeFilterCallback()
in SetAppFreezeFilterCallback()
59
void
DumpRuntimeHelper
::DumpJsHeap(const OHOS::AppExecFwk::JsHeapDumpInfo &info)
in DumpJsHeap()
85
void
DumpRuntimeHelper
::GetCheckList(const std::unique_ptr<AbilityRuntime::Runtime> &runtime, std::string &checkList)
in GetCheckList()
114
napi_value
DumpRuntimeHelper
::GetJsLeakModule(napi_env env, napi_value global)
in GetJsLeakModule()
134
napi_value
DumpRuntimeHelper
::GetMethodCheck(napi_env env, napi_value requireValue, napi_value global)
in GetMethodCheck()
157
void
DumpRuntimeHelper
::WriteCheckList(const std::string &checkList)
in WriteCheckList()
H
A
D
main_thread.cpp
896
auto helper = std::make_shared<
DumpRuntimeHelper
>(app);
in HandleJsHeapMemory()
1663
auto helper = std::make_shared<
DumpRuntimeHelper
>(application_);
in HandleLaunchApplication()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
dump_runtime_helper_second_test.cpp
60
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
74
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
81
helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
94
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
110
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
119
helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
148
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
166
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
187
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
211
auto helper = std::make_shared<
DumpRuntimeHelper
>(applicatio
in HWTEST_F()
[all...]
H
A
D
dump_runtime_helper_test.cpp
61
auto helper = std::make_shared<
DumpRuntimeHelper
>(application);
in HWTEST_F()
Completed in 6 milliseconds