Home
last modified time | relevance | path

Searched refs:PasteboardBehaviourMsg (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/
H A Dpasteboard_behaviour_reporter_impl.cpp23 ReportStatus PasteboardBehaviourReporterImpl::Report(const PasteboardBehaviourMsg &msg) in Report()
H A Dbehaviour_reporter.h25 virtual ReportStatus Report(const PasteboardBehaviourMsg &msg) = 0;
H A Dpasteboard_behaviour_reporter_impl.h26 ReportStatus Report(const struct PasteboardBehaviourMsg &msg) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Ddfx_types.h68 struct PasteboardBehaviourMsg { struct
H A Dhiview_adapter.h66 static void ReportPasteboardBehaviour(const PasteboardBehaviourMsg &msg);
H A Dhiview_adapter.cpp256 void HiViewAdapter::ReportPasteboardBehaviour(const PasteboardBehaviourMsg &msg) in ReportPasteboardBehaviour()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Ddfx_test.cpp176PasteboardBehaviourMsg behaviourMsg = { .pasteboardState = BPS_COPY_STATE, .bundleName = "com.past…