Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp20 constexpr uint8_t REQUEST_FLAG_RESPONSE_ACK = 1u; variable
52 return (flag_ & REQUEST_FLAG_RESPONSE_ACK) != 0; in IsNeedResponse()
57 flag_ |= REQUEST_FLAG_RESPONSE_ACK; in SetNeedResponse()