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:versionNum
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin.cpp
304
VersionNum
versionNum
;
in RegisterMetadata()
local
305
ret = AnalyzeVersion(version_,
versionNum
);
in RegisterMetadata()
330
VersionNum
versionNum
;
in CheckTargetVersion()
local
331
auto ret = AnalyzeVersion(targetVersion,
versionNum
);
in CheckTargetVersion()
340
uint32_t Plugin::AnalyzeVersion(const string &versionInfo, VersionNum &
versionNum
)
in AnalyzeVersion()
argument
367
versionNum
.major = versionArray[VERSION_MAJOR_INDEX];
in AnalyzeVersion()
368
versionNum
.minor = versionArray[VERSION_MINOR_INDEX];
in AnalyzeVersion()
369
versionNum
.micro = versionArray[VERSION_MICRO_INDEX];
in AnalyzeVersion()
370
versionNum
.nano = versionArray[VERSION_NANO_INDEX];
in AnalyzeVersion()
372
IMAGE_LOGD("analysis result: %{public}u.%{public}u.%{public}u.%{public}u.",
versionNum
in AnalyzeVersion()
378
ExecuteVersionAnalysis(const string &input, VersionParseStep &step, uint16_t (&
versionNum
)[VERSION_ARRAY_SIZE])
ExecuteVersionAnalysis()
argument
[all...]
H
A
D
plugin.h
67
uint32_t AnalyzeVersion(const std::string &versionInfo, VersionNum &
versionNum
);
69
uint16_t (&
versionNum
)[VERSION_ARRAY_SIZE]);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
fbex.cpp
118
std::string
versionNum
;
in IsFBEXSupported()
local
119
if (!OHOS::LoadStringFromFile(rpath,
versionNum
)) {
in IsFBEXSupported()
123
return
versionNum
.compare(FBEX_INLINE_CRYPTO_V3) == 0;
in IsFBEXSupported()
Completed in 2 milliseconds