|
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, test_getGmtimeNullReturnValue) |
| | Test to verify that getGmtime returns failure if a nullptr is passed for the result variable. More...
|
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, test_getLocaltimeNullReturnValue) |
| | Test to verify that getLocaltime returns failure if a nullptr is passed for the result variable. More...
|
| |
| static void | alexaClientSDK::avsCommon::utils::timing::test::checkTm (const std::tm &a, const std::tm &b) |
| |
| static void | alexaClientSDK::avsCommon::utils::timing::test::testGmtimeHelper (const std::tm &expected, const time_t &t) |
| |
| static void | alexaClientSDK::avsCommon::utils::timing::test::testLocaltimeHelper (const std::tm &expected, const time_t &t) |
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, test_getGmtimeAtTheEpoch) |
| | Test to verify that getGmtime returns the correct calendar date for the Unix epoch. More...
|
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, test_getGmtime) |
| | Test to verify that getGmtime returns the same calendar date as std::gmtime. More...
|
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, test_getLocaltime) |
| | Test to verify that getLocaltime returns the same calendar date as std::localtime. More...
|
| |
| static void | alexaClientSDK::avsCommon::utils::timing::test::callSafeCTimeFunction (int startingSeed, const TestType &type, std::vector< std::pair< time_t, std::tm >> *results) |
| |
| static void | alexaClientSDK::avsCommon::utils::timing::test::checkSafeCTimeFunction (const TestType &type) |
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, DISABLED_test_gmTimeMultithreadedAccess) |
| | Test to make sure that multithreaded access SafeCTimeAccess::getGmtime is safe. More...
|
| |
| | alexaClientSDK::avsCommon::utils::timing::test::TEST (SafeCTimeAccessTest, DISABLED_test_localtimeMultithreadedAccess) |
| | Test to make sure that multithreaded access SafeCTimeAccess::getLocaltimetime is safe. More...
|
| |