skyline/app/src/main/cpp/skyline/services/timesrv
2022-11-25 16:26:00 +00:00
..
common.cpp Implement the entirety of time services 2021-03-21 18:56:31 +05:30
common.h Use pragma pack directions for tightly packing structs containing u128 2022-08-17 12:22:11 +02:00
core.cpp Refactor all std::lock_guard usages to std::scoped_lock 2022-04-25 15:00:30 +01:00
core.h Add virtual dtors to time service code 2021-11-10 21:35:36 +05:30
IStaticService.cpp Use semantic wrapping where appropriate for class initialiser lists 2021-11-10 21:35:36 +05:30
IStaticService.h Address review feedback 2021-03-21 18:56:31 +05:30
ISteadyClock.cpp Use semantic wrapping where appropriate for class initialiser lists 2021-11-10 21:35:36 +05:30
ISteadyClock.h Address review feedback 2021-03-21 18:56:31 +05:30
ISystemClock.cpp Refactor all logger calls 2021-11-11 16:13:24 +01:00
ISystemClock.h Address review feedback 2021-03-21 18:56:31 +05:30
ITimeZoneService.cpp Use semantic wrapping where appropriate for class initialiser lists 2021-11-10 21:35:36 +05:30
ITimeZoneService.h Various timesrv cleanups and comments 2021-03-21 18:56:31 +05:30
results.h Implement full timezone service support 2021-03-21 18:56:31 +05:30
time_manager_server.cpp Enable Wconversion and fix warnings produced 2021-10-26 11:41:24 +01:00
time_manager_server.h Enable Wconversion and fix warnings produced 2021-10-26 11:41:24 +01:00
time_shared_memory.cpp Use spans instead of ptr and size in kernel memory 2022-06-11 17:05:39 +05:30
time_shared_memory.h Add virtual dtors to time service code 2021-11-10 21:35:36 +05:30
timezone_manager.cpp Adjust CalendarTime year to be relative to 0AD 2022-11-25 16:26:00 +00:00
timezone_manager.h Various timesrv cleanups and comments 2021-03-21 18:56:31 +05:30