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:UPDATING_SUCCESS
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
189
* @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_START->
UPDATING_SUCCESS
199
bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
336
* @tc.desc: 1. NOT correct status transfer INSTALL_START->
UPDATING_SUCCESS
344
bool ret2 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
490
* @tc.desc: 1. NOT correct status transfer INSTALL_START->INSTALL_SUCCESS->
UPDATING_SUCCESS
499
bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
598
bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
707
bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
1255
ret = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
1297
ret = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
875
if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::
UPDATING_SUCCESS
)) {
in ProcessModuleUpdate()
912
if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::
UPDATING_SUCCESS
)) {
in ProcessNewModuleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
bundle_mgr_service_event_handler.cpp
352
dataMgr->UpdateBundleInstallState(bundleName, InstallState::
UPDATING_SUCCESS
);
in SaveInstallInfoToCache()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
346
if (statusItem->second == InstallState::
UPDATING_SUCCESS
) {
in AddNewModuleInfo()
615
if (statusItem->second == InstallState::
UPDATING_SUCCESS
in UpdateInnerBundleInfo()
3897
transferStates_.emplace(InstallState::UNINSTALL_START, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
3902
transferStates_.emplace(InstallState::
UPDATING_SUCCESS
, InstallState::UPDATING_START);
in InitStateTransferMap()
3907
transferStates_.emplace(InstallState::INSTALL_SUCCESS, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
3909
transferStates_.emplace(InstallState::UPDATING_START, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
3911
transferStates_.emplace(InstallState::ROLL_BACK, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
3912
transferStates_.emplace(InstallState::UPDATING_FAIL, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
3917
transferStates_.emplace(InstallState::
UPDATING_SUCCESS
, InstallState::USER_CHANGE);
in InitStateTransferMap()
3919
transferStates_.emplace(InstallState::USER_CHANGE, InstallState::
UPDATING_SUCCESS
);
in InitStateTransferMap()
[all...]
H
A
D
base_bundle_installer.cpp
2252
if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::
UPDATING_SUCCESS
)) {
in ProcessNewModuleInstall()
2310
if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::
UPDATING_SUCCESS
)) {
in ProcessModuleUpdate()
2382
if (!dataMgr_->UpdateBundleInstallState(bundleName_, InstallState::
UPDATING_SUCCESS
)) {
in ProcessModuleUpdate()
H
A
D
bundle_mgr_service_event_handler.cpp
843
dataMgr->UpdateBundleInstallState(bundleName, InstallState::
UPDATING_SUCCESS
);
in SaveInstallInfoToCache()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H
A
D
bms_bundle_overlay_checker_test.cpp
1598
dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
1659
dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
2310
bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_SUCCESS
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
68
UPDATING_SUCCESS
,
member in OHOS::AppExecFwk::InstallState
Completed in 40 milliseconds