Home
last modified time | relevance | path

Searched refs:PasteboardObserverInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_observer_proxy.cpp43 … static_cast<int>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_CHANGE), data, reply, option); in OnPasteboardChanged()
63 … static_cast<int>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_EVENT), data, reply, option); in OnPasteboardEvent()
H A Dpasteboard_observer_stub.cpp27 memberFuncMap_[static_cast<uint32_t>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_CHANGE)] = in PasteboardObserverStub()
29 memberFuncMap_[static_cast<uint32_t>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_EVENT)] = in PasteboardObserverStub()
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardobserver_fuzzer/
H A Dpasteboardobserver_fuzzer.cpp63 …static_cast<uint32_t>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_CHANGE), data, reply, option… in FuzzPasteboardObserverOnPasteboardChangedStub()
82 …static_cast<uint32_t>(PasteboardObserverInterfaceCode::ON_PASTE_BOARD_EVENT), data, reply, option); in FuzzPasteboardObserverOnPasteboardEventStub()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_serv_ipc_interface_code.h47 enum PasteboardObserverInterfaceCode { enum