Home
last modified time | relevance | path

Searched refs:IPasteboardService (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h414 sptr<IPasteboardService> GetPasteboardService();
415 sptr<IPasteboardService> GetPasteboardServiceProxy();
418 static sptr<IPasteboardService> pasteboardServiceProxy_;
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h28 class IPasteboardService : public IRemoteBroker { class
51 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.miscservices.pasteboard.IPasteboardService");
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp48 sptr<IPasteboardService> PasteboardClient::pasteboardServiceProxy_;
627 sptr<IPasteboardService> PasteboardClient::GetPasteboardService() in GetPasteboardService()
647 pasteboardServiceProxy_ = iface_cast<IPasteboardService>(remoteObject); in GetPasteboardService()
672 sptr<IPasteboardService> PasteboardClient::GetPasteboardServiceProxy() in GetPasteboardServiceProxy()
686 pasteboardServiceProxy_ = iface_cast<IPasteboardService>(remoteObject); in LoadSystemAbilitySuccess()
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_stub.h28 class PasteboardServiceStub : public IRemoteStub<IPasteboardService> {
H A Dpasteboard_service_proxy.h25 class PasteboardServiceProxy : public IRemoteProxy<IPasteboardService> {
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp29 : IRemoteProxy<IPasteboardService>(object) in PasteboardServiceProxy()

Completed in 4 milliseconds