Searched refs:GetPartionInfoByName (Results 1 - 10 of 10) sorted by relevance
/base/update/updater/test/unittest/ptable_parse_test/ |
H A D | ptable_manager_unittest.cpp | 141 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 D | ptable_unittest.cpp | 48 return GetPartionInfoByName(partitionName, ptnInfo, index); in TestGetPartionInfoByName()
|
/base/update/updater/services/ptable_parse/ |
H A D | ptable_manager.h | 40 bool GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo, int32_t &index); 41 bool GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo);
|
H A D | ptable_manager.cpp | 210 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 D | ptable.h | 57 bool GetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &index);
|
H A D | ptable.cpp | 517 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 D | partition.cpp | 51 if (!devicePtb.GetPartionInfoByName(devName_, ptnInfo)) {
in DoErase()
|
/base/update/updater/services/flashd/image_writer/ |
H A D | image_writer.cpp | 40 if (!devicePtb.GetPartionInfoByName(partition, ptnInfo)) { in GetDataWriter()
|
/base/update/updater/services/flow_update/update_bin/ |
H A D | component_processor.cpp | 233 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()
|
/base/update/updater/services/updater_binary/ |
H A D | update_processor.cpp | 442 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()
|
Completed in 6 milliseconds