Searched refs:OH_PasteboardObserver_SetData (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 198 … int setRes1 = OH_PasteboardObserver_SetData(observer, context, CallbackFunc, ContextFinalizeFunc); 217 … int setRes1 = OH_PasteboardObserver_SetData(nullptr, context, CallbackFunc, ContextFinalizeFunc); 220 int setRes2 = OH_PasteboardObserver_SetData(observer, context, nullptr, ContextFinalizeFunc); 223 int setRes3 = OH_PasteboardObserver_SetData(observer, context, CallbackFunc, nullptr); 254 OH_PasteboardObserver_SetData(observer, nullptr, CallbackFunc, ContextFinalizeFunc); 276 OH_PasteboardObserver_SetData(observer, nullptr, CallbackFunc, ContextFinalizeFunc); 304 OH_PasteboardObserver_SetData(observer, nullptr, CallbackFunc, ContextFinalizeFunc); 325 OH_PasteboardObserver_SetData(observer, nullptr, CallbackFunc, ContextFinalizeFunc);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _pasteboard.md | 48 | int [OH_PasteboardObserver_SetData](#oh_pasteboardobserver_setdata) ([OH_PasteboardObserver](#oh_… 135 | context | 上下文信息,由函数[OH_PasteboardObserver_SetData](#oh_pasteboardobserver_setdata)传入。 | 552 ### OH_PasteboardObserver_SetData() 555 int OH_PasteboardObserver_SetData (OH_PasteboardObserver * observer, void * context, const Pasteboa…
|
H A D | oh__pasteboard_8h.md | 46 | int [OH_PasteboardObserver_SetData](_pasteboard.md#oh_pasteboardobserver_setdata) ([OH_Pasteboard…
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/pasteboard/ |
H A D | native-use-pasteboard.md | 30 | int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, const Pasteboar… 87 …OH_PasteboardObserver_SetData(observer, (void* )pasteboard, Pasteboard_Notify_impl2, Pasteboard_Fi…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/ |
H A D | oh_pasteboard.h | 131 int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context,
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _pasteboard.md | 48 | int [OH_PasteboardObserver_SetData](#oh_pasteboardobserver_setdata) ([OH_PasteboardObserver](#oh_… 135 | context | Context, which is passed in by the [OH_PasteboardObserver_SetData](#oh_pasteboardobserv… 552 ### OH_PasteboardObserver_SetData() 555 int OH_PasteboardObserver_SetData (OH_PasteboardObserver * observer, void * context, const Pasteboa…
|
H A D | oh__pasteboard_8h.md | 46 | int [OH_PasteboardObserver_SetData](_pasteboard.md#oh_pasteboardobserver_setdata) ([OH_Pasteboard…
|
/ohos5.0/docs/en/application-dev/basic-services/pasteboard/ |
H A D | native-use-pasteboard.md | 30 | int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, const Pasteboar… 87 …OH_PasteboardObserver_SetData(observer, (void* )pasteboard, Pasteboard_Notify_impl2, Pasteboard_Fi…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/ |
H A D | oh_pasteboard.cpp | 75 int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, in OH_PasteboardObserver_SetData() function
|