Searched refs:HandleCompileWithBundle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_handler.h | 60 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 D | bms_data_aot_test.cpp | 742 … 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 D | aot_handler.cpp | 578 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
|