Searched refs:CompileReset (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 259 std::string CompileReset(const std::string &bundleName, bool isAllBundle) const;
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 503 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 D | bundle_mgr_interface.h | 819 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function
|
H A D | bundle_mgr_proxy.h | 584 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 563 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 D | bms_install_system_test.cpp | 1922 ErrCode ret = bundleMgrProxy->CompileReset("", false);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1808 ErrCode ret = CompileReset(bundleName, isAllBundle); in HandleCompileReset()
|
H A D | bundle_mgr_proxy.cpp | 4788 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 D | bundle_mgr_host_impl.cpp | 1843 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 D | bms_bundle_kit_service_test.cpp | 9295 ErrCode ret = hostImpl->CompileReset(bundleName, true);
|