Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.h61 void GetDataAsync(const std::function<void(const std::string&)>& callback);
65 … void GetDataAsync(const std::function<void(const std::string&, bool isLastRecord)>& textCallback,
H A Dclipboard_impl.cpp144 GetDataAsync(callback); in GetData()
349 GetDataAsync(textCallback, pixelMapCallback, urlCallback); in GetData()
413 void ClipboardImpl::GetDataAsync(const std::function<void(const std::string&)>& callback) in GetDataAsync() function in OHOS::Ace::ClipboardImpl
526 void ClipboardImpl::GetDataAsync(const std::function<void(const std::string&, bool isLastRecord)>& … in GetDataAsync() function in OHOS::Ace::ClipboardImpl