Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getrecordat_fuzzer/
Dgetrecordat_fuzzer.cpp35 dataAdapterImpl->AllRecords(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp378 PasteRecordList PasteDataAdapterImpl::AllRecords() const in AllRecords() function in OHOS::NWeb::PasteDataAdapterImpl
384 for (auto& record: data_->AllRecords()) { in AllRecords()
405 for (auto& record: pData.AllRecords()) { in GetPasteData()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h145 virtual PasteRecordList AllRecords() const = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h80 PasteRecordList AllRecords() const override;
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp397 PasteRecordList recordList = g_dataAdapter->AllRecords();
499 PasteRecordList record = g_dataAdapterNull->AllRecords();
507 PasteRecordList str = g_dataAdapterNull->AllRecords();