Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h53 void RemoveRecordById(PasteData &pasteData, uint32_t recordId) noexcept;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp176 void PasteboardWebController::RemoveRecordById(PasteData &pasteData, uint32_t recordId) noexcept in RemoveRecordById() function in OHOS::MiscServices::PasteboardWebController
276 RemoveRecordById(data, record->GetRecordId()); in RemoveExtraUris()