/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4018 auto res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4021 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4024 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4037 auto res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4040 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4043 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4056 auto res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4059 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4062 res = bundleMgrProxy->DelExtNameOrMIMEToApp( 4078 res = bundleMgrProxy->DelExtNameOrMIMEToApp( [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 279 bundleMgrProxy.DelExtNameOrMIMEToApp(bundleName, moduleName, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1373 …virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function
|
H A D | bundle_mgr_proxy.h | 958 …virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5441 …ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, ABILITY_BACKUP_NAME, extName… 5468 …ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, ABILITY_BACKUP_NAME, EMPTY_S… 5512 …auto ret = dataMgr->DelExtNameOrMIMEToApp(wrongName, MODULE_NAME, ABILITY_BACKUP_NAME, EMPTY_STRIN… 5514 …ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, wrongName, ABILITY_BACKUP_NAME, EMPTY_STR… 5516 …ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, wrongName, EMPTY_STRING, mim…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 911 …virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
|
H A D | bundle_data_mgr.h | 899 ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1691 ErrCode ret = bundleMgrHostImpl_->DelExtNameOrMIMEToApp("", "", "", "", "");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3615 ErrCode BundleMgrHostImpl::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &… in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleMgrHostImpl 3630 return dataMgr->DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in DelExtNameOrMIMEToApp()
|
H A D | bundle_data_mgr.cpp | 7032 ErrCode BundleDataMgr::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &modu… in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2042 …result = bundleMgrProxy_->DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mime… in RunAsDelExtNameOrMIMEToAppCommand()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3341 ErrCode ret = DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in HandleDelExtNameOrMIMEToApp()
|
H A D | bundle_mgr_proxy.cpp | 3913 ErrCode BundleMgrProxy::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &mod… in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleMgrProxy
|