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:GetReleaseType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H
A
D
plugin_bridge.cpp
45
tmp = SystemProperties::
GetReleaseType
();
in ProcessSystemParam()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
system_properties.h
242
static const std::string&
GetReleaseType
()
in GetReleaseType()
function in OHOS::Ace::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_install_checker.cpp
892
return std::make_tuple(false, info.second.GetCurModuleName(), info.second.
GetReleaseType
());
in GetValidReleaseType()
896
(infos.begin()->second).
GetReleaseType
());
in GetValidReleaseType()
933
if (releaseType != info.second.
GetReleaseType
()) {
in CheckAppLabelInfo()
936
info.second.GetCurModuleName().c_str(), info.second.
GetReleaseType
().c_str());
in CheckAppLabelInfo()
H
A
D
base_bundle_installer.cpp
4695
if (oldInfo.
GetReleaseType
() != newInfo.
GetReleaseType
()) {
in CheckReleaseTypeIsCompatible()
4697
oldInfo.GetCurModuleName().c_str(), oldInfo.
GetReleaseType
().c_str(),
in CheckReleaseTypeIsCompatible()
4698
newInfo.GetCurModuleName().c_str(), newInfo.
GetReleaseType
().c_str());
in CheckReleaseTypeIsCompatible()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
inner_bundle_info.h
714
std::string
GetReleaseType
() const
in GetReleaseType()
function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
1829
DumpLog::GetInstance().Print(1, "ReleaseType: " + SystemProperties::
GetReleaseType
());
in OnDumpInfo()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
752
tmp = SystemProperties::
GetReleaseType
();
in GetDeviceInfo()
Completed in 29 milliseconds