Home
last modified time | relevance | path

Searched refs:CompileReset (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h265 std::string CompileReset(const std::string &bundleName, bool isAllBundle) const;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp493 compileResults = CompileReset(bundleName, isAllBundle); in RunAsCompileCommand()
1973 std::string BundleManagerShellCommand::CompileReset(const std::string &bundleName, bool isAllBundle) const in CompileReset() function in OHOS::AppExecFwk::BundleManagerShellCommand
1976 ErrCode ResetRet = bundleMgrProxy_->CompileReset(bundleName, isAllBundle); in CompileReset()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h818 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h584 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h563 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1912 * @tc.name: CompileReset
1913 * @tc.desc: CompileReset when param is empty.
1922 ErrCode ret = bundleMgrProxy->CompileReset("", false); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1793 ErrCode BundleMgrHostImpl::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1800 ErrCode ret = CompileReset(bundleName, isAllBundle); in HandleCompileReset()
H A Dbundle_mgr_proxy.cpp4813 ErrCode BundleMgrProxy::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9296 * @tc.name: test CompileReset
9297 * @tc.desc: 1.Test the CompileReset by BundleMgrHostImpl
9304 ErrCode ret = hostImpl->CompileReset(bundleName, true); in HWTEST_F()

Completed in 60 milliseconds