Home
last modified time | relevance | path

Searched refs:CleanBundleDataFiles (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundledatafiles_fuzzer/
H A Dcleanbundledatafiles_fuzzer.cpp32 bundleMgrProxy.CleanBundleDataFiles(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.h30 …bool CleanBundleDataFiles(const std::string &bundleName, const int userId = 0, const int appIndex …
H A Dmock_bundle_mgr_host.cpp48 bool MockBundleMgrHost::CleanBundleDataFiles(const std::string &bundleName, const int userId, const… in CleanBundleDataFiles() function in OHOS::AppExecFwk::MockBundleMgrHost
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp129 bmHelper->CleanBundleDataFiles(stringParam, int32Param, int32Param); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h86 bool CleanBundleDataFiles(const std::string &bundleName, int32_t userId, int32_t appCloneIndex);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp1690 EXPECT_CALL(*mockBundleMgr, CleanBundleDataFiles(_, _, _)).Times(0);
1694 EXPECT_CALL(*mockBundleMgr, CleanBundleDataFiles(_, _, _)).Times(0);
1697 EXPECT_CALL(*mockBundleMgr, CleanBundleDataFiles(_, _, _)).Times(1).WillOnce(Return(101));
1723 EXPECT_CALL(*mockBundleMgr, CleanBundleDataFiles(_, _, _)).Times(1).WillOnce(Return(101));
1750 EXPECT_CALL(*mockBundleMgr, CleanBundleDataFiles(_, _, _)).Times(1).WillOnce(Return(0));
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp720 bool BundleMgrHelper::CleanBundleDataFiles(const std::string &bundleName, int32_t userId, int32_t a… in CleanBundleDataFiles() function in OHOS::AppExecFwk::BundleMgrHelper
730 return bundleMgr->CleanBundleDataFiles(bundleName, userId, appCloneIndex); in CleanBundleDataFiles()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp250 auto ret = bundleMgrHelper->CleanBundleDataFiles(bundleName, userId, 0);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp239 bundleMgrProxy.CleanBundleDataFiles(bundleName, reinterpret_cast<uintptr_t>(data), 0); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp743 bundleMgrProxy->CleanBundleDataFiles(BUNDLE_NAME, 0); in BenchmarkTestCleanBundleDataFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h722 …virtual bool CleanBundleDataFiles(const std::string &bundleName, const int userId = 0, const int a…
H A Dbundle_mgr_proxy.h536 virtual bool CleanBundleDataFiles(const std::string &bundleName, const int userId = 0,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h515 virtual bool CleanBundleDataFiles(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1164 bool ret = bundleMgrHostImpl_->CleanBundleDataFiles(BUNDLE_NAME, USERID);
H A Dbms_bundle_permission_false_test.cpp521 bool ret = bundleMgrHostImpl_->CleanBundleDataFiles(BUNDLE_NAME, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4262 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_TEST, DEFAULT_USERID);
4282 bool testRet = hostImpl->CleanBundleDataFiles("", DEFAULT_USERID);
4302 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_DEMO, DEFAULT_USERID);
4323 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_TEST, DEFAULT_USERID);
4344 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_TEST, DEFAULT_USERID);
4364 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_TEST, DEFAULT_USERID);
4385 bool testRet = bundleMgrProxy->CleanBundleDataFiles("", DEFAULT_USERID);
4402 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_TEST, 10001);
4424 bool testRet = hostImpl->CleanBundleDataFiles(BUNDLE_NAME_DEMO, DEFAULT_USERID);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2315 bool cleanRetBms = bundleMgrProxy_->CleanBundleDataFiles(bundleName, userId, appIndex); in CleanBundleDataFilesOperation()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1674 bool ret = CleanBundleDataFiles(bundleName, userId, appIndex); in HandleCleanBundleDataFiles()
H A Dbundle_mgr_proxy.cpp1675 bool BundleMgrProxy::CleanBundleDataFiles(const std::string &bundleName, const int userId, const in… in CleanBundleDataFiles() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1668 bool BundleMgrHostImpl::CleanBundleDataFiles(const std::string &bundleName, const int userId, const… in CleanBundleDataFiles() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1688 … if (!IN_PROCESS_CALL(bundleMgrHelper->CleanBundleDataFiles(bundleName, userId, appCloneIndex))) { in ClearUpApplicationDataByUserId()