Lines Matching refs:events
2996 int32_t DistributedSchedService::GetDSchedEventInfo(const DSchedEventType &type, std::vector<EventNotify> &events)
3002 GetContinueEventInfo(callingUid, events);
3005 GetCollaborateEventInfo(callingUid, events);
3008 GetContinueEventInfo(callingUid, events);
3009 GetCollaborateEventInfo(callingUid, events);
3015 HILOGI("GetDSchedEventInfo end, uid %{public}d, eventType %{public}d, events size %{public}zu.",
3016 callingUid, type, events.size());
3027 void DistributedSchedService::GetContinueEventInfo(int32_t callingUid, std::vector<EventNotify> &events)
3030 events.emplace_back(dschedContinuation_->continueEvent_);
3043 events.emplace_back(dschedContinuation_->continueEvent_);
3048 void DistributedSchedService::GetCollaborateEventInfo(int32_t callingUid, std::vector<EventNotify> &events)
3051 GetCollaborateEventsByCallers(callingUid, "", events);
3052 GetCollaborateEventsByCallees(callingUid, "", events);
3061 GetCollaborateEventsByCallers(callingUid, callingBundleName, events);
3062 GetCollaborateEventsByCallees(callingUid, callingBundleName, events);
3066 std::vector<EventNotify> &events)
3083 events.emplace_back(tempEvent);
3090 std::vector<EventNotify> &events)
3104 events.emplace_back(tempEvent);