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
defs:patchVersionCode
(Results
1 - 5
of
5
) sorted by relevance
/developtools/packing_tool/packing_tool/frameworks/src/
H
A
D
hqf_verify.cpp
45
int32_t
patchVersionCode
= hqfInfos[0].GetPatchVersionCode();
in CheckAppFields()
local
/developtools/packing_tool/adapter/ohos/
H
A
D
HQFInfo.java
30
private int
patchVersionCode
= -1;
field in HQFInfo
70
public void setPatchVersionCode(int
patchVersionCode
) {
in setPatchVersionCode()
argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
H
A
D
patch_json_test.cpp
246
int32_t
patchVersionCode
;
in HWTEST_F()
local
542
int32_t
patchVersionCode
;
in HWTEST_F()
local
558
int32_t
patchVersionCode
;
in HWTEST_F()
local
[all...]
/developtools/packing_tool/packing_tool/frameworks/include/json/
H
A
D
hqf_info.h
65
void SetPatchVersionCode(const int32_t&
patchVersionCode
)
in SetPatchVersionCode()
argument
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
patch_json.cpp
202
bool PatchJson::GetPatchVersionCode(int32_t&
patchVersionCode
)
in GetPatchVersionCode()
argument
212
bool PatchJson::GetPatchVersionCodeByAppObj(const std::unique_ptr<PtJson>& appObj, int32_t&
patchVersionCode
)
in GetPatchVersionCodeByAppObj()
argument
379
int32_t
patchVersionCode
= -1;
in GetHqfInfo()
local
Completed in 3 milliseconds