Home
last modified time | relevance | path

Searched refs:HandleCompileWithBundle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h60 EventInfo HandleCompileWithBundle(const std::string &bundleName, const std::string &compileMode,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp742 … auto res = AOTHandler::GetInstance().HandleCompileWithBundle(STRING_EMPTY, compileMode, dataMgr);
894 …EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, d…
985 …EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, d…
1014 …EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, d…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp578 EventInfo eventInfo = HandleCompileWithBundle(bundleName, compileMode, dataMgr); in OTACompileInternal()
622 EventInfo AOTHandler::HandleCompileWithBundle(const std::string &bundleName, const std::string &com… in HandleCompileWithBundle() function in OHOS::AppExecFwk::AOTHandler