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:VENDOR
(Results
1 - 5
of
5
) sorted by relevance
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
module_json.cpp
53
const std::string
VENDOR
= "vendor";
member
359
if (appObj->Contains(
VENDOR
.c_str())) {
in GetVendorByAppObj()
360
if (appObj->GetString(
VENDOR
.c_str(), &vendor) != Result::SUCCESS) {
in GetVendorByAppObj()
361
LOGE("App node get %s failed!",
VENDOR
.c_str());
in GetVendorByAppObj()
H
A
D
module_json_stage.cpp
53
const std::string
VENDOR
= "vendor";
member
H
A
D
module_json_fa.cpp
53
const std::string
VENDOR
= "vendor";
member
/developtools/packing_tool/adapter/ohos/
H
A
D
ModuleJsonUtil.java
68
private static final String
VENDOR
= "vendor";
field in ModuleJsonUtil
349
if (appObject.containsKey(
VENDOR
)) {
in parseVendor()
350
vendor = appObject.getString(
VENDOR
);
in parseVendor()
H
A
D
JsonUtil.java
80
private static final String
VENDOR
= "vendor";
field in JsonUtil
436
moduleAppInfo.vendor = getJsonString(appJson,
VENDOR
);
in parseModuleAppInfo()
Completed in 12 milliseconds