Home
last modified time | relevance | path

Searched refs:DelExtNameOrMIMEToApp (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4033 * @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 Dbms_bundle_kit_service_test.cpp13490 * @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 Dbundlemgrproxy_fuzzer.cpp279 bundleMgrProxy.DelExtNameOrMIMEToApp(bundleName, moduleName, in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1372 virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h958 virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h911 virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
H A Dbundle_data_mgr.h901 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 Dbms_bundle_permission_false_test.cpp1682 * @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 Dbms_bundle_manager_test.cpp5419 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 Dbundle_mgr_host_impl.cpp3574 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 Dbundle_data_mgr.cpp7085 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 Dbundle_mgr_host.cpp3329 ErrCode ret = DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in HandleDelExtNameOrMIMEToApp()
H A Dbundle_mgr_proxy.cpp3946 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 Dbundle_test_tool.cpp2092 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()

Completed in 92 milliseconds