Searched refs:OH_Pasteboard_Unsubscribe (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/ |
H A D | oh_pasteboard.h | 188 int OH_Pasteboard_Unsubscribe(OH_Pasteboard* pasteboard, int type, const OH_PasteboardObserver* observer);
|
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/ |
H A D | pasteboard_capi_test.cpp | 301 int res = OH_Pasteboard_Unsubscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, observer); in HWTEST_F() 310 * @tc.desc: OH_Pasteboard_Unsubscribe test invalid 320 int res1 = OH_Pasteboard_Unsubscribe(nullptr, NOTIFY_LOCAL_DATA_CHANGE, observer); in HWTEST_F() 323 int res2 = OH_Pasteboard_Unsubscribe(pasteboard, 10, observer); in HWTEST_F() 326 int res3 = OH_Pasteboard_Unsubscribe(pasteboard, -1, observer); in HWTEST_F() 329 int res4 = OH_Pasteboard_Unsubscribe(pasteboard, NOTIFY_LOCAL_DATA_CHANGE, nullptr); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/ |
H A D | oh_pasteboard.cpp | 141 int OH_Pasteboard_Unsubscribe(OH_Pasteboard *pasteboard, int type, const OH_PasteboardObserver *observer) in OH_Pasteboard_Unsubscribe() function
|
Completed in 2 milliseconds