Home
last modified time | relevance | path

Searched refs:IsPasteboardValid (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp34 static bool IsPasteboardValid(OH_Pasteboard *pasteboard) in IsPasteboardValid() function
104 if (!IsPasteboardValid(pasteboard)) { in OH_Pasteboard_Destroy()
120 if (!IsPasteboardValid(pasteboard) || observer == nullptr || type < NOTIFY_LOCAL_DATA_CHANGE || in OH_Pasteboard_Subscribe()
143 if (!IsPasteboardValid(pasteboard) || observer == nullptr || type < NOTIFY_LOCAL_DATA_CHANGE || in OH_Pasteboard_Unsubscribe()
160 if (!IsPasteboardValid(pasteboard)) { in OH_Pasteboard_IsRemoteData()
168 if (!IsPasteboardValid(pasteboard) || source == nullptr || len == 0) { in OH_Pasteboard_GetDataSource()
186 if (!IsPasteboardValid(pasteboard) || type == nullptr) { in OH_Pasteboard_HasType()
194 if (!IsPasteboardValid(pasteboard)) { in OH_Pasteboard_HasData()
202 if (!IsPasteboardValid(pasteboard) || status == nullptr) { in OH_Pasteboard_GetData()
221 if (!IsPasteboardValid(pasteboar in OH_Pasteboard_SetData()
[all...]

Completed in 2 milliseconds