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:rootPackage
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
options.cpp
666
" -r <
rootPackage
>:<rootPath> Set root path of root package, only support 'intf-type hdi'\n"
in ShowUsage()
689
*
rootPackage
:ohos.hdi
731
std::string
rootPackage
= GetRootPackage(package);
in GetSubPackage()
local
732
if (
rootPackage
.empty()) {
in GetSubPackage()
736
return package.substr(
rootPackage
.size() + 1);
in GetSubPackage()
746
std::string
rootPackage
= "";
in GetPackagePath()
local
751
rootPackage
= packageRoot.first;
in GetPackagePath()
756
if (
rootPackage
.empty()) {
in GetPackagePath()
766
std::string subPath = StringHelper::Replace(package.substr(
rootPackage
.size() + 1), '.', SEPARATOR);
in GetPackagePath()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H
A
D
hdi_cpp_code_emitter.cpp
62
std::string
rootPackage
= Options::GetInstance().GetRootPackage(namespaceStr);
in EmitCppNameSpaceVec()
local
63
size_t rootPackageNum = StringHelper::Split(
rootPackage
, ".").size();
in EmitCppNameSpaceVec()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H
A
D
hdi_code_emitter.cpp
150
std::string
rootPackage
= Options::GetInstance().GetRootPackage(space->ToString());
in GetNameWithNamespace()
local
151
size_t rootPackageNum = StringHelper::Split(
rootPackage
, ".").size();
in GetNameWithNamespace()
Completed in 3 milliseconds