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:VERSIONNAME
(Results
1 - 5
of
5
) sorted by relevance
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
module_json_stage.cpp
30
const std::string
VERSIONNAME
= "versionName";
member
115
if (!appObj->Contains(
VERSIONNAME
.c_str())) {
in SetStageVersionName()
116
LOGE("App node has no %s node!",
VERSIONNAME
.c_str());
in SetStageVersionName()
119
if (appObj->SetString(
VERSIONNAME
.c_str(), versionName) != Result::SUCCESS) {
in SetStageVersionName()
120
LOGE("App node set %s failed!",
VERSIONNAME
.c_str());
in SetStageVersionName()
142
if (!appObj->Contains(VERSIONCODE.c_str()) || !appObj->Contains(
VERSIONNAME
.c_str())) {
in GetStageVersionByAppObj()
143
LOGE("App node has no %s node or %s node", VERSIONCODE.c_str(),
VERSIONNAME
.c_str());
in GetStageVersionByAppObj()
150
if (appObj->GetString(
VERSIONNAME
.c_str(), &version.versionName) != Result::SUCCESS) {
in GetStageVersionByAppObj()
151
LOGE("App node get %s failed!",
VERSIONNAME
.c_str());
in GetStageVersionByAppObj()
H
A
D
module_json_fa.cpp
30
const std::string
VERSIONNAME
= "versionName";
member
H
A
D
module_json.cpp
30
const std::string
VERSIONNAME
= "versionName";
member
/developtools/packing_tool/adapter/ohos/
H
A
D
ModuleJsonUtil.java
34
private static final String
VERSIONNAME
= "versionName";
field in ModuleJsonUtil
128
if (appObj.containsKey(VERSIONCODE) && appObj.containsKey(
VERSIONNAME
)) {
in parseStageVersion()
130
version.versionName = appObj.getString(
VERSIONNAME
);
in parseStageVersion()
1467
if (appObj.containsKey(
VERSIONNAME
)) {
in parsePatch()
1468
hqfVerifyInfo.setVersionName(appObj.getString(
VERSIONNAME
));
in parsePatch()
H
A
D
JsonUtil.java
68
private static final String
VERSIONNAME
= "versionName";
field in JsonUtil
2170
if (appObj.containsKey(
VERSIONNAME
)) {
in parsePatch()
2171
hqfVerifyInfo.setVersionName(appObj.getString(
VERSIONNAME
));
in parsePatch()
Completed in 11 milliseconds