Searched refs:SendDataAck (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 574 (void)SendDataAck(context, message, errCode, maxSendDataTime); in RemoveDeviceDataHandle() 585 (void)SendDataAck(context, message, errCode, maxSendDataTime); in RemoveDeviceDataHandle() 935 (void)SendDataAck(context, message, -E_NEED_ABILITY_SYNC, 0); in DoAbilitySyncIfNeed() 956 (void)SendDataAck(context, message, -E_VERSION_NOT_SUPPORT, 0); in DataRequestRecvPre() 976 (void)SendDataAck(context, message, errCode, 0); in DataRequestRecvPre() 981 (void)SendDataAck(context, message, errCode, 0); in DataRequestRecvPre() 1014 (void)SendDataAck(context, message, errCode, dataTime.endTime); in DataRequestRecv() 1118 (void)SendDataAck(context, message, E_OK, 0); in SendFinishedDataAck() 1325 (void)SendDataAck(context, message, -E_NOT_PERMIT, 0); in RunPermissionCheck() 1562 (void)SendDataAck(context, message, -E_NEED_ABILITY_SYNC, 0); in CheckSchemaStrategy() [all …]
|
H A D | single_ver_data_sync.h | 91 …virtual int SendDataAck(SingleVerSyncTaskContext *context, const Message *message, int32_t recvCod…
|
H A D | single_ver_sync_state_machine.cpp | 633 (void)dataSync_->SendDataAck(context_, inMsg, errCode, 0); in HandleDataRequestRecv()
|