Searched refs:HandleCompile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_handler.h | 39 …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 D | bms_data_aot_test.cpp | 596 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 D | aot_handler.cpp | 793 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 D | bundle_mgr_host_impl.cpp | 1840 …return AOTHandler::GetInstance().HandleCompile(bundleName, compileMode, isAllBundle, compileResult… in CompileProcessAOT()
|