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:SetAppType
(Results
1 - 10
of
10
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
146
void
SetAppType
(Constants::AppType appType)
in SetAppType()
function in OHOS::AppExecFwk::PreInstallBundleInfo
H
A
D
inner_bundle_info.h
824
void
SetAppType
(Constants::AppType appType)
in SetAppType()
function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_install_checker.cpp
351
newInfo.
SetAppType
(Constants::AppType::SYSTEM_APP);
in ParseHapFiles()
353
newInfo.
SetAppType
(Constants::AppType::THIRD_PARTY_APP);
in ParseHapFiles()
H
A
D
bundle_mgr_host_impl.cpp
4134
info.
SetAppType
(isSystemApp ? Constants::AppType::SYSTEM_APP : Constants::AppType::THIRD_PARTY_APP);
in SetProvisionInfoToInnerBundleInfo()
H
A
D
bundle_data_mgr.cpp
355
oldInfo.
SetAppType
(newInfo.GetAppType());
in AddNewModuleInfo()
638
oldInfo.
SetAppType
(newInfo.GetAppType());
in UpdateInnerBundleInfo()
H
A
D
base_bundle_installer.cpp
771
preInstallBundleInfo.
SetAppType
(newInfos.begin()->second.GetAppType());
in InnerProcessBundleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
747
info.
SetAppType
(Constants::AppType::SYSTEM_APP);
in HWTEST_F()
784
info.
SetAppType
(Constants::AppType::THIRD_SYSTEM_APP);
in HWTEST_F()
818
info.
SetAppType
(Constants::AppType::THIRD_PARTY_APP);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_install_checker_test.cpp
948
innerBundleInfo1.
SetAppType
(Constants::AppType::SYSTEM_APP);
in HWTEST_F()
949
innerBundleInfo2.
SetAppType
(Constants::AppType::THIRD_PARTY_APP);
in HWTEST_F()
H
A
D
bms_bundle_installer_test.cpp
4735
info.
SetAppType
(Constants::AppType::SYSTEM_APP);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
343
preInstallBundleInfo.
SetAppType
(Constants::AppType::SYSTEM_APP);
in SavePreInstallBundleInfo()
Completed in 57 milliseconds