Home
last modified time | relevance | path

Searched refs:DelExtNameOrMIMEToApp (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4018 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 Dbundlemgrproxy_fuzzer.cpp279 bundleMgrProxy.DelExtNameOrMIMEToApp(bundleName, moduleName, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1373 …virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName, in DelExtNameOrMIMEToApp() function
H A Dbundle_mgr_proxy.h958 …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 Dbms_bundle_manager_test.cpp5441 …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 Dbundle_mgr_host_impl.h911 …virtual ErrCode DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &moduleName,
H A Dbundle_data_mgr.h899 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 Dbms_bundle_permission_false_test.cpp1691 ErrCode ret = bundleMgrHostImpl_->DelExtNameOrMIMEToApp("", "", "", "", "");
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3615 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 Dbundle_data_mgr.cpp7032 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 Dbundle_test_tool.cpp2042 …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 Dbundle_mgr_host.cpp3341 ErrCode ret = DelExtNameOrMIMEToApp(bundleName, moduleName, abilityName, extName, mimeType); in HandleDelExtNameOrMIMEToApp()
H A Dbundle_mgr_proxy.cpp3913 ErrCode BundleMgrProxy::DelExtNameOrMIMEToApp(const std::string &bundleName, const std::string &mod… in DelExtNameOrMIMEToApp() function in OHOS::AppExecFwk::BundleMgrProxy