Searched refs:timeOff (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_time_container_002.cpp | 39 char timeOff[STR_LEN]; in childFunc() local 43 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in childFunc() 63 ret = strncmp(timeOff, readBuf, strlen(timeOff)); in childFunc() 75 char timeOff[STR_LEN]; in WriteProcTime() local 77 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime() 86 int strLen = strlen(timeOff); in WriteProcTime() 92 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
H A D | It_time_container_007.cpp | 40 char timeOff[STR_LEN] = {0}; in WriteProcTime() local 42 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime() 51 int strLen = strlen(timeOff); in WriteProcTime() 57 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
H A D | It_time_container_008.cpp | 40 char timeOff[STR_LEN] = {0}; in WriteProcTime() local 42 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %lld", SEC, NSEC); in WriteProcTime() 50 int strLen = strlen(timeOff); in WriteProcTime() 56 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
H A D | It_time_container_004.cpp | 58 char timeOff[STR_LEN]; in WriteProcTime() local 60 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime() 68 int strLen = strlen(timeOff); in WriteProcTime() 74 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
H A D | It_time_container_005.cpp | 58 char timeOff[STR_LEN]; in WriteProcTime() local 60 ret = sprintf_s(timeOff, STR_LEN, "monotonic %d %d", SEC, NSEC); in WriteProcTime() 68 int strLen = strlen(timeOff); in WriteProcTime() 74 ret = write(fd, timeOff, strLen); in WriteProcTime()
|
Completed in 2 milliseconds