Home
last modified time | relevance | path

Searched refs:WRITE_DECRYPT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dapplypatch_unittest.cpp109 std::vector<WriteMode> modes = { WRITE_RAW, WRITE_DECRYPT };
112 if (mode == WRITE_DECRYPT) {
/ohos5.0/base/update/updater/services/include/applypatch/
H A Ddata_writer.h28 WRITE_DECRYPT = 2, enumerator
/ohos5.0/base/update/updater/services/applypatch/
H A Ddata_writer.cpp65 case WRITE_DECRYPT: in CreateDataWriter()