Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp416 std::string AOTHandler::GetSouceAp(const std::string &mergedAp, const std::string &rtAp) const in GetSouceAp()
430 errCode = InstalldClient::GetInstance()->IsExistFile(rtAp, isRtApExist); in GetSouceAp()
432 APP_LOGE("CopyAp rtAp %{public}s failed due to call IsExistFile failed %{public}d", in GetSouceAp()
433 rtAp.c_str(), errCode); in GetSouceAp()
437 return rtAp; in GetSouceAp()
452 std::string rtAp = arkProfilePath + PGO_RT_AP_PREFIX + moduleName + ServiceConstants::AP_SUFFIX; in CopyApWithBundle() local
453 std::string sourceAp = GetSouceAp(mergedAp, rtAp); in CopyApWithBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h51 std::string GetSouceAp(const std::string &mergedAp, const std::string &rtAp) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1395 std::string rtAp = arkProfilePath + "rt_" + bundleName + ServiceConstants::AP_SUFFIX; in HWTEST_F() local
1396 std::string result = AOTHandler::GetInstance().GetSouceAp(mergedAp, rtAp); in HWTEST_F()

Completed in 6 milliseconds