Searched refs:expected_time_seconds (Results 1 – 1 of 1) sorted by relevance
87 int32_t expected_time_seconds; in ZTEST() local143 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()146 zassert_within(expected_time_seconds, received_time_seconds, TIME_DIFFERENCE_ALLOWANCE, in ZTEST()149 abs(expected_time_seconds - received_time_seconds)); in ZTEST()163 int32_t expected_time_seconds; in ZTEST() local239 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()243 zassert_within(expected_time_seconds, received_time_seconds, TIME_DIFFERENCE_ALLOWANCE, in ZTEST()246 abs(expected_time_seconds - received_time_seconds)); in ZTEST()