Searched refs:HandleCompileWithBundle (Results 1 - 3 of 3) sorted by relevance
/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,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
H A D | bms_data_aot_test.cpp | 754 auto res = AOTHandler::GetInstance().HandleCompileWithBundle(STRING_EMPTY, compileMode, dataMgr); in HWTEST_F() 885 * @tc.desc: test HandleCompileWithBundle function running normally 906 EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, dataMgr); in HWTEST_F() 989 * @tc.desc: test HandleCompileWithBundle function running with OTACompileDeadline true 999 EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, dataMgr); in HWTEST_F() 1009 * @tc.desc: test HandleCompileWithBundle function running with IsNewVersion false 1029 EventInfo eventInfo = AOTHandler::GetInstance().HandleCompileWithBundle(bundleName, compileMode, dataMgr); in HWTEST_F() 1541 * @tc.name: Test HandleCompileWithBundle 1542 * @tc.desc: 1.HandleCompileWithBundle 1549 auto result = AOTHandler::GetInstance().HandleCompileWithBundle(AOT_BUNDLE_NAM in HWTEST_F() [all...] |
/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 &compileMode, in HandleCompileWithBundle() function in OHOS::AppExecFwk::AOTHandler
|
Completed in 5 milliseconds