Searched refs:HandleCompileWithSingleHap (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/ |
H A D | aot_handler.h | 58 ErrCode HandleCompileWithSingleHap(const InnerBundleInfo &info, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 662 ErrCode ret = HandleCompileWithSingleHap(info, moduleName, compileMode, true); in HandleCompileWithBundle() 721 ErrCode AOTHandler::HandleCompileWithSingleHap(const InnerBundleInfo &info, const std::string &moduleName, in HandleCompileWithSingleHap() function in OHOS::AppExecFwk::AOTHandler 724 APP_LOGI("HandleCompileWithSingleHap, moduleName : %{public}s", moduleName.c_str()); in HandleCompileWithSingleHap() 883 ErrCode errCode = HandleCompileWithSingleHap(info, moduleName, compileMode); in HandleCompileModules()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
H A D | bms_data_aot_test.cpp | 1414 * @tc.desc: test HandleCompileWithSingleHap function running normally 1421 ErrCode ret = AOTHandler::GetInstance().HandleCompileWithSingleHap(info, bundleName, compileMode, true); in HWTEST_F()
|
Completed in 5 milliseconds