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:GetVersion
(Results
1 - 24
of
24
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/zip/include/
H
A
D
zip_entry_header.h
69
short
GetVersion
();
H
A
D
central_directory.h
65
short
GetVersion
();
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
H
A
D
zipsigner_fuzzer.cpp
92
zipEntryHeader->
GetVersion
();
in ZipEntryHeaderInfoFunc()
109
cd->
GetVersion
();
in CentralDirectoryInfoFunc()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
pack_info_utils.cpp
289
if (!const_cast<PackInfo&>(packInfo1).
GetVersion
(version1)) {
in CheckVersionCodeInPackInfo()
290
LOGE("
GetVersion
from packInfo1 failed!");
in CheckVersionCodeInPackInfo()
293
if (!const_cast<PackInfo&>(packInfo2).
GetVersion
(version2)) {
in CheckVersionCodeInPackInfo()
294
LOGE("
GetVersion
from packInfo2 failed!");
in CheckVersionCodeInPackInfo()
H
A
D
hap_verify_utils.cpp
108
verifyCollection.versionCode = hapVerifyInfo.
GetVersion
().versionCode;
in CheckAppFieldsIsSame()
109
verifyCollection.versionName = hapVerifyInfo.
GetVersion
().versionName;
in CheckAppFieldsIsSame()
110
verifyCollection.minCompatibleVersionCode = hapVerifyInfo.
GetVersion
().minCompatibleVersionCode;
in CheckAppFieldsIsSame()
144
if (verifyCollection.versionCode != hapVerifyInfo.
GetVersion
().versionCode ||
in AppFieldsIsSame()
145
verifyCollection.minCompatibleVersionCode != hapVerifyInfo.
GetVersion
().minCompatibleVersionCode) {
in AppFieldsIsSame()
H
A
D
hap_verify_info.cpp
42
const Version& HapVerifyInfo::
GetVersion
() const
in GetVersion()
function in OHOS::AppPackingTool::HapVerifyInfo
H
A
D
pack_info.cpp
377
bool PackInfo::
GetVersion
(PackInfoVersion& version)
in GetVersion()
function in OHOS::AppPackingTool::PackInfo
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H
A
D
hap_utils.h
42
virtual int
GetVersion
();
/developtools/packing_tool/packing_tool/frameworks/include/json/
H
A
D
pack_info.h
70
bool
GetVersion
(PackInfoVersion& version);
H
A
D
hap_verify_info.h
41
const Version&
GetVersion
() const;
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H
A
D
zip_entry_header.cpp
128
short ZipEntryHeader::
GetVersion
()
in GetVersion()
function in OHOS::SignatureTools::ZipEntryHeader
H
A
D
central_directory.cpp
154
short CentralDirectory::
GetVersion
()
in GetVersion()
function in OHOS::SignatureTools::CentralDirectory
/developtools/hdc/src/daemon/
H
A
D
main.cpp
302
string ver = Hdc::Base::
GetVersion
();
in main()
H
A
D
daemon.cpp
785
string version = Base::
GetVersion
() + HDC_MSG_HASH;
in InitMod()
802
handshake.version = Base::
GetVersion
();
in InitMod()
/developtools/hdc/src/host/
H
A
D
client.cpp
621
string clientVer = Base::
GetVersion
() + HDC_MSG_HASH;
in PreHandshake()
625
serverVer = serverVer.substr(0, Base::
GetVersion
().size());
in PreHandshake()
667
fprintf(stdout, "Client version:%s, server version:%s\n", Base::
GetVersion
().c_str(), version.c_str());
in ReadChannel()
H
A
D
translate.cpp
322
stringError = Base::
GetVersion
();
in String2FormatCommand()
H
A
D
main.cpp
301
string ver = Base::
GetVersion
();
in GetCommandlineOptions()
H
A
D
server_for_client.cpp
84
string ver = Base::
GetVersion
() + HDC_MSG_HASH;
in AcceptClient()
828
string version = Base::
GetVersion
();
in ReportServerVersion()
/developtools/hdc/src/common/
H
A
D
base.h
133
string
GetVersion
();
H
A
D
session.cpp
25
WRITE_LOG(LOG_INFO, "Program running. %s Pid:%u", Base::
GetVersion
().c_str(), getpid());
in HdcSessionBase()
1069
handshake.version = Base::
GetVersion
() + HDC_MSG_HASH;
in WorkThreadInitSession()
H
A
D
base.cpp
1878
string
GetVersion
()
in GetVersion()
function
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H
A
D
zip_signer_test.cpp
605
short version = zipEntryData->GetZipEntryHeader()->
GetVersion
();
in HWTEST_F()
700
short version = cd->
GetVersion
();
in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/package_normalize_test/
H
A
D
package_normalize_test.cpp
560
EXPECT_TRUE(packInfo.
GetVersion
(version));
in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/
H
A
D
pack_info_test.cpp
1477
* @tc.desc:
GetVersion
.
1486
EXPECT_TRUE(packInfo.
GetVersion
(version));
in HWTEST_F()
1493
* @tc.desc:
GetVersion
.
1501
EXPECT_FALSE(packInfo.
GetVersion
(version));
in HWTEST_F()
Completed in 38 milliseconds