Home
last modified time | relevance | path

Searched refs:GetTopEvents (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h61 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 Dclip_plugin.cpp63 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 Ddefault_clip.cpp27 std::vector<DefaultClip::GlobalEvent> DefaultClip::GetTopEvents(uint32_t topN, int32_t user) in GetTopEvents() function in OHOS::MiscServices::DefaultClip
H A Ddefault_clip.h24 std::vector<GlobalEvent> GetTopEvents(uint32_t topN, int32_t user) override;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dplatform_monitor.h77 void GetTopEvents(std::vector<std::string> &events, std::vector<uint32_t> &counts);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dplatform_monitor.cpp295 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 Dpaste_data_test.cpp682 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 Dpasteboard_service.cpp1347 auto events = plugin->GetTopEvents(1, user); in GetValidDistributeEvent()