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:currentRouter
(Results
1 - 4
of
4
) sorted by relevance
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.cpp
48
currentRouter
(""),
in VirtualScreen()
65
return
currentRouter
;
in GetCurrentRouter()
70
currentRouter
= currentRouterValue;
in SetCurrentRouter()
H
A
D
VirtualScreen.h
135
std::string
currentRouter
;
member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
239
std::string
currentRouter
= currentRouterPath.substr(0, currentRouterPath.size() - 3);
in PageCallback()
local
240
ILOG("PageCallback currentPage is : %s",
currentRouter
.c_str());
in PageCallback()
241
GetInstance().SetCurrentRouter(
currentRouter
);
in PageCallback()
/ide/tools/previewer/cli/
H
A
D
CommandLine.cpp
706
std::string
currentRouter
= VirtualScreenImpl::GetInstance().GetCurrentRouter();
in RunGet()
local
707
resultContent.Add("CurrentRouter",
currentRouter
.c_str());
in RunGet()
720
std::string
currentRouter
= VirtualScreenImpl::GetInstance().GetAbilityCurrentRouter();
in RunGet()
local
721
resultContent.Add("AbilityCurrentRouter",
currentRouter
.c_str());
in RunGet()
Completed in 5 milliseconds