/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4033 * @tc.name: DelExtNameOrMIMEToApp 4034 * @tc.desc: 1. DelExtNameOrMIMEToApp 4039 auto res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() 4042 res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() 4045 res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() 4052 * @tc.name: DelExtNameOrMIMEToApp 4053 * @tc.desc: 1. DelExtNameOrMIMEToApp 4058 auto res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() 4061 res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() 4064 res = bundleMgrProxy->DelExtNameOrMIMEToApp( in HWTEST_F() [all...] |
H A D | bms_bundle_kit_service_test.cpp | 13490 * @tc.name: test BundleMgrProxy interface DelExtNameOrMIMEToApp 13503 auto ret = bundleMgrProxy->DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 279 bundleMgrProxy.DelExtNameOrMIMEToApp(bundleName, moduleName, in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1372 virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 958 virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
|
/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 | 901 ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1682 * @tc.name: test DelExtNameOrMIMEToApp 1683 * @tc.desc: 1.DelExtNameOrMIMEToApp 1687 ErrCode ret = bundleMgrHostImpl_->DelExtNameOrMIMEToApp("", "", "", "", ""); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5419 ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, ABILITY_BACKUP_NAME, extName, EMPTY_STRING); in HWTEST_F() 5446 ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, ABILITY_BACKUP_NAME, EMPTY_STRING, mimeType); in HWTEST_F() 5490 auto ret = dataMgr->DelExtNameOrMIMEToApp(wrongName, MODULE_NAME, ABILITY_BACKUP_NAME, EMPTY_STRING, mimeType); in HWTEST_F() 5492 ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, wrongName, ABILITY_BACKUP_NAME, EMPTY_STRING, mimeType); in HWTEST_F() 5494 ret = dataMgr->DelExtNameOrMIMEToApp(BUNDLE_BACKUP_NAME, MODULE_NAME, wrongName, EMPTY_STRING, mimeType); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3574 ErrCode BundleMgrHostImpl::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleMgrHostImpl 3577 APP_LOGD("DelExtNameOrMIMEToApp bundleName: %{public}s, moduleName: %{public}s, \ in DelExtNameOrMIMEToApp() 3589 return dataMgr->DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in DelExtNameOrMIMEToApp()
|
H A D | bundle_data_mgr.cpp | 7085 ErrCode BundleDataMgr::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3329 ErrCode ret = DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in HandleDelExtNameOrMIMEToApp()
|
H A D | bundle_mgr_proxy.cpp | 3946 ErrCode BundleMgrProxy::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleMgrProxy 3960 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write InterfaceToken failed"); in DelExtNameOrMIMEToApp() 3964 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write bundleName fail"); in DelExtNameOrMIMEToApp() 3968 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write moduleName fail"); in DelExtNameOrMIMEToApp() 3972 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write abilityName fail"); in DelExtNameOrMIMEToApp() 3976 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write extName fail"); in DelExtNameOrMIMEToApp() 3980 APP_LOGE("fail to DelExtNameOrMIMEToApp due to write mimeType fail"); in DelExtNameOrMIMEToApp()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2092 result = bundleMgrProxy_->DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in RunAsDelExtNameOrMIMEToAppCommand() 2094 resultReceiver_.append("DelExtNameOrMIMEToApp succeeded"); in RunAsDelExtNameOrMIMEToAppCommand() 2096 resultReceiver_.append("DelExtNameOrMIMEToApp failed, errCode is "+ std::to_string(result) + "\n"); in RunAsDelExtNameOrMIMEToAppCommand()
|