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:pageNav
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
tcp_socket_manager.cpp
91
void TcpSocketClientManager::OnGetPageNav(QJsonArray array, std::vector<std::string>&
pageNav
)
in OnGetPageNav()
argument
94
pageNav
.push_back(it.toString().toStdString());
in OnGetPageNav()
228
OnGetPageNav(array, msgInfo->
pageNav
);
in OnGetTestInfo()
246
for (auto it2 : it->
pageNav
) {
in OnPrintTestInfo()
247
printf("
pageNav
--%s----------", it2.c_str());
in OnPrintTestInfo()
H
A
D
ui_auto_test.cpp
162
OnEnterPage(info->
pageNav
);
in OnTest()
197
void UIAutoTest::OnEnterPage(std::vector<std::string>
pageNav
)
in OnEnterPage()
argument
199
if (
pageNav
.empty()) {
in OnEnterPage()
203
for (auto it:
pageNav
) {
in OnEnterPage()
/foundation/arkui/ui_lite/test/autotest/include/
H
A
D
ui_test_message.h
46
std::vector<std::string>
pageNav
;
member
69
const std::string JSON_VALUE_PAGE_NAV = "
pageNav
";
H
A
D
ui_auto_test.h
45
void OnEnterPage(std::vector<std::string>
pageNav
);
H
A
D
tcp_socket_manager.h
67
void OnGetPageNav(QJsonArray array, std::vector<std::string>&
pageNav
);
Completed in 2 milliseconds