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:navPathInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H
A
D
mock_navigation_stack.cpp
187
MockNavPathInfo
navPathInfo
(recoveryInfo.name);
in SetPathArray()
188
navPathInfo
.mode = recoveryInfo.mode;
in SetPathArray()
189
navPathInfo
.fromRecovery = true;
in SetPathArray()
190
newPathArray.push_back(
navPathInfo
);
in SetPathArray()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H
A
D
navdestination_pattern.cpp
442
auto
navPathInfo
= navDestinationContext_->GetNavPathInfo();
in OnWindowHide()
local
443
CHECK_NULL_VOID(
navPathInfo
);
in OnWindowHide()
444
if (!
navPathInfo
->GetIsEntry()) {
in OnWindowHide()
448
navPathInfo
->SetIsEntry(false);
in OnWindowHide()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navigation_stack.cpp
1109
JSRef<JSObject>
navPathInfo
= JSRef<JSObject>::New();
in SetPathArray()
local
1110
navPathInfo
->SetProperty<std::string>("name", infoName);
in SetPathArray()
1112
navPathInfo
->SetPropertyObject("param", JSRef<JSObject>::New()->ToJsonObject(infoParam.c_str()));
in SetPathArray()
1114
navPathInfo
->SetProperty<bool>("fromRecovery", true);
in SetPathArray()
1115
navPathInfo
->SetProperty<int32_t>("mode", infoMode);
in SetPathArray()
1116
newPathArray->SetValueAt(index,
navPathInfo
);
in SetPathArray()
H
A
D
js_navdestination.cpp
105
auto
navPathInfo
= AceType::MakeRefPtr<JSNavPathInfo>();
in Create()
local
106
ctx->SetNavPathInfo(
navPathInfo
);
in Create()
138
auto
navPathInfo
= AceType::MakeRefPtr<JSNavPathInfo>();
in Create()
local
139
ctx->SetNavPathInfo(
navPathInfo
);
in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
navigation_group_node.cpp
439
auto
navPathInfo
= navDestinationContext->GetNavPathInfo();
in CheckCanHandleBack()
local
440
CHECK_NULL_RETURN(
navPathInfo
, false);
in CheckCanHandleBack()
441
auto isEntry =
navPathInfo
->GetIsEntry();
in CheckCanHandleBack()
445
navPathInfo
->SetIsEntry(false);
in CheckCanHandleBack()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H
A
D
navrouter_group_test_ng.cpp
689
auto
navPathInfo
= AceType::MakeRefPtr<NavPathInfo>();
in HWTEST_F()
local
690
context->SetNavPathInfo(
navPathInfo
);
in HWTEST_F()
Completed in 10 milliseconds