Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
H A Dflow_control_test.c30 static int32_t SendDataPacket(NetBufQueue *q, void *fcmPrivate, int32_t fwPriorityId) in SendDataPacket() function
53 .txDataPacket = SendDataPacket,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.h186 …int SendDataPacket(SyncType syncType, DataRequestPacket *packet, SingleVerSyncTaskContext *context…
H A Dsingle_ver_data_sync.cpp745 errCode = SendDataPacket(curType, packet, context); in RequestStart()
828 return SendDataPacket(syncType, packet, context); in PullRequestStart()
1040 int SingleVerDataSync::SendDataPacket(SyncType syncType, DataRequestPacket *packet, in SendDataPacket() function in DistributedDB::SingleVerDataSync