Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp311 bundleMgrProxy.CompileProcessAOT(bundleName, "none", false, results); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h807 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, in CompileProcessAOT() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h576 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h555 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1895 * @tc.name: CompileProcessAOT
1896 * @tc.desc: CompileProcessAOT when param is empty.
1906 ErrCode ret = bundleMgrProxy->CompileProcessAOT("", "none", false, results); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1960 ErrCode CompileRet = bundleMgrProxy_->CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAot()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1783 ErrCode BundleMgrHostImpl::CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, in CompileProcessAOT() function in OHOS::AppExecFwk::BundleMgrHostImpl
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1778 ErrCode ret = CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in HandleCompileProcessAOT()
H A Dbundle_mgr_proxy.cpp4775 ErrCode BundleMgrProxy::CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, in CompileProcessAOT() 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.cpp9280 * @tc.name: test CompileProcessAOT
9281 * @tc.desc: 1.Test the CompileProcessAOT by BundleMgrHostImpl
9290 ErrCode ret = hostImpl->CompileProcessAOT(bundleName, compileMode, true, compileResults); in HWTEST_F()

Completed in 59 milliseconds