Searched refs:SetAOTCompileStatus (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_sign_data_cache_mgr.cpp | 142 dataMgr->SetAOTCompileStatus(bundleName, moduleName, AOTCompileStatus::COMPILE_SUCCESS, versionCode); in ExecutePendSign()
|
H A D | aot_handler.cpp | 221 dataMgr->SetAOTCompileStatus(aotArgs->bundleName, aotArgs->moduleName, status, versionCode); in AOTInternal()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 888 void SetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
|
H A D | inner_bundle_info.h | 2174 void SetAOTCompileStatus(const std::string &moduleName, AOTCompileStatus aotCompileStatus);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/ |
H A D | bms_data_aot_test.cpp | 516 info.SetAOTCompileStatus(AOT_MODULE_NAME, AOTCompileStatus::COMPILE_SUCCESS); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 3450 * @tc.name: test SetAOTCompileStatus 3456 info.SetAOTCompileStatus(MODULE_NAME1, AOTCompileStatus::COMPILE_SUCCESS); in HWTEST_F() 3463 * @tc.name: test SetAOTCompileStatus 3472 info.SetAOTCompileStatus(MODULE_NAME1, AOTCompileStatus::COMPILE_SUCCESS); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 203 void InnerBundleInfo::SetAOTCompileStatus(const std::string &moduleName, AOTCompileStatus aotCompileStatus) in SetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 6848 void BundleDataMgr::SetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in SetAOTCompileStatus() function in OHOS::AppExecFwk::BundleDataMgr 6851 APP_LOGD("SetAOTCompileStatus, bundleName : %{public}s, moduleName : %{public}s, aotCompileStatus : %{public}d", in SetAOTCompileStatus() 6865 item->second.SetAOTCompileStatus(moduleName, aotCompileStatus); in SetAOTCompileStatus()
|
Completed in 44 milliseconds