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:GetDumpFile
(Results
1 - 23
of
23
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H
A
D
rosen_render_rich_text.cpp
31
if (DumpLog::GetInstance().
GetDumpFile
() > 0) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
H
A
D
layer.cpp
35
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
rosen_render_xcomponent.cpp
65
if (DumpLog::GetInstance().
GetDumpFile
() > 0) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H
A
D
multimodal_scene.cpp
145
if (DumpLog::GetInstance().
GetDumpFile
()) {
in Dump()
H
A
D
multimodal_manager.cpp
141
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpMultimodalScene()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
rosen_render_texture.cpp
153
if (DumpLog::GetInstance().
GetDumpFile
() > 0) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
dump_log.h
90
const std::unique_ptr<std::ostream>&
GetDumpFile
() const
in GetDumpFile()
function in OHOS::Ace::DumpLog
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
focus_manager_test_ng.cpp
252
ASSERT_TRUE(DumpLog::GetInstance().
GetDumpFile
());
in HWTEST_F()
256
ASSERT_TRUE(DumpLog::GetInstance().
GetDumpFile
());
in HWTEST_F()
572
EXPECT_TRUE(DumpLog::GetInstance().
GetDumpFile
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/focus/
H
A
D
focus_node.cpp
181
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFocusTree()
494
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFocusTree()
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H
A
D
element_proxy.cpp
234
if (!DumpLog::GetInstance().
GetDumpFile
()) {
921
if (!DumpLog::GetInstance().
GetDumpFile
()) {
1056
if (!DumpLog::GetInstance().
GetDumpFile
()) {
1506
if (DumpLog::GetInstance().
GetDumpFile
()) {
in Dump()
1598
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpProxy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H
A
D
focus_manager.cpp
169
if (!DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFocusManager()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_view_ohos.cpp
435
if (DumpLog::GetInstance().
GetDumpFile
()) {
in Dump()
H
A
D
ace_container.cpp
1771
const auto& infoFile = DumpLog::GetInstance().
GetDumpFile
();
in Dump()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.cpp
531
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFrontend()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
element.cpp
167
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpTree()
H
A
D
render_node.cpp
336
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.cpp
771
if (!DumpLog::GetInstance().
GetDumpFile
()) {
in DumpTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
ui_node.cpp
935
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpTree()
1010
if (DumpLog::GetInstance().
GetDumpFile
() &&
in DumpTreeById()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
focus_hub.cpp
254
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFocusNodeTree()
290
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFocusScopeTree()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.cpp
667
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFrontend()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.cpp
748
if (DumpLog::GetInstance().
GetDumpFile
()) {
in DumpFrontend()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.cpp
1106
if (!delegate_ || !DumpLog::GetInstance().
GetDumpFile
()) {
in Initialize()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
3186
CHECK_NULL_VOID(DumpLog::GetInstance().
GetDumpFile
());
in DumpProperty()
Completed in 41 milliseconds