Searched refs:GetTopEvents (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/ |
H A D | clip_plugin.h | 61 virtual std::vector<GlobalEvent> GetTopEvents(uint32_t topN); 62 virtual std::vector<GlobalEvent> GetTopEvents(uint32_t topN, int32_t user);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 63 std::vector<ClipPlugin::GlobalEvent> ClipPlugin::GetTopEvents(uint32_t topN) in GetTopEvents() function in OHOS::MiscServices::ClipPlugin 69 std::vector<ClipPlugin::GlobalEvent> ClipPlugin::GetTopEvents(uint32_t topN, int32_t user) in GetTopEvents() function in OHOS::MiscServices::ClipPlugin
|
H A D | default_clip.cpp | 27 std::vector<DefaultClip::GlobalEvent> DefaultClip::GetTopEvents(uint32_t topN, int32_t user) in GetTopEvents() function in OHOS::MiscServices::DefaultClip
|
H A D | default_clip.h | 24 std::vector<GlobalEvent> GetTopEvents(uint32_t topN, int32_t user) override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | platform_monitor.h | 77 void GetTopEvents(std::vector<std::string> &events, std::vector<uint32_t> &counts);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | platform_monitor.cpp | 295 void PlatformMonitor::GetTopEvents(std::vector<std::string> &events, std::vector<uint32_t> &counts) in GetTopEvents() function in OHOS::HiviewDFX::PlatformMonitor 341 GetTopEvents(events, eventCounts); in ReportBreakProfile()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_test.cpp | 682 auto events1 = clipPlugin_->GetTopEvents(1, userId); 684 auto events2 = clipPlugin_->GetTopEvents(1); 708 auto events1 = clipPlugin_->GetTopEvents(1, userId);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 1347 auto events = plugin->GetTopEvents(1, user); in GetValidDistributeEvent()
|