Home
last modified time | relevance | path

Searched refs:time_string_to_seconds (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dbuild_date.c59 static int32_t time_string_to_seconds(const uint8_t *time_string) in time_string_to_seconds() function
143 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()
144 received_time_seconds = time_string_to_seconds(&output.value[TIME_CHECK_HH_START_CHAR]); in ZTEST()
239 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()
240 received_time_seconds = time_string_to_seconds(&output.value[(strlen(response_all_left) + in ZTEST()