Home
last modified time | relevance | path

Searched refs:SetAOTCompileStatus (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp142 dataMgr->SetAOTCompileStatus(bundleName, moduleName, AOTCompileStatus::COMPILE_SUCCESS, versionCode); in ExecutePendSign()
H A Daot_handler.cpp221 dataMgr->SetAOTCompileStatus(aotArgs->bundleName, aotArgs->moduleName, status, versionCode); in AOTInternal()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h888 void SetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
H A Dinner_bundle_info.h2174 void SetAOTCompileStatus(const std::string &moduleName, AOTCompileStatus aotCompileStatus);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp516 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 Dbms_bundle_data_mgr_test.cpp3450 * @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 Dinner_bundle_info.cpp203 void InnerBundleInfo::SetAOTCompileStatus(const std::string &moduleName, AOTCompileStatus aotCompileStatus) in SetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp6848 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