Searched refs:CompileReset (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 265 std::string CompileReset(const std::string &bundleName, bool isAllBundle) const;
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 493 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 D | bundle_mgr_interface.h | 818 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) in CompileReset() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 584 virtual ErrCode CompileReset(const std::string &bundleName, bool isAllBundle) override;
|
/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;
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 1912 * @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 D | bundle_mgr_host_impl.cpp | 1793 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 D | bundle_mgr_host.cpp | 1800 ErrCode ret = CompileReset(bundleName, isAllBundle); in HandleCompileReset()
|
H A D | bundle_mgr_proxy.cpp | 4813 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 D | bms_bundle_kit_service_test.cpp | 9296 * @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