Home
last modified time | relevance | path

Searched refs:oldAOTVersion (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h83 void ClearArkAp(const std::string &oldAOTVersion, const std::string &curAOTVersion) const;
85 bool GetOldAOTVersion(std::string &oldAOTVersion) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp287 void AOTHandler::ClearArkAp(const std::string &oldAOTVersion, const std::string &curAOTVersion) const in ClearArkAp() argument
289 APP_LOGI("oldAOTVersion(%{public}s), curAOTVersion(%{public}s)", in ClearArkAp()
290 oldAOTVersion.c_str(), curAOTVersion.c_str()); in ClearArkAp()
291 if (!oldAOTVersion.empty() && curAOTVersion == oldAOTVersion) { in ClearArkAp()
491 std::string oldAOTVersion; in HandleOTA() local
492 (void)GetOldAOTVersion(oldAOTVersion); in HandleOTA()
493 ClearArkAp(oldAOTVersion, curAOTVersion); in HandleOTA()
937 bool AOTHandler::GetOldAOTVersion(std::string &oldAOTVersion) const in GetOldAOTVersion()
944 bmsPara->GetBmsParam(AOT_VERSION, oldAOTVersion); in GetOldAOTVersion()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1107 std::string oldAOTVersion; in HWTEST_F() local
1108 (void)AOTHandler::GetInstance().GetOldAOTVersion(oldAOTVersion); in HWTEST_F()
1109 EXPECT_EQ(oldAOTVersion, ""); in HWTEST_F()
1110 AOTHandler::GetInstance().ClearArkAp(curAOTVersion, oldAOTVersion); in HWTEST_F()
1521 std::string oldAOTVersion = ""; in HWTEST_F() local
1522 bool result = AOTHandler::GetInstance().GetOldAOTVersion(oldAOTVersion); in HWTEST_F()
1603 std::string oldAOTVersion; in HWTEST_F() local
1605 auto result = AOTHandler::GetInstance().GetOldAOTVersion(oldAOTVersion); in HWTEST_F()
1616 std::string oldAOTVersion; in HWTEST_F() local
1619 auto result = AOTHandler::GetInstance().GetOldAOTVersion(oldAOTVersion); in HWTEST_F()
[all...]

Completed in 5 milliseconds