Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/time_posix/src/
DSleepTest.cpp41 clockid_t cid = GetParam(); variable
42 const char* cname = ALL_CLOCKS_NAME[cid];
46 int rt = clock_nanosleep(cid, 0, &req, &rem);
47 if (cid == CLOCK_SGI_CYCLE) {
DClockTimeTest.cpp69 clockid_t cid = GetParam(); variable
70 const char* cname = ALL_CLOCKS_NAME[cid];
73 int rt = clock_getres(cid, &time1);
78 if (cid == CLOCK_MONOTONIC || cid == CLOCK_REALTIME || cid == CLOCK_MONOTONIC_RAW) {
92 clockid_t cid = GetParam(); variable
93 const char* cname = ALL_CLOCKS_NAME[cid];
96 int rt = clock_gettime(cid, &time1);
/test/xts/hats/kernel/accesstokenid/
Daccesstokenid_test.cpp288 pthread_t cid[10]; variable
308 if (pthread_create(&cid[i], nullptr, CheckChildThreadInheritance, &tinfo) != 0) {
309 printf("thread %d (ID %ld) pthread_create error\n", i, cid[i]);
312 if (pthread_join(cid[i], nullptr) != 0) {
313 printf("thread %d (ID %ld) pthread_join error\n", i, cid[i]);
330 pthread_t cid[10]; variable
350 if (pthread_create(&cid[i], nullptr, CheckChildThreadSetIndepent, &tinfo) != 0) {
351 printf("thread %d (ID %ld) pthread_create error\n", i, cid[i]);
354 if (pthread_join(cid[i], nullptr) != 0) {
355 printf("thread %d (ID %ld) pthread_join error\n", i, cid[i]);
/test/xts/hats/hdf/location/agnss/
Dagnss_hdi_test.cpp138 refInfo.cellId.cid = static_cast<unsigned int>(gsmCellInfo->GetCellId()); in JudgmentDataGsm()
150 refInfo.cellId.cid = static_cast<unsigned int>(lteCellInfo->GetCellId()); in JudgmentDataLte()
163 refInfo.cellId.cid = static_cast<unsigned int>(nrCellInfo->GetCellId()); in JudgmentDataNr()
177 refInfo.cellId.cid = static_cast<unsigned int>(wcdmaCellInfo->GetCellId()); in JudgmentDataUmts()
399 refInfo.cellId.cid = 50;
/test/xts/hats/telephony/ril/hdi_v1.0/
Dhdf_ril_hdiService_test.cpp1988 … setupDataCallResultInfo.cid, setupDataCallResultInfo.active, setupDataCallResultInfo.type.c_str(), in PdpContextListUpdated()
2017 … setupDataCallResultInfo.cid, setupDataCallResultInfo.active, setupDataCallResultInfo.type.c_str(), in ActivatePdpContextResponse()
2049 … setupDataCallResultInfo.cid, setupDataCallResultInfo.active, setupDataCallResultInfo.type.c_str(), in GetPdpContextListResponse()
2087 …dataLinkBandwidthInfo.serial, dataLinkBandwidthInfo.cid, dataLinkBandwidthInfo.qi, dataLinkBandwid… in GetLinkBandwidthInfoResponse()