Home
last modified time | relevance | path

Searched refs:GetSystemPasteboardImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dsystem_pasteboard_impl.h32 static int32_t GetSystemPasteboardImpl(int64_t &id);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dsystem_pasteboard_impl.cpp51 int32_t SystemPasteboardImpl::GetSystemPasteboardImpl(int64_t &id) in GetSystemPasteboardImpl() function in OHOS::MiscServicesCj::SystemPasteboardImpl
H A Dpasteboard_ffi.cpp837 ret.code = SystemPasteboardImpl::GetSystemPasteboardImpl(ret.data); in FfiOHOSGetSystemPasteboard()