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:InstallerState
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_installer.h
97
virtual void UpdateInstallerState(const
InstallerState
state) override;
H
A
D
base_bundle_installer.h
48
enum class
InstallerState
: uint8_t {
class in OHOS::AppExecFwk::BaseBundleInstaller
128
virtual void UpdateInstallerState(const
InstallerState
state);
133
inline
InstallerState
GetInstallerState()
in GetInstallerState()
142
inline void SetInstallerState(
InstallerState
state)
in SetInstallerState()
753
InstallerState
state_ =
InstallerState
::INSTALL_START;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_installer.cpp
196
void BundleInstaller::UpdateInstallerState(const
InstallerState
state)
in UpdateInstallerState()
H
A
D
base_bundle_installer.cpp
663
void BaseBundleInstaller::UpdateInstallerState(const
InstallerState
state)
in UpdateInstallerState()
1132
UpdateInstallerState(
InstallerState
::INSTALL_BUNDLE_CHECKED); // ---- 5%
in ProcessBundleInstall()
1144
UpdateInstallerState(
InstallerState
::INSTALL_SYSCAP_CHECKED); // ---- 10%
in ProcessBundleInstall()
1150
UpdateInstallerState(
InstallerState
::INSTALL_SIGNATURE_CHECKED); // ---- 15%
in ProcessBundleInstall()
1183
UpdateInstallerState(
InstallerState
::INSTALL_PARSED); // ---- 20%
in ProcessBundleInstall()
1193
UpdateInstallerState(
InstallerState
::INSTALL_HAP_HASH_PARAM_CHECKED); // ---- 25%
in ProcessBundleInstall()
1198
UpdateInstallerState(
InstallerState
::INSTALL_OVERLAY_CHECKED); // ---- 30%
in ProcessBundleInstall()
1203
UpdateInstallerState(
InstallerState
::INSTALL_VERSION_AND_BUNDLENAME_CHECKED); // ---- 35%
in ProcessBundleInstall()
1215
UpdateInstallerState(
InstallerState
::INSTALL_NATIVE_SO_CHECKED); // ---- 40%
in ProcessBundleInstall()
1220
UpdateInstallerState(
InstallerState
in ProcessBundleInstall()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H
A
D
bms_bundle_installers_test.cpp
277
* @tc.desc: test UpdateInstallerState (The parameter input is
InstallerState
::INSTALL_BUNDLE_CHECKED)
282
bundleInstaller_->UpdateInstallerState(BaseBundleInstaller::
InstallerState
::INSTALL_BUNDLE_CHECKED);
in HWTEST_F()
Completed in 9 milliseconds