Home
last modified time | relevance | path

Searched refs:OperType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.cpp121 return AdaptToVersion(OperType::SERIALIZE, targetVersion, parcel, len); in SerializeData()
154 int errCode = AdaptToVersion(OperType::CAL_LEN, targetVersion, len); in CalculateLen()
187 int errCode = AdaptToVersion(OperType::DESERIALIZE, version, parcel, len); in DeSerializeData()
229 int GenericSingleVerKvEntry::AdaptToVersion(OperType operType, uint32_t targetVersion, Parcel &parc… in AdaptToVersion()
237 case OperType::SERIALIZE: in AdaptToVersion()
240 case OperType::DESERIALIZE: in AdaptToVersion()
250 int GenericSingleVerKvEntry::AdaptToVersion(OperType operType, uint32_t targetVersion, uint64_t &da… in AdaptToVersion()
256 if (operType == OperType::CAL_LEN) { in AdaptToVersion()
H A Dgeneric_single_ver_kv_entry.h87 enum class OperType { enum
92 … int AdaptToVersion(OperType operType, uint32_t targetVersion, Parcel &parcel, uint64_t &dataLen);
93 int AdaptToVersion(OperType operType, uint32_t targetVersion, uint64_t &dataLen);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h91 enum OperType { enum
133 OperType GetOperType() const;
145 static CalcXYProc GetXYProc(const OperType operType) in GetXYProc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp75 OperType aOperType = this->GetOperType(); in SetConcat()
76 OperType bOperType = m.GetOperType(); in SetConcat()
114 Matrix::OperType Matrix::GetOperType() const in GetOperType()
116 return (OperType)(operType_ & OPERTYPE_MASK); in GetOperType()
H A Dbasic_transformer.cpp98 Matrix::OperType operType = matrix_.GetOperType(); in GetDstDimension()
236 Matrix::OperType operType = matrix_.GetOperType(); in DrawPixelmap()
245 … if ((static_cast<uint8_t>(operType) & Matrix::OperType::SCALE) == Matrix::OperType::SCALE) { in DrawPixelmap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp521 ASSERT_EQ(matrix_.GetOperType(), Matrix::OperType::TRANSLATE);
539 ASSERT_EQ(matrix_.operType_, Matrix::OperType::ROTATEORSKEW);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h195 enum class OperType { enum