Home
last modified time | relevance | path

Searched refs:GetPartionInfoByName (Results 1 - 10 of 10) sorted by relevance

/base/update/updater/test/unittest/ptable_parse_test/
H A Dptable_manager_unittest.cpp141 bool ret = context.GetPartionInfoByName(partitionName, ptnInfo); in TestGetPartionInfoByName()
144 ret = context.GetPartionInfoByName(partitionName, ptnInfo); in TestGetPartionInfoByName()
147 ret = context.GetPartionInfoByName(partitionName, ptnInfo); in TestGetPartionInfoByName()
150 ret = context.GetPartionInfoByName(partitionName, ptnInfo); in TestGetPartionInfoByName()
H A Dptable_unittest.cpp48 return GetPartionInfoByName(partitionName, ptnInfo, index); in TestGetPartionInfoByName()
/base/update/updater/services/ptable_parse/
H A Dptable_manager.h40 bool GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo, int32_t &index);
41 bool GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo);
H A Dptable_manager.cpp210 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo, int32_t &index) in GetPartionInfoByName() function in Updater::PtableManager
213 LOG(ERROR) << "GetPartionInfoByName failed! pPtable_ is nullptr"; in GetPartionInfoByName()
222 if (pPtable_->GetPartionInfoByName(standardPtnName, ptnInfo, index)) { in GetPartionInfoByName()
225 LOG(ERROR) << "GetPartionInfoByName failed! Not found " << standardPtnName; in GetPartionInfoByName()
229 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo) in GetPartionInfoByName() function in Updater::PtableManager
232 return GetPartionInfoByName(partitionName, ptnInfo, index); in GetPartionInfoByName()
H A Dptable.h57 bool GetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &index);
H A Dptable.cpp517 bool Ptable::GetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &index) in GetPartionInfoByName() function in Updater::Ptable
/base/update/updater/services/flashd/
H A Dpartition.cpp51 if (!devicePtb.GetPartionInfoByName(devName_, ptnInfo)) { in DoErase()
/base/update/updater/services/flashd/image_writer/
H A Dimage_writer.cpp40 if (!devicePtb.GetPartionInfoByName(partition, ptnInfo)) { in GetDataWriter()
/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp233 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp442 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()

Completed in 6 milliseconds