Home
last modified time | relevance | path

Searched refs:QueryProcessInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h114 virtual ResultSet Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo,
142 bool IsQueryFrequenceValid(const DbQueryTag& tag, const QueryProcessInfo& processInfo,
H A Dsys_event_query.h68 using QueryProcessInfo = std::pair<pid_t, std::string>; // first: pid of process, second: process n… variable
288 QueryProcessInfo callerInfo = std::make_pair(INNER_PROCESS_ID, ""),
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp103 ResultSet SysEventQueryWrapper::Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo, in Execute()
184 bool SysEventQueryWrapper::IsQueryFrequenceValid(const DbQueryTag& tag, const QueryProcessInfo& pro… in IsQueryFrequenceValid()
H A Dsys_event_query.cpp484 ResultSet SysEventQuery::Execute(int limit, DbQueryTag tag, QueryProcessInfo callerInfo, in Execute()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp43 EventStore::QueryProcessInfo GetCallingProcessInfo() in GetCallingProcessInfo()