Home
last modified time | relevance | path

Searched defs:TrafficStat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h152 struct TrafficStat { struct
153 std::string appId;
154 std::string deviceId;
155 int sendSize;
156 int receivedSize;
157 KVSTORE_API std::string GetKey() const in GetKey()