Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h259 std::string CompileReset(const std::string &bundleName, bool isAllBundle) const;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp503 compileResults = CompileReset(bundleName, isAllBundle); in RunAsCompileCommand()
2079 std::string BundleManagerShellCommand::CompileReset(const std::string &bundleName, bool isAllBundle… in CompileReset() function in OHOS::AppExecFwk::BundleManagerShellCommand
2082 ErrCode ResetRet = bundleMgrProxy_->CompileReset(bundleName, isAllBundle); in CompileReset()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h819 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function
H A Dbundle_mgr_proxy.h584 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h563 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1922 ErrCode ret = bundleMgrProxy->CompileReset("", false);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1808 ErrCode ret = CompileReset(bundleName, isAllBundle); in HandleCompileReset()
H A Dbundle_mgr_proxy.cpp4788 ErrCode BundleMgrProxy::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1843 ErrCode BundleMgrHostImpl::CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9295 ErrCode ret = hostImpl->CompileReset(bundleName, true);