Searched refs:GetPixelMapData (Results 1 – 8 of 8) sorted by relevance
54 …MOCK_METHOD2(GetPixelMapData, void(const std::function<void(const RefPtr<PixelMap>&)>& callback, b…
37 virtual void GetPixelMapData(
42 …void GetPixelMapData(const std::function<void(const RefPtr<PixelMap>&)>& callback, bool syncMode =…
102 void ClipboardImpl::GetPixelMapData(const std::function<void(const RefPtr<PixelMap>&)>& callback, b… in GetPixelMapData() function in OHOS::Ace::Platform::ClipboardImpl
40 void GetPixelMapData(
38 …void GetPixelMapData(const std::function<void(const RefPtr<PixelMap>&)>& callback, bool syncMode =…
160 void ClipboardImpl::GetPixelMapData(const std::function<void(const RefPtr<PixelMap>&)>& callback, b… in GetPixelMapData() function in OHOS::Ace::ClipboardImpl
301 clipboard_->GetPixelMapData(callback); in RegisterCallbacksToOverlay()