Searched refs:CompileProcessAOT (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 311 bundleMgrProxy.CompileProcessAOT(bundleName, "none", false, results); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 807 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, in CompileProcessAOT() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 576 virtual ErrCode CompileProcessAOT(const std::string &bundleName, const std::string &compileMode,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 555 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 D | bms_install_system_test.cpp | 1895 * @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 D | bundle_command.cpp | 1960 ErrCode CompileRet = bundleMgrProxy_->CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAot()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1783 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 D | bundle_mgr_host.cpp | 1778 ErrCode ret = CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in HandleCompileProcessAOT()
|
H A D | bundle_mgr_proxy.cpp | 4775 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 D | bms_bundle_kit_service_test.cpp | 9280 * @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