Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimerfdndk.cpp52 int timeValue = timerfd_gettime(NUMBER, nullptr); in Timerfd_gettime() local
54 napi_create_int32(env, timeValue, &result); in Timerfd_gettime()
68 int timeValue = PARAM_0; in Timerfd_settime() local
70 timeValue = timerfd_settime(fd, PARAM_0, &its, nullptr); in Timerfd_settime()
71 timeValue = usleep(MICROSECONDS); in Timerfd_settime()
72 timeValue = timerfd_gettime(fd, &val); in Timerfd_settime()
74 napi_create_int32(env, timeValue, &result); in Timerfd_settime()
Dtimendk.cpp184 int timeValue = timeThis; in Timegm() local
186 napi_create_int32(env, timeValue, &result); in Timegm()
199 int timeValue = timespec_get(&ts, TIME_UTC); in TimespecGet() local
201 napi_create_int32(env, timeValue, &result); in TimespecGet()
213 int timeValue = timer_create(FAILNUMBER, nullptr, nullptr); in Timer_create() local
215 napi_create_int32(env, timeValue, &result); in Timer_create()
254 int timeValue = timer_delete(timerid); in Timer_delete() local
257 napi_create_int32(env, timeValue, &result); in Timer_delete()
269 int timeValue = timer_gettime(nullptr, nullptr); in Timer_gettime() local
271 napi_create_int32(env, timeValue, &result); in Timer_gettime()
[all …]
Dstdlibndk.cpp247 int timeValue = time(nullptr); in Srand() local
248 srand(timeValue); in Srand()
266 int timeValue = time(nullptr); in Srand48() local
267 srand48(timeValue); in Srand48()
285 int timeValue = time(nullptr); in Srandom() local
286 srandom(timeValue); in Srandom()
/test/xts/acts/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/
DRdbStoreIgnoretest.ets29 …"dateValue INTEGER DEFAULT 0 , timeValue INTEGER DEFAULT 0 , timestampValue INTEGER DEFAULT 0 , " +
DRdbPredicates.test.ets28 …"dateValue INTEGER DEFAULT 0 , timeValue INTEGER DEFAULT 0 , timestampValue INTEGER DEFAULT 0 , " +