Searched refs:controlCmdType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 1929 uint32_t controlCmdType, const CommErrHandler &handler) in SendControlAck() argument 1965 uint32_t controlCmdType = packet->GetcontrolCmdType(); in ControlCmdRequestRecvPre() local 1969 if (controlCmdType >= ControlCmdType::INVALID_CONTROL_CMD) { in ControlCmdRequestRecvPre() 1979 uint32_t controlCmdType = packet->GetcontrolCmdType(); in SubscribeRequestRecvPre() local 1980 if (controlCmdType != ControlCmdType::SUBSCRIBE_QUERY_CMD) { in SubscribeRequestRecvPre() 2003 SendControlAck(context, message, errCode, controlCmdType); in SubscribeRequestRecvPre() 2018 uint32_t controlCmdType = packet->GetcontrolCmdType(); in SubscribeRequestRecv() local 2029 SendControlAck(context, message, errCode, controlCmdType); in SubscribeRequestRecv() 2037 SendControlAck(context, message, errCode, controlCmdType); in SubscribeRequestRecv() 2040 errCode = SendControlAck(context, message, E_OK, controlCmdType); in SubscribeRequestRecv() [all …]
|
H A D | single_ver_serialize_manager.cpp | 617 uint32_t controlCmdType = 0; in AckControlPacketDeSerialization() local 621 parcel.ReadUInt32(controlCmdType); in AckControlPacketDeSerialization() 629 packet->SetPacketHead(recvCode, version, static_cast<int32_t>(controlCmdType), flag); in AckControlPacketDeSerialization() 663 uint32_t controlCmdType = 0; in ControlRequestDeSerialization() local 670 parcel.ReadUInt32(controlCmdType); in ControlRequestDeSerialization() 676 packet.SetPacketHead(sendCode, version, static_cast<int32_t>(controlCmdType), flag); in ControlRequestDeSerialization()
|
H A D | single_ver_data_sync_utils.cpp | 355 uint32_t controlCmdType = packet->GetcontrolCmdType(); in IsNeedTriggerQueryAutoSync() local 356 …if (controlCmdType == ControlCmdType::SUBSCRIBE_QUERY_CMD && inMsg->GetMessageType() == TYPE_REQUE… in IsNeedTriggerQueryAutoSync()
|
H A D | single_ver_data_sync.h | 249 uint32_t controlCmdType, const CommErrHandler &handler = nullptr);
|