Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/
Dgetimgdata_fuzzer.cpp33 dataRecordAdapterImpl->GetImgData(image); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h112 virtual bool GetImgData(ClipBoardImageData &imageData) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h52 bool GetImgData(ClipBoardImageData &imageData) override;
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp784 bool reset = g_datarecordnull->GetImgData(image);
786 reset = g_paster->GetImgData(image);
799 bool reset = g_datarecord->GetImgData(image);
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp233 bool PasteDataRecordAdapterImpl::GetImgData(ClipBoardImageData &imageData) in GetImgData() function in OHOS::NWeb::PasteDataRecordAdapterImpl