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:inspectorTag
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_column.h
28
static void SetInspectorTag(const std::string&
inspectorTag
);
H
A
D
js_column.cpp
74
void JSColumn::SetInspectorTag(const std::string&
inspectorTag
)
in SetInspectorTag()
argument
76
inspectorTag_ =
inspectorTag
;
in SetInspectorTag()
H
A
D
js_previewer_mock.cpp
48
void CreateMockComponent(const std::string&
inspectorTag
)
in CreateMockComponent()
argument
50
OHOS::Ace::PreviewMockModel::GetInstance()->Create(
inspectorTag
);
in CreateMockComponent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
view_stack_processor.h
267
RefPtr<ComposedComponent> CreateInspectorWrapper(const std::string&
inspectorTag
);
291
void CreateInspectorComposedComponent(const std::string&
inspectorTag
);
H
A
D
view_stack_processor.cpp
843
RefPtr<ComposedComponent> ViewStackProcessor::CreateInspectorWrapper(const std::string&
inspectorTag
)
in CreateInspectorWrapper()
argument
846
V2::InspectorComposedComponent::GenerateId(),
inspectorTag
);
in CreateInspectorWrapper()
849
void ViewStackProcessor::CreateInspectorComposedComponent(const std::string&
inspectorTag
)
in CreateInspectorComposedComponent()
argument
851
if (V2::InspectorComposedComponent::HasInspectorFinished(
inspectorTag
)) {
in CreateInspectorComposedComponent()
853
V2::InspectorComposedComponent::GenerateId(),
inspectorTag
);
in CreateInspectorComposedComponent()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
component.h
86
virtual void SetInspectorTag(std::string
inspectorTag
)
in SetInspectorTag()
argument
88
inspectorTag_ =
inspectorTag
;
in SetInspectorTag()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_node.h
67
void SetInspectorTag(const std::string&
inspectorTag
)
in SetInspectorTag()
argument
69
inspectorTag_ =
inspectorTag
;
in SetInspectorTag()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H
A
D
stack_element.cpp
505
auto
inspectorTag
= dialog->GetInspectorTag();
in CreateInspectorComponent()
local
506
if (V2::InspectorComposedComponent::HasInspectorFinished(
inspectorTag
)) {
in CreateInspectorComponent()
508
V2::InspectorComposedComponent::GenerateId(),
inspectorTag
);
in CreateInspectorComponent()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.h
128
const DialogProperties& dialogProperties, bool isRightToLeft, const std::string&
inspectorTag
= "");
H
A
D
pipeline_context.cpp
1112
const DialogProperties& dialogProperties, bool isRightToLeft, const std::string&
inspectorTag
)
in ShowDialog()
1119
dialog->SetInspectorTag(
inspectorTag
);
in ShowDialog()
1111
ShowDialog( const DialogProperties& dialogProperties, bool isRightToLeft, const std::string&
inspectorTag
)
ShowDialog()
argument
Completed in 13 milliseconds