Searched refs:checkSize (Results 1 – 2 of 2) sorted by relevance
/test/xts/acts/multimedia/image/image_js_standard/imagePackToFile/src/main/js/test/ |
D | PackToFile.test.js | 121 function packToFilePromise(done, testNum, source, fd, fPath, ops, checkSize) { argument 137 checkSize(info.size.width, info.size.height) 156 function packToFileCallback(done, testNum, source, fd, fPath, ops, checkSize) { argument 176 checkSize(info.size.width, info.size.height) 269 function checkSize(width, height) { function 274 globalImagesource, writeFd, fpath, ops, checkSize) 298 function checkSize(width, height) { function 303 globalImagesource, writeFd, fpath, ops, checkSize) 327 function checkSize(width, height) { function 332 globalImagesource, writeFd, fpath, ops, checkSize) [all …]
|
/test/xts/acts/communication_lite/wifiservice_hal/src/ |
D | wifiservice_func_test.c | 48 unsigned int checkSize = WIFI_SCAN_HOTSPOT_LIMIT; in WifiScanStateTask() local 49 WifiErrorCode error = GetScanInfoList(info, &checkSize); in WifiScanStateTask() 53 printf("WifiScanStateTask:get scan size is %u.\n", checkSize); in WifiScanStateTask()
|