Home
last modified time | relevance | path

Searched defs:partitionName (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dpartition_update_record_unittest.cpp69 const std::string partitionName = "ut_partition"; variable
82 const std::string partitionName = "ut_partition1"; variable
89 string partitionName = "partitionName"; variable
H A Dapplypatch_unittest.cpp61 std::string partitionName = "/rawwriter"; in TearDown() local
72 std::string partitionName = "/rawwriter"; variable
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp30 bool PartitionRecord::IsPartitionUpdated(const std::string &partitionName) in IsPartitionUpdated()
91 bool PartitionRecord::RecordPartitionSetInfo(const std::string &partitionName, bool updated, int fd) in RecordPartitionSetInfo()
115 bool PartitionRecord::RecordPartitionUpdateStatus(const std::string &partitionName, bool updated) in RecordPartitionUpdateStatus()
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp57 std::string partitionName = name; in GetProcessor() local
144 std::string partitionName = name_; in PreProcess() local
188 std::string partitionName = name_; in DoProcess() local
227 int RawImgProcessor::GetWritePathAndOffset(const std::string &partitionName, std::string &writePath, in GetWritePathAndOffset()
293 std::string partitionName = name_; in PreProcess() local
318 std::string partitionName = name_; in DoProcess() local
H A Dbin_process.cpp236 std::string partitionName = iter; in ProcessBinFile() local
/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp108 const std::vector<Ptable::PtnInfo> &pkgPtnInfo, const std::string &partitionName) in IsPartitionChanged()
210 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo… in GetPartionInfoByName()
229 bool PtableManager::GetPartionInfoByName(const std::string &partitionName, Ptable::PtnInfo &ptnInfo) in GetPartionInfoByName()
392 bool DevicePtable::ComparePartition(PtableManager &newPtbManager, const std::string partitionName) in ComparePartition()
H A Demmc_ptable.cpp70 std::string partitionName; in EmmcPatchGptHeader() local
H A Dufs_ptable.cpp219 std::string partitionName; in UfsPatchGptHeader() local
H A Dptable.cpp517 bool Ptable::GetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &inde… in GetPartionInfoByName()
/ohos5.0/base/update/updater/test/unittest/ptable_parse_test/
H A Dptable_manager_unittest.cpp54 const std::vector<Ptable::PtnInfo> &pkgPtnInfo, const std::string &partitionName) in TestIsPartitionChanged()
138 std::string partitionName = ""; in TestGetPartionInfoByName() local
161 std::string partitionName; in TestIsPartitionChanged() local
H A Dptable_unittest.cpp46 … bool TestGetPartionInfoByName(const std::string &partitionName, PtnInfo &ptnInfo, int32_t &index) in TestGetPartionInfoByName()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h42 char partitionName[PARTITION_NAME_LEN]; member
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp254 std::string partitionName = "test"; variable
262 std::string partitionName = "test"; variable
297 std::string partitionName = "test"; variable
356 std::string partitionName = "misc"; variable
/ohos5.0/base/update/updater/services/include/patch/
H A Dupdate_patch.h88 const std::string &expected, const std::string &partitionName) : UpdatePatchWriter(), in ImagePatchWriter()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp189 std::string partitionName; in Execute() local
436 int UScriptInstructionRawImageWrite::GetWritePathAndOffset(const std::string &partitionName, std::s… in GetWritePathAndOffset()
H A Dupdate_image_block.cpp137 std::string partitionName; member
445 std::string partitionName; in Execute() local
626 std::string partitionName; in Execute() local
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp38 std::string partitionName; member
129 TransferManagerPtr tm, const std::string &partitionName, const std::string &targetPath) in ExecuteTransferCommand()
/ohos5.0/base/startup/init/ueventd/include/
H A Dueventd.h48 const char *partitionName; member
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.cpp144 std::string partitionName; in Execute() local
/ohos5.0/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H A Dscriptmanager_fuzzer.cpp140 std::string partitionName = {}; in Execute() local
/ohos5.0/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H A Dextractandexecutescript_fuzzer.cpp66 std::string partitionName; in Execute() local
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_device_handler.c248 const char *partitionName, const char *deviceName) in BuildDeviceSymbolLinks()