Lines Matching refs:attributions

266         const std::vector<AttributionNodeInternal>& attributions, const string& jobName,  in CreateScheduledJobStateChangedEvent()  argument
269 event->write(attributions); in CreateScheduledJobStateChangedEvent()
277 const std::vector<AttributionNodeInternal>& attributions, in CreateStartScheduledJobEvent() argument
280 attributions, name, ScheduledJobStateChanged::STARTED, timestampNs); in CreateStartScheduledJobEvent()
285 const std::vector<AttributionNodeInternal>& attributions, in CreateFinishScheduledJobEvent() argument
288 attributions, name, ScheduledJobStateChanged::FINISHED, timestampNs); in CreateFinishScheduledJobEvent()
292 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateWakelockStateChangedEvent() argument
295 event->write(attributions); in CreateWakelockStateChangedEvent()
304 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateAcquireWakelockEvent() argument
307 attributions, wakelockName, WakelockStateChanged::ACQUIRE, timestampNs); in CreateAcquireWakelockEvent()
311 const std::vector<AttributionNodeInternal>& attributions, const string& wakelockName, in CreateReleaseWakelockEvent() argument
314 attributions, wakelockName, WakelockStateChanged::RELEASE, timestampNs); in CreateReleaseWakelockEvent()
340 const std::vector<AttributionNodeInternal>& attributions, const string& name, in CreateSyncStateChangedEvent() argument
343 event->write(attributions); in CreateSyncStateChangedEvent()
351 const std::vector<AttributionNodeInternal>& attributions, const string& name, in CreateSyncStartEvent() argument
353 return CreateSyncStateChangedEvent(attributions, name, SyncStateChanged::ON, timestampNs); in CreateSyncStartEvent()
357 const std::vector<AttributionNodeInternal>& attributions, const string& name, in CreateSyncEndEvent() argument
359 return CreateSyncStateChangedEvent(attributions, name, SyncStateChanged::OFF, timestampNs); in CreateSyncEndEvent()