Home
last modified time | relevance | path

Searched refs:HandleCompile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h39 …ErrCode HandleCompile(const std::string &bundleName, const std::string &compileMode, bool isAllBun…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp596 AOTHandler::GetInstance().HandleCompile(bundleName, COMPILE_NONE, true, results);
600 …AOTHandler::GetInstance().HandleCompile(bundleName, ServiceConstants::COMPILE_PARTIAL, true, resul…
603 …AOTHandler::GetInstance().HandleCompile(bundleName, ServiceConstants::COMPILE_PARTIAL, false, resu…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp793 ErrCode AOTHandler::HandleCompile(const std::string &bundleName, const std::string &compileMode, bo… in HandleCompile() function in OHOS::AppExecFwk::AOTHandler
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1840 …return AOTHandler::GetInstance().HandleCompile(bundleName, compileMode, isAllBundle, compileResult… in CompileProcessAOT()