Lines Matching defs:timestampNs

950 std::unique_ptr<LogEvent> CreateScreenStateChangedEvent(uint64_t timestampNs,  in CreateScreenStateChangedEvent()
965 std::unique_ptr<LogEvent> CreateBatterySaverOnEvent(uint64_t timestampNs) { in CreateBatterySaverOnEvent()
978 std::unique_ptr<LogEvent> CreateBatterySaverOffEvent(uint64_t timestampNs) { in CreateBatterySaverOffEvent()
991 std::unique_ptr<LogEvent> CreateBatteryStateChangedEvent(const uint64_t timestampNs, in CreateBatteryStateChangedEvent()
1006 std::unique_ptr<LogEvent> CreateMalformedBatteryStateChangedEvent(const uint64_t timestampNs) { in CreateMalformedBatteryStateChangedEvent()
1019 std::unique_ptr<LogEvent> CreateScreenBrightnessChangedEvent(uint64_t timestampNs, int level) { in CreateScreenBrightnessChangedEvent()
1032 const string& jobName, const ScheduledJobStateChanged::State state, uint64_t timestampNs) { in CreateScheduledJobStateChangedEvent()
1046 std::unique_ptr<LogEvent> CreateStartScheduledJobEvent(uint64_t timestampNs, in CreateStartScheduledJobEvent()
1055 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent()
1064 std::unique_ptr<LogEvent> CreateScheduleScheduledJobEvent(uint64_t timestampNs, in CreateScheduleScheduledJobEvent()
1073 uint64_t timestampNs, const vector<int>& repeatedIntField, in CreateTestAtomReportedEventVariableRepeatedFields()
1085 uint64_t timestampNs, int intField, long longField, float floatField, in CreateTestAtomReportedEventWithPrimitives()
1097 uint64_t timestampNs, const vector<int>& attributionUids, in CreateTestAtomReportedEvent()
1135 std::unique_ptr<LogEvent> CreateWakelockStateChangedEvent(uint64_t timestampNs, in CreateWakelockStateChangedEvent()
1160 std::unique_ptr<LogEvent> CreateAcquireWakelockEvent(uint64_t timestampNs, in CreateAcquireWakelockEvent()
1168 std::unique_ptr<LogEvent> CreateReleaseWakelockEvent(uint64_t timestampNs, in CreateReleaseWakelockEvent()
1177 uint64_t timestampNs, const int uid, const string& pkgName, const string& className, in CreateActivityForegroundStateChangedEvent()
1193 std::unique_ptr<LogEvent> CreateMoveToBackgroundEvent(uint64_t timestampNs, const int uid) { in CreateMoveToBackgroundEvent()
1198 std::unique_ptr<LogEvent> CreateMoveToForegroundEvent(uint64_t timestampNs, const int uid) { in CreateMoveToForegroundEvent()
1203 std::unique_ptr<LogEvent> CreateSyncStateChangedEvent(uint64_t timestampNs, in CreateSyncStateChangedEvent()
1221 std::unique_ptr<LogEvent> CreateSyncStartEvent(uint64_t timestampNs, in CreateSyncStartEvent()
1229 std::unique_ptr<LogEvent> CreateSyncEndEvent(uint64_t timestampNs, in CreateSyncEndEvent()
1238 uint64_t timestampNs, const int uid, const ProcessLifeCycleStateChanged::State state) { in CreateProcessLifeCycleStateChangedEvent()
1252 std::unique_ptr<LogEvent> CreateAppCrashEvent(uint64_t timestampNs, const int uid) { in CreateAppCrashEvent()
1257 std::unique_ptr<LogEvent> CreateAppCrashOccurredEvent(uint64_t timestampNs, const int uid) { in CreateAppCrashOccurredEvent()
1271 std::unique_ptr<LogEvent> CreateIsolatedUidChangedEvent(uint64_t timestampNs, int hostUid, in CreateIsolatedUidChangedEvent()
1287 uint64_t timestampNs, int uid, const android::app::ProcessStateEnum state) { in CreateUidProcessStateChangedEvent()
1304 std::unique_ptr<LogEvent> CreateBleScanStateChangedEvent(uint64_t timestampNs, in CreateBleScanStateChangedEvent()
1336 std::unique_ptr<LogEvent> CreateOverlayStateChangedEvent(int64_t timestampNs, const int32_t uid, in CreateOverlayStateChangedEvent()
1360 uint64_t timestampNs, const int uid, const string& pkgName, in CreateAppStartOccurredEvent()
1380 std::unique_ptr<LogEvent> CreateBleScanResultReceivedEvent(uint64_t timestampNs, in CreateBleScanResultReceivedEvent()
1396 std::unique_ptr<LogEvent> CreateRestrictedLogEvent(int atomTag, int64_t timestampNs) { in CreateRestrictedLogEvent()
1408 std::unique_ptr<LogEvent> CreateNonRestrictedLogEvent(int atomTag, int64_t timestampNs) { in CreateNonRestrictedLogEvent()
1419 int64_t timestampNs, ::telephony::SignalStrengthEnum state) { in CreatePhoneSignalStrengthChangedEvent()