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_FAIL
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
169
* @tc.desc: 1. correct status transfer INSTALL_START->INSTALL_SUCCESS->UPDATING_START->
UPDATING_FAIL
179
bool ret4 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_FAIL
);
in HWTEST_F()
353
* @tc.desc: 1. NOT correct status transfer INSTALL_START->
UPDATING_FAIL
361
bool ret2 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_FAIL
);
in HWTEST_F()
470
* @tc.desc: 1. NOT correct status transfer INSTALL_START->INSTALL_SUCCESS->
UPDATING_FAIL
479
bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::
UPDATING_FAIL
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
69
UPDATING_FAIL
,
member in OHOS::AppExecFwk::InstallState
1006
* @return Returns true if state is INSTALL_FAIL,UNINSTALL_FAIL,UNINSTALL_SUCCESS,or
UPDATING_FAIL
; returns false
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
3903
transferStates_.emplace(InstallState::
UPDATING_FAIL
, InstallState::UPDATING_START);
in InitStateTransferMap()
3904
transferStates_.emplace(InstallState::
UPDATING_FAIL
, InstallState::INSTALL_START);
in InitStateTransferMap()
3912
transferStates_.emplace(InstallState::
UPDATING_FAIL
, InstallState::UPDATING_SUCCESS);
in InitStateTransferMap()
3926
state == InstallState::UNINSTALL_SUCCESS || state == InstallState::
UPDATING_FAIL
);
in IsDeleteDataState()
H
A
D
base_bundle_installer.cpp
1433
dataMgr_->UpdateBundleInstallState(bundleName, InstallState::
UPDATING_FAIL
);
in RemoveInfo()
Completed in 29 milliseconds