Searched refs:LogBufferNotificationSetting (Results 1 – 2 of 2) sorted by relevance
44 enum class LogBufferNotificationSetting : uint8_t { ALWAYS, NEVER, THRESHOLD }; enum240 void updateNotificationSetting(LogBufferNotificationSetting setting,447 LogBufferNotificationSetting mNotificationSetting =448 LogBufferNotificationSetting::ALWAYS;
142 void LogBuffer::updateNotificationSetting(LogBufferNotificationSetting setting, in updateNotificationSetting()367 case LogBufferNotificationSetting::ALWAYS: { in dispatch()371 case LogBufferNotificationSetting::NEVER: { in dispatch()374 case LogBufferNotificationSetting::THRESHOLD: { in dispatch()