Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 263) sorted by relevance

1234567891011

/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_hdi_hal_services_c_test.cpp57 int32_t rc = g_wpaObj->Start(g_wpaObj); in SetUp() local
63 int32_t rc = g_wpaObj->Stop(g_wpaObj); in TearDown() local
69 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
81 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
93 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
105 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
117 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
131 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
143 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
155 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
[all …]
H A Dp2p_hdi_direct_test.cpp95 int32_t rc = g_wpaObj->P2pSetGroupMaxIdle(g_wpaObj, nullptr, 1); variable
103 int32_t rc = g_wpaObj->P2pSetWfdEnable(g_wpaObj, nullptr, 1); variable
153 int32_t rc = g_wpaObj->P2pSetPowerSave(g_wpaObj, nullptr, 1); variable
161 int32_t rc = g_wpaObj->P2pSetDeviceName(g_wpaObj, nullptr, "test"); variable
191 int32_t rc = g_wpaObj->P2pSetRandomMac(g_wpaObj, nullptr, time); variable
239 int32_t rc = g_wpaObj->P2pAddService(g_wpaObj, IFNAME, nullptr); variable
263 int32_t rc = g_wpaObj->P2pStopFind(g_wpaObj, nullptr); variable
271 int32_t rc = g_wpaObj->P2pFlush(g_wpaObj, nullptr); variable
279 int32_t rc = g_wpaObj->P2pFlushService(g_wpaObj, nullptr); variable
437 int32_t rc = g_wpaObj->P2pCancelConnect(g_wpaObj, nullptr); variable
[all …]
H A Dwpa_hdi_direct_test.cpp65 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
73 int32_t rc = g_wpaObj->Scan(g_wpaObj, IFNAME); variable
167 int32_t rc = g_wpaObj->Reconnect(g_wpaObj, IFNAME); variable
175 int32_t rc = g_wpaObj->Disconnect(g_wpaObj, IFNAME); variable
183 int32_t rc = g_wpaObj->SaveConfig(g_wpaObj, IFNAME); variable
191 int32_t rc = g_wpaObj->SetPowerSave(g_wpaObj, IFNAME, 0); variable
199 int32_t rc = g_wpaObj->AutoConnect(g_wpaObj, IFNAME, 0); variable
265 int32_t rc = g_wpaObj->WpsCancel(g_wpaObj, IFNAME); variable
298 int32_t rc = g_wpaObj->BlocklistClear(g_wpaObj, IFNAME); variable
419 int32_t rc = g_wpaObj->Reassociate(g_wpaObj, IFNAME); variable
[all …]
H A Dwpa_hdi_hal_services_c_test.cpp57 int32_t rc = g_wpaObj->Start(g_wpaObj); in SetUp() local
63 int32_t rc = g_wpaObj->Stop(g_wpaObj); in TearDown() local
69 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
79 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
93 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
107 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
121 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
137 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
154 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
179 int32_t rc = g_wpaObj->AddWpaIface(g_wpaObj, IFNAME, CONFNAME); variable
[all …]
H A Dhostapd_hdi_direct_test.cpp72 int32_t rc = g_hostapdObj->EnableAp(g_hostapdObj, IFNAME, 1); variable
86 int32_t rc = g_hostapdObj->DisableAp(g_hostapdObj, IFNAME, 1); variable
142 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 6, 1); variable
156 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); variable
170 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); variable
184 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); variable
198 int32_t rc = g_hostapdObj->SetApMaxConn(g_hostapdObj, IFNAME, 3, 1); variable
279 int32_t rc = g_hostapdObj->HostApdShellCmd(g_hostapdObj, IFNAME, ""); variable
295 int32_t rc = g_hostapdObj->StartAp(g_hostapdObj); variable
307 int32_t rc = g_hostapdObj->StartApWithCmd(g_hostapdObj, IFNAME, 1); variable
[all …]
H A Dhostapd_hdi_hal_services_c_test.cpp46 int32_t rc = g_hostapdObj->StartApWithCmd(g_hostapdObj, IFNAME, 1); in SetUpTestCase() local
53 int32_t rc = g_hostapdObj->StopAp(g_hostapdObj); in TearDownTestCase() local
77 int32_t rc = g_hostapdObj->DisableAp(g_hostapdObj, IFNAME, 1); variable
110 int32_t rc = g_hostapdObj->SetApName(g_hostapdObj, IFNAME, "SFG001", 1); variable
123 int32_t rc = g_hostapdObj->SetApWpaValue(g_hostapdObj, IFNAME, 2, 1); variable
135 int32_t rc = g_hostapdObj->SetApBand(g_hostapdObj, IFNAME, 1, 1); variable
147 int32_t rc = g_hostapdObj->SetAp80211n(g_hostapdObj, IFNAME, 1, 1); variable
159 int32_t rc = g_hostapdObj->SetApWmm(g_hostapdObj, IFNAME, 1, 1); variable
171 int32_t rc = g_hostapdObj->SetApChannel(g_hostapdObj, IFNAME, 6, 1); variable
183 int32_t rc = g_hostapdObj->SetApMaxConn(g_hostapdObj, IFNAME, 3, 1); variable
[all …]
H A Dwlan_hdi_direct_test.cpp93 int32_t rc = g_wlanObj->GetSupportCombo(g_wlanObj, nullptr); variable
137 int32_t rc = g_wlanObj->DestroyFeature(g_wlanObj, nullptr); variable
198 int32_t rc = g_wlanObj->GetChipId(g_wlanObj, nullptr, &chipId); variable
404 int32_t rc = g_wlanObj->StartScan(g_wlanObj, nullptr, &scan); variable
526 int32_t rc = g_wlanObj->SetTxPower(g_wlanObj, nullptr, power); variable
544 int32_t rc; variable
612 int32_t rc; variable
633 int32_t rc; variable
656 int32_t rc; variable
676 int32_t rc; variable
[all …]
H A Dwlan_hdi_hal_services_c_test.cpp343 int32_t rc; variable
420 int32_t rc; variable
442 int32_t rc; variable
844 int32_t rc; variable
867 int32_t rc; variable
890 int32_t rc; variable
913 int32_t rc; variable
936 int32_t rc; variable
959 int32_t rc; variable
979 int32_t rc; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_input_test.cpp156 int32_t rc = testInput_->Init(); variable
170 int32_t rc = testInput_->Init(); variable
187 int32_t rc = testInput_->Init(); variable
207 int32_t rc = testInput_->Init(); variable
231 int32_t rc = testInput_->Init(); variable
254 int32_t rc = testInput_->Init(); variable
274 int32_t rc = testInput_->Init(); variable
298 int32_t rc = testInput_->Init(); variable
321 int32_t rc = testInput_->Init(); variable
343 int32_t rc = testInput_->Init(); variable
[all …]
H A Ddcamera_source_data_process_test.cpp99 int32_t rc = testSrcDataProcess_->ConfigStreams(g_streamInfos); variable
113 int32_t rc = testSrcDataProcess_->ConfigStreams(g_streamInfos); variable
139 int32_t rc = testSrcDataProcess_->StartCapture(captureInfo); variable
165 int32_t rc = testSrcDataProcess_->StartCapture(captureInfo); variable
188 int32_t rc = testSrcDataProcess_->ConfigStreams(g_streamInfos); variable
208 int32_t rc = testSrcDataProcess_->ConfigStreams(g_streamInfos); variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dscale_convert_process_test.cpp119 int32_t rc = testScaleConvertProcess_->ProcessData(inputBuffers); variable
242 int32_t rc = testScaleConvertProcess_->GetImageUnitInfo(srcImgInfo, imgBuf); variable
274 int32_t rc = testScaleConvertProcess_->GetImageUnitInfo(srcImgInfo, imgBuf); variable
298 int32_t rc = testScaleConvertProcess_->GetImageUnitInfo(srcImgInfo, imgBuf); variable
353 int32_t rc = testScaleConvertProcess_->ScaleConvert(srcImgInfo, dstImgInfo); variable
372 int32_t rc = testScaleConvertProcess_->CopyYUV420SrcData(srcImgInfo); variable
393 int32_t rc = testScaleConvertProcess_->ConvertDone(outputBuffers); variable
479 int32_t rc = testScaleConvertProcess_->ProcessData(inputBuffers); variable
495 int32_t rc = testScaleConvertProcess_->GetImageUnitInfo(srcImgInfo, imgBuf); variable
529 int32_t rc = testScaleConvertProcess_->GetImageUnitInfo(srcImgInfo, imgBuf); variable
[all …]
H A Dencode_data_process_test.cpp86 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
111 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
136 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
161 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
179 int32_t rc = testEncodeDataProcess_->ProcessData(inputBuffers); variable
218 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
250 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
278 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
306 int32_t rc = testEncodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
411 int32_t rc = testEncodeDataProcess_->EncodeDone(outputBuffers); variable
[all …]
H A Ddecode_data_process_test.cpp98 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
124 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
153 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
179 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
195 int32_t rc = testDecodeDataProcess_->ProcessData(inputBuffers); variable
221 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
254 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
287 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
305 int32_t rc = testDecodeDataProcess_->SetDecoderOutputSurface(); variable
346 int32_t rc = testDecodeDataProcess_->InitNode(srcParams, destParams, procConfig); variable
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H A Dsetacl_test.cpp82 int rc = AclSetDefault(PATH_TEST, "not care"); variable
100 int rc = MkDir(PATH_TEST, mode); variable
162 int rc = MkDir(PATH_TEST, mode); variable
203 int rc = AclSetAccess(PATH_TEST, "not care"); variable
221 int rc = MkDir(PATH_TEST, mode); variable
283 int rc = MkDir(PATH_TEST, mode); variable
H A Dacl_test.cpp100 int rc = acl.InsertEntry( variable
128 int rc; variable
171 int rc = acl.InsertEntry( variable
207 int rc = acl.InsertEntry( in CreateValidBasicAcl() local
245 int rc = CreateValidBasicAcl(acl1); variable
307 int rc = acl.DeSerialize(buf, bufSize); variable
314 int rc = CreateValidBasicAcl(acl1); variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp327 ResConfigImpl rc; variable
364 ResConfigImpl rc; variable
1080 auto rc = CreateResConfig(); variable
1112 auto rc = CreateResConfig(); variable
1144 auto rc = CreateResConfig(); variable
1176 auto rc = CreateResConfig(); variable
1208 auto rc = CreateResConfig(); variable
1238 auto rc = CreateResConfig(); variable
1268 auto rc = CreateResConfig(); variable
1298 auto rc = CreateResConfig(); variable
[all …]
H A Dstring_utils_test.cpp114 ResConfigImpl rc; variable
131 ResConfigImpl rc; variable
148 ResConfigImpl rc; variable
172 ResConfigImpl rc; variable
190 ResConfigImpl rc; variable
210 ResConfigImpl rc; variable
230 ResConfigImpl rc; variable
249 ResConfigImpl rc; variable
269 ResConfigImpl rc; variable
288 ResConfigImpl rc; variable
H A Dresource_manager_test_media.cpp123 auto rc = CreateResConfig(); variable
159 auto rc = CreateResConfig(); variable
195 auto rc = CreateResConfig(); variable
231 auto rc = CreateResConfig(); variable
267 auto rc = CreateResConfig(); variable
351 auto rc = CreateResConfig(); variable
387 auto rc = CreateResConfig(); variable
423 auto rc = CreateResConfig(); variable
459 auto rc = CreateResConfig(); variable
495 auto rc = CreateResConfig(); variable
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
H A Dutest_mpi_device_manager.cpp81 RetCode rc = RC_OK; variable
90 RetCode rc = RC_OK; variable
99 RetCode rc = RC_OK; variable
202 RetCode rc = DM->Connect("vi#0", "out#0", "vpss#0", "in#0"); variable
243 RetCode rc = controller->Configure(meta); variable
261 RetCode rc = RC_ERROR; variable
286 RetCode rc = RC_OK; variable
299 RetCode rc = DM->Connect("vi#0", "out#1", "venc#0", "in#0"); variable
309 RetCode rc = DM->Connect("vo#0", "out#4", "vi#0", "in#0"); variable
315 RetCode rc = DM->UnConnect("vpss#0", "out#0", "vpss#0", "in#0"); variable
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Disp_controller.cpp33 RetCode rc = RC_OK; in PowerUp() local
44 RetCode rc = RC_OK; in PowerDown() local
56 RetCode rc = RC_OK; in Start() local
67 RetCode rc = RC_OK; in Stop() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
H A Dvi_controller.cpp47 RetCode rc = RC_OK; in PowerUp() local
59 RetCode rc = RC_OK; in PowerDown() local
80 RetCode rc = RC_OK; in StartVi() local
93 RetCode rc = RC_OK; in StopVi() local
135 RetCode rc = SendAEMetaData(*data); in SendIspMetaData() local
150 RetCode rc = RC_OK; in SendAEMetaData() local
168 RetCode rc = RC_OK; in SendAWBMetaData() local
191 RetCode rc = GetAEMetaData(meta); in GetIspMetaData() local
211 RetCode rc = RC_ERROR; in GetAEMetaData() local
234 RetCode rc = RC_ERROR; in GetAWBMetaData() local
[all …]
H A Dvo_controller.cpp38 RetCode rc = RC_OK; in PowerUp() local
50 RetCode rc = RC_OK; in PowerDown() local
71 RetCode rc = RC_OK; in StartVo() local
84 RetCode rc = RC_OK; in StopVo() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dcamera_device/
H A Ddcamera_device_test.cpp97 int32_t rc = dcameraDevice_->SetResultMode(mode); variable
112 int32_t rc = dcameraDevice_->GetEnabledResults(results); variable
127 int32_t rc = dcameraDevice_->SetResultMode(mode); variable
146 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); variable
163 CamRetCode rc = dcameraDevice_->GetDCameraAbility(ability); variable
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/dm_verity/
H A Ddm_verity.c43 int rc; in HvbDmVerityIsEnable() local
72 int rc; in HvbDmVerityinit() local
101 int rc; in HvbDmVeritySetUp() local
125 int rc; in HvbDmVerityFinal() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_fileformat.cpp96 RetCode rc = RC_OK; in V4L2GetFmtDescs() local
123 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2GetCapability() local
164 int rc = ioctl(fd, VIDIOC_G_FMT, &fmt); in V4L2GetFmt() local
210 int rc = ioctl(fd, VIDIOC_S_FMT, &fmt); in V4L2SetFmt() local
232 int rc = ioctl(fd, VIDIOC_G_CROP, &crop); in V4L2GetCrop() local
264 int rc = ioctl(fd, VIDIOC_S_CROP, &crop); in V4L2SetCrop() local
286 int rc = ioctl(fd, VIDIOC_CROPCAP, &cropcap); in V4L2GetCropCap() local
314 int rc = 0; in V4L2OpenDevice() local
341 int rc = 0; in V4L2MatchDevice() local
378 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2SearchBufType() local

1234567891011