/test/xts/hats/kernel/syscalls/timer/timerfdcreate/ |
H A D | TimerFdCreateApiTest.cpp | 60 struct itimerspec newValue; in HWTEST_F() local 62 newValue.it_value.tv_sec = 0; in HWTEST_F() 63 newValue.it_value.tv_nsec = 100; in HWTEST_F() 64 newValue.it_interval.tv_sec = 0; in HWTEST_F() 66 EXPECT_EQ(timerfd_settime(timerfd, 0, &newValue, nullptr), 0); in HWTEST_F() 74 EXPECT_GE(newValue.it_value.tv_nsec, 0); in HWTEST_F() 92 struct itimerspec newValue; in HWTEST_F() local 93 newValue.it_value.tv_nsec = 100; in HWTEST_F() 94 newValue.it_interval.tv_nsec = 0; in HWTEST_F() 96 EXPECT_EQ(timerfd_settime(timerfd, 0, &newValue, nullpt in HWTEST_F() 118 struct itimerspec newValue; HWTEST_F() local 145 struct itimerspec newValue; HWTEST_F() local 172 struct itimerspec newValue; HWTEST_F() local 199 struct itimerspec newValue; HWTEST_F() local 227 struct itimerspec newValue; HWTEST_F() local [all...] |
/test/xts/hats/kernel/syscalls/timer/timercreate/ |
H A D | TimerCreateApiTest.cpp | 200 struct itimerspec newValue = { in HWTEST_F() local 212 EXPECT_EQ(timer_settime(timerId, 0, &newValue, &oldValue), 0); in HWTEST_F() 218 newValue.it_value.tv_sec = 0; in HWTEST_F() 219 newValue.it_value.tv_nsec = 50; in HWTEST_F() 220 newValue.it_interval.tv_sec = 1; in HWTEST_F() 221 newValue.it_interval.tv_nsec = 0; in HWTEST_F() 222 EXPECT_EQ(timer_settime(timerId, 0, &newValue, &oldValue2), 0); in HWTEST_F() 241 struct itimerspec newValue; in HWTEST_F() local 248 newValue.it_value.tv_sec = now.tv_sec; in HWTEST_F() 249 newValue in HWTEST_F() [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/picker/router/ |
H A D | index.js | 539 if(e.newValue == this.selectList[i]){
545 this.textvalue = e.newValue;
546 prompt.showToast({ message:"text:"+e.newValue+",newSelected:"+e.newSelected })
577 this.multitextvalue=e.newValue;
578 prompt.showToast({ message:"Multi-column text change" + e.newValue })
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/picker/router/ |
H A D | index.js | 539 if(e.newValue == this.selectList[i]){
545 this.textvalue = e.newValue;
546 prompt.showToast({ message:"text:"+e.newValue+",newSelected:"+e.newSelected })
577 this.multitextvalue=e.newValue;
578 prompt.showToast({ message:"Multi-column text change" + e.newValue })
|
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 6935 afterRemoval(isEvict, key, value, newValue) 6939 arr = [key, value, newValue]; 6968 afterRemoval(isEvict, key, value, newValue) 6972 arr = [key, value, newValue]; 7000 afterRemoval(isEvict, key, value, newValue) 7004 arr = [key, value, newValue]; 7032 afterRemoval(isEvict, key, value, newValue) 7036 arr = [key, value, newValue]; 7064 afterRemoval(isEvict, key, value, newValue) 7068 arr = [key, value, newValue]; [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/ |
H A D | index.js | 524 if(e.newValue == this.selectList[i]){
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/pickerView/router/ |
H A D | index.js | 524 if(e.newValue == this.selectList[i]){
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/pickerView/router/ |
H A D | index.js | 524 if(e.newValue == this.selectList[i]){
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/pickerView/router/ |
H A D | index.js | 524 if(e.newValue == this.selectList[i]){
|