Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp65 std::vector<uint8_t> sendTLV(0); in GetRecordValueByType() local
66 if (!value.Marshalling(sendTLV)) { in GetRecordValueByType()
70 if (!data.WriteInt32(sendTLV.size())) { in GetRecordValueByType()
74 if (!data.WriteRawData(sendTLV.data(), sendTLV.size())) { in GetRecordValueByType()