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 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H
A
D
fa_app_info.cpp
38
versionName_
= versionInfo->GetString("name");
in Parse()
74
return
versionName_
;
in GetVersionName()
H
A
D
fa_app_info.h
49
std::string
versionName_
;
member in OHOS::Ace::FaAppInfo
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H
A
D
stage_app_info.cpp
31
versionName_
= root->GetString("versionName");
in Parse()
68
return
versionName_
;
in GetVersionName()
H
A
D
stage_app_info.h
56
std::string
versionName_
;
member in OHOS::Ace::StageAppInfo
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H
A
D
manifest_appinfo.cpp
74
return
versionName_
;
in GetVersionName()
94
versionName_
= root->GetString("versionName");
in AppInfoParse()
H
A
D
manifest_appinfo.h
52
std::string
versionName_
;
member in OHOS::Ace::Framework::ManifestAppInfo
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
ace_application_info.h
107
versionName_
= versionName;
in SetAppVersionName()
112
return
versionName_
;
in GetAppVersionName()
251
std::string
versionName_
;
member in OHOS::Ace::AceApplicationInfo
/foundation/ability/form_fwk/services/src/
H
A
D
form_item_info.cpp
430
* @brief Get
versionName_
.
431
* @return
versionName_
.
435
return
versionName_
;
in GetVersionName()
438
* @brief Set value of
versionName_
.
443
versionName_
= versionName;
in SetVersionName()
/foundation/ability/form_fwk/services/include/
H
A
D
form_item_info.h
265
* @brief Get
versionName_
.
266
* @return
versionName_
.
270
* @brief Set value of
versionName_
.
472
std::string
versionName_
= "";
member in OHOS::AppExecFwk::FormItemInfo
Completed in 4 milliseconds