Lines Matching defs:pasteboard
33 static bool IsPasteboardValid(OH_Pasteboard* pasteboard) in IsPasteboardValid()
93 OH_Pasteboard* pasteboard = new (std::nothrow) OH_Pasteboard(); in OH_Pasteboard_Create() local
101 void OH_Pasteboard_Destroy(OH_Pasteboard* pasteboard) in OH_Pasteboard_Destroy()
120 int OH_Pasteboard_Subscribe(OH_Pasteboard* pasteboard, int type, const OH_PasteboardObserver* obser… in OH_Pasteboard_Subscribe()
143 int OH_Pasteboard_Unsubscribe(OH_Pasteboard* pasteboard, int type, const OH_PasteboardObserver* obs… in OH_Pasteboard_Unsubscribe()
160 bool OH_Pasteboard_IsRemoteData(OH_Pasteboard* pasteboard) in OH_Pasteboard_IsRemoteData()
168 int OH_Pasteboard_GetDataSource(OH_Pasteboard* pasteboard, char* source, unsigned int len) in OH_Pasteboard_GetDataSource()
187 char **OH_Pasteboard_GetMimeTypes(OH_Pasteboard *pasteboard, unsigned int *count) in OH_Pasteboard_GetMimeTypes()
208 bool OH_Pasteboard_HasType(OH_Pasteboard* pasteboard, const char* type) in OH_Pasteboard_HasType()
216 bool OH_Pasteboard_HasData(OH_Pasteboard* pasteboard) in OH_Pasteboard_HasData()
224 OH_UdmfData* OH_Pasteboard_GetData(OH_Pasteboard* pasteboard, int* status) in OH_Pasteboard_GetData()
243 int OH_Pasteboard_SetData(OH_Pasteboard* pasteboard, OH_UdmfData* data) in OH_Pasteboard_SetData()
257 int OH_Pasteboard_ClearData(OH_Pasteboard* pasteboard) in OH_Pasteboard_ClearData()