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:appType_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
140
return
appType_
;
in GetAppType()
148
appType_
= appType;
in SetAppType()
287
Constants::AppType
appType_
= Constants::AppType::SYSTEM_APP;
member in OHOS::AppExecFwk::PreInstallBundleInfo
H
A
D
inner_bundle_info.h
818
return
appType_
;
in GetAppType()
826
appType_
= appType;
in SetAppType()
827
if (
appType_
== Constants::AppType::SYSTEM_APP) {
in SetAppType()
2251
Constants::AppType
appType_
= Constants::AppType::THIRD_PARTY_APP;
member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_install_bundle_info.cpp
41
jsonObject[APP_TYPE] =
appType_
;
in ToJson()
62
appType_
, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY);
in FromJson()
86
jsonObject[APP_TYPE] =
appType_
;
in ToString()
H
A
D
inner_bundle_info.cpp
285
this->
appType_
= info.
appType_
;
in operator =()
463
jsonObject[APP_TYPE] =
appType_
;
in ToJson()
1174
appType_
,
in FromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H
A
D
shared_bundle_installer.h
76
const Constants::AppType
appType_
;
member in OHOS::AppExecFwk::SharedBundleInstaller
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H
A
D
inner_bundle_info.h
202
return
appType_
;
in GetAppType()
239
Constants::AppType
appType_
= Constants::AppType::THIRD_PARTY_APP;
member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
shared_bundle_installer.cpp
24
: installParam_(installParam),
appType_
(appType)
in SharedBundleInstaller()
45
checkParam.appType =
appType_
;
in ParseFiles()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
inner_bundle_info.cpp
146
this->
appType_
= info.
appType_
;
in operator =()
253
jsonObject[APP_TYPE] =
appType_
;
in ToJson()
793
appType_
,
in FromJson()
Completed in 15 milliseconds