Home
last modified time | relevance | path

Searched refs:OH_PasteboardObserver_SetData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H A Dpasteboard_capi_test.cpp198 … 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.md48 | 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 Doh__pasteboard_8h.md46 | int [OH_PasteboardObserver_SetData](_pasteboard.md#oh_pasteboardobserver_setdata) ([OH_Pasteboard…
/ohos5.0/docs/zh-cn/application-dev/basic-services/pasteboard/
H A Dnative-use-pasteboard.md30 | int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, const Pasteboar…
87OH_PasteboardObserver_SetData(observer, (void* )pasteboard, Pasteboard_Notify_impl2, Pasteboard_Fi…
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard.h131 int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context,
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_pasteboard.md48 | 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 Doh__pasteboard_8h.md46 | int [OH_PasteboardObserver_SetData](_pasteboard.md#oh_pasteboardobserver_setdata) ([OH_Pasteboard…
/ohos5.0/docs/en/application-dev/basic-services/pasteboard/
H A Dnative-use-pasteboard.md30 | int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, const Pasteboar…
87OH_PasteboardObserver_SetData(observer, (void* )pasteboard, Pasteboard_Notify_impl2, Pasteboard_Fi…
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp75 int OH_PasteboardObserver_SetData(OH_PasteboardObserver* observer, void* context, in OH_PasteboardObserver_SetData() function