Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h46 void SetFrameTypeInfo(FrameType inFrameType) in SetFrameTypeInfo() argument
48 frameType_ = inFrameType; in SetFrameTypeInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp48 void SetFrameType(FrameType inFrameType, uint8_t &inPacketType) in SetFrameType() argument
51 inPacketType |= (static_cast<uint8_t>(inFrameType) << 4); // frame type is on high 4 bits in SetFrameType()