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:onRouterChange
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_run_args.h
91
SendCurrentRouterCallback
onRouterChange
= nullptr;
member
H
A
D
ui_content_impl.cpp
254
onRouterChange_ = options.
onRouterChange
;
in UIContentImpl()
H
A
D
ace_ability.cpp
378
AceContainer::AddRouterChangeCallback(ACE_INSTANCE_ID, runArgs_.
onRouterChange
);
in InitEnv()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
options.h
88
SendCurrentRouterCallback
onRouterChange
;
member
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H
A
D
ace_card_test.cpp
96
.
onRouterChange
= std::move(pageCallback),
in main()
H
A
D
ace_phone_test.cpp
90
.
onRouterChange
= std::move(pageCallback),
in main()
H
A
D
ace_car_test.cpp
89
.
onRouterChange
= std::move(pageCallback),
in main()
H
A
D
ace_tv_test.cpp
74
.
onRouterChange
= std::move(pageCallback),
in main()
H
A
D
ace_wearable_test.cpp
73
.
onRouterChange
= std::move(pageCallback),
in main()
H
A
D
ace_tablet_test.cpp
90
.
onRouterChange
= std::move(pageCallback),
in main()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
1441
pipelineContext->
onRouterChange
(url);
in OnPushPageSuccess()
1466
pipelineContext->
onRouterChange
(url);
in OnPopToPageSuccess()
1529
context->
onRouterChange
(pageRouteStack_.back().url);
in OnPopPageSuccess()
1655
pipelineContext->
onRouterChange
(url);
in OnReplacePageSuccess()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
422
void PipelineBase::
onRouterChange
(const std::string& url)
in onRouterChange()
function in OHOS::Ace::PipelineBase
H
A
D
pipeline_base.h
550
void
onRouterChange
(const std::string& url);
Completed in 14 milliseconds