Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h87 bool WriteFd(MessageParcel &parcel, UriHandler &uriHandler, bool isClient);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp760 if (record == nullptr || !record->WriteFd(parcel, uriHandler, isClient)) { in WriteUriFd()
H A Dpaste_data_record.cpp494 bool PasteDataRecord::WriteFd(MessageParcel &parcel, UriHandler &uriHandler, bool isClient) in WriteFd() function in OHOS::MiscServices::PasteDataRecord