Home
last modified time | relevance | path

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

/base/update/updater/services/fs_manager/
H A Dcmp_partition.cpp62 static int TraversePartitionList(const PartitonList &nlist, const PartitonList &olist, PartitonList &ulist) in TraversePartitionList() argument
64 if (nlist.empty() || olist.empty()) { in TraversePartitionList()
71 changeType = ComparePartition(olist, *p); in TraversePartitionList()
80 int RegisterUpdaterPartitionList(const PartitonList &nlist, const PartitonList &olist) in RegisterUpdaterPartitionList() argument
82 if (nlist.empty() || olist.empty()) { in RegisterUpdaterPartitionList()
87 int ret = TraversePartitionList(nlist, olist, g_updaterPlist); in RegisterUpdaterPartitionList()
/base/update/updater/services/include/fs_manager/
H A Dcmp_partition.h22 extern int RegisterUpdaterPartitionList(const PartitonList &nlist, const PartitonList &olist);
/base/update/updater/test/unittest/fs_manager/
H A Ddo_partition_unittest.cpp118 PartitonList olist; in HWTEST_F() local
121 olist.push_back(&myPaty[partitionIndex]); in HWTEST_F()
122 int ret1 = RegisterUpdaterPartitionList(nList, olist); in HWTEST_F()

Completed in 1 milliseconds