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:DeleteBundleInfo
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_app_service_fwk_installer.cpp
86
void
DeleteBundleInfo
(const std::string &bundleName);
287
void BmsBundleAppServiceFwkInstallerTest::
DeleteBundleInfo
(const std::string &bundleName)
in DeleteBundleInfo()
function in OHOS::BmsBundleAppServiceFwkInstallerTest
474
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
511
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
548
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
757
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
783
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
810
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
840
DeleteBundleInfo
(BUNDLE_NAME);
in HWTEST_F()
870
DeleteBundleInfo
(BUNDLE_NAM
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H
A
D
service_router_data_mgr.h
59
void
DeleteBundleInfo
(const std::string &bundleName);
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H
A
D
sr_common_event_subscriber.cpp
77
ServiceRouterDataMgr::GetInstance().
DeleteBundleInfo
(bundleName);
in OnReceiveEvent()
80
eventHandler_->PostTask(task, "SrCommonEventSubscriber:
DeleteBundleInfo
");
in OnReceiveEvent()
H
A
D
service_router_data_mgr.cpp
95
void ServiceRouterDataMgr::
DeleteBundleInfo
(const std::string &bundleName)
in DeleteBundleInfo()
function in OHOS::AbilityRuntime::ServiceRouterDataMgr
/foundation/ability/ability_runtime/service_router_framework/services/srms/test/unittest/service_router_mgr_interface_test/
H
A
D
srms_interface_test.cpp
442
* @tc.name: test
DeleteBundleInfo
443
* @tc.desc: test
DeleteBundleInfo
function
451
serviceRouterMgr->
DeleteBundleInfo
(bundleName);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
1022
void
DeleteBundleInfo
(const std::string &bundleName, const InstallState state);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
263
DeleteBundleInfo
(bundleName, state);
in UpdateBundleInstallState()
3937
void BundleDataMgr::
DeleteBundleInfo
(const std::string &bundleName, const InstallState state)
in DeleteBundleInfo()
function in OHOS::AppExecFwk::BundleDataMgr
Completed in 24 milliseconds