Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp311 bundleMgrProxy.CompileProcessAOT(bundleName, "none", false, results); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h808 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, in CompileProcessAOT() function
H A Dbundle_mgr_proxy.h576 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode,
/ohos5.0/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,
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp1906 ErrCode ret = bundleMgrProxy->CompileProcessAOT("", "none", false, results);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2066 …ErrCode CompileRet = bundleMgrProxy_->CompileProcessAOT(bundleName, compileMode, isAllBundle, comp… in CompileProcessAot()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1786 ErrCode ret = CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in HandleCompileProcessAOT()
H A Dbundle_mgr_proxy.cpp4750 ErrCode BundleMgrProxy::CompileProcessAOT(const std::string &bundleName, const std::string &compile… in CompileProcessAOT() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1833 ErrCode BundleMgrHostImpl::CompileProcessAOT(const std::string &bundleName, const std::string &comp… in CompileProcessAOT() 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.cpp9282 ErrCode ret = hostImpl->CompileProcessAOT(bundleName, compileMode, true, compileResults);