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:onPopupSelected
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H
A
D
indexer_event_hub.h
57
void SetOnPopupSelected(OnPopupSelectedEvent&&
onPopupSelected
)
in SetOnPopupSelected()
argument
59
onPopupSelectedEvent_ = std::move(
onPopupSelected
);
in SetOnPopupSelected()
H
A
D
indexer_model_ng.h
52
void SetOnPopupSelected(std::function<void(const int32_t selected)>&&
onPopupSelected
) override;
106
std::function<void(const int32_t selected)>&&
onPopupSelected
);
H
A
D
indexer_model.h
64
virtual void SetOnPopupSelected(std::function<void(const int32_t selected)>&&
onPopupSelected
) = 0;
H
A
D
indexer_model_ng.cpp
252
void IndexerModelNG::SetOnPopupSelected(std::function<void(const int32_t selected)>&&
onPopupSelected
)
in SetOnPopupSelected()
argument
258
eventHub->SetOnPopupSelected(std::move(
onPopupSelected
));
in SetOnPopupSelected()
616
std::function<void(const int32_t selected)>&&
onPopupSelected
)
in SetOnPopupSelected()
621
eventHub->SetOnPopupSelected(std::move(
onPopupSelected
));
in SetOnPopupSelected()
615
SetOnPopupSelected(FrameNode* frameNode, std::function<void(const int32_t selected)>&&
onPopupSelected
)
SetOnPopupSelected()
argument
H
A
D
indexer_pattern.cpp
1642
auto
onPopupSelected
= indexerEventHub->GetOnPopupSelected();
in OnListItemClick()
local
1643
if (
onPopupSelected
) {
in OnListItemClick()
1644
onPopupSelected
(index);
in OnListItemClick()
1646
UiSessionManager::GetInstance().ReportComponentChangeEvent("event", "
onPopupSelected
");
in OnListItemClick()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
indexer_model_impl.h
42
void SetOnPopupSelected(std::function<void(const int32_t selected)>&&
onPopupSelected
) override;
H
A
D
indexer_model_impl.cpp
183
void IndexerModelImpl::SetOnPopupSelected(std::function<void(const int32_t selected)>&&
onPopupSelected
)
in SetOnPopupSelected()
argument
185
auto fun =
onPopupSelected
;
in SetOnPopupSelected()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_indexer.cpp
272
auto
onPopupSelected
= [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])](
in JsOnPopupSelected()
local
278
IndexerModel::GetInstance()->SetOnPopupSelected(
onPopupSelected
);
in JsOnPopupSelected()
585
JSClass<JSIndexer>::StaticMethod("
onPopupSelected
", &JSIndexer::JsOnPopupSelected, opt);
in JSBind()
Completed in 9 milliseconds