Searched refs:OperType (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_single_ver_kv_entry.h | 87 enum class OperType { class in DistributedDB::GenericSingleVerKvEntry 92 int AdaptToVersion(OperType operType, uint32_t targetVersion, Parcel &parcel, uint64_t &dataLen); 93 int AdaptToVersion(OperType operType, uint32_t targetVersion, uint64_t &dataLen);
|
H A D | generic_single_ver_kv_entry.cpp | 121 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 &parcel, 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 &dataLen) in AdaptToVersion() 256 if (operType == OperType::CAL_LEN) { in AdaptToVersion()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 91 enum OperType { enum in OHOS::Media::Matrix 133 OperType GetOperType() const; 145 static CalcXYProc GetXYProc(const OperType operType) in GetXYProc()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 75 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 D | basic_transformer.cpp | 98 Matrix::OperType operType = matrix_.GetOperType(); in GetDstDimension() 233 Matrix::OperType operType = matrix_.GetOperType(); in DrawPixelmap() 242 if ((static_cast<uint8_t>(operType) & Matrix::OperType::SCALE) == Matrix::OperType::SCALE) { in DrawPixelmap()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 427 * @tc.desc: IdentityXY OperType is not 0 521 ASSERT_EQ(matrix_.GetOperType(), Matrix::OperType::TRANSLATE); in HWTEST_F() 539 ASSERT_EQ(matrix_.operType_, Matrix::OperType::ROTATEORSKEW); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 195 enum class OperType { class
|
Completed in 11 milliseconds