Home
last modified time | relevance | path

Searched defs:SECURE_BYTE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_constant.cpp66 const uint32_t SchemaConstant::SECURE_BYTE_ALIGN = 8; // 8 bytes align member in DistributedDB::SchemaConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_constant.h80 static const uint32_t SECURE_BYTE_ALIGN; variable