Home
last modified time | relevance | path

Searched refs:TINY_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h131 constexpr uint32_t TINY_SIZE = 100; // 100 Bytes variable
H A Ddistributeddb_communicator_common.cpp76 funcForTinyMsg.computeFunc = [](const Message *inMsg)->uint32_t{return TINY_SIZE;}; in RegFuncForTinyMsg()