Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dptable_manager.h58 int32_t GetPartitionInfoIndexByName(const std::vector<Ptable::PtnInfo> &ptnInfo, const std::string &name);
H A Dptable_manager.cpp91 int32_t PtableManager::GetPartitionInfoIndexByName(const std::vector<Ptable::PtnInfo> &ptnInfo, in GetPartitionInfoIndexByName() function in Updater::PtableManager
118 int32_t deviceIndex = GetPartitionInfoIndexByName(devicePtnInfo, partitionName); in IsPartitionChanged()
123 int32_t updateIndex = GetPartitionInfoIndexByName(pkgPtnInfo, partitionName); in IsPartitionChanged()
/base/update/updater/test/unittest/ptable_parse_test/
H A Dptable_manager_unittest.cpp35 return GetPartitionInfoIndexByName(ptnInfo, name); in TestGetPartitionInfoIndexByName()

Completed in 2 milliseconds