Searched refs:received_time_seconds (Results 1 – 1 of 1) sorted by relevance
88 int32_t received_time_seconds; in ZTEST() local144 received_time_seconds = time_string_to_seconds(&output.value[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()164 int32_t received_time_seconds; in ZTEST() local240 received_time_seconds = time_string_to_seconds(&output.value[(strlen(response_all_left) + 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()