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:urlPath
(Results
1 - 8
of
8
) sorted by relevance
/ide/tools/previewer/jsapp/
H
A
D
JsApp.cpp
30
urlPath
(""),
in JsApp()
99
urlPath
= value;
in SetUrlPath()
H
A
D
JsApp.h
147
std::string
urlPath
;
member in JsApp
/ide/tools/previewer/test/unittest/jsapp_lite/
H
A
D
JsAppImplTest.cpp
127
//
urlPath
empty
in TEST_F()
130
JsAppImpl::GetInstance().
urlPath
= "";
in TEST_F()
139
//
urlPath
not empty
in TEST_F()
142
JsAppImpl::GetInstance().
urlPath
= "pages/Index";
in TEST_F()
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.cpp
241
if (
urlPath
.empty()) {
in StartJsApp()
248
val.Add("uri",
urlPath
.c_str());
in StartJsApp()
/ide/tools/previewer/util/
H
A
D
CommandParser.cpp
443
urlPath
= Value("url");
in IsUrlValid()
444
if (
urlPath
.empty()) {
in IsUrlValid()
448
ILOG("CommandParser url: %s",
urlPath
.c_str());
in IsUrlValid()
H
A
D
CommandParser.h
139
std::string
urlPath
;
member in CommandParser::ScreenMode
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
173
SetUrl(args,
urlPath
);
in SetJsAppArgs()
497
void JsAppImpl::SetUrl(Platform::AceRunArgs& args, const std::string
urlPath
) const
in SetUrl()
499
args.url =
urlPath
;
in SetUrl()
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
JsAppImplTest.cpp
445
EXPECT_EQ(JsAppImpl::GetInstance().
urlPath
, "pages/Index");
in TEST_F()
Completed in 7 milliseconds