Home
last modified time | relevance | path

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

/test/xts/hats/hdf/wlan/hdi_service/
Dwlan_hdi_direct_test.cpp74 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid); variable
91 int32_t rc = g_wlanObj->GetSupportCombo(g_wlanObj, nullptr); variable
108 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr); variable
125 int32_t rc = g_wlanObj->DestroyFeature(g_wlanObj, nullptr); variable
149 int32_t rc = g_wlanObj->GetAssociatedStas(g_wlanObj, nullptr, staInfo, &staInfoLen, &num); variable
177 int32_t rc = g_wlanObj->GetChipId(g_wlanObj, nullptr, &chipId); variable
202 int32_t rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, nullptr, mac, &macLen, ETH_ADDR_LEN); variable
227 int32_t rc = g_wlanObj->GetFeatureByIfName(g_wlanObj, nullptr, &ifeature); variable
246 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType); variable
270 int32_t rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, nullptr, &wifiInfo, freq, &freqLen); variable
[all …]
Dwlan_hdi_hal_services_c_test.cpp62 int32_t rc = g_wlanObj->Start(g_wlanObj); in SetUp() local
68 int32_t rc = g_wlanObj->Stop(g_wlanObj); in TearDown() local
84 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); variable
102 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
122 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
144 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
164 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
186 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
210 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
238 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
[all …]
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dres_config_test.cpp66 ResConfigImpl *rc = new ResConfigImpl; variable
Dresource_manager_test.cpp106 auto rc = CreateResConfig(); in AddResource() local
219 ResConfig *rc = CreateResConfig(); variable
240 ResConfig *rc = CreateResConfig(); variable
259 ResConfig *rc = CreateResConfig(); variable
281 ResConfig *rc = CreateResConfig(); variable
321 ResConfig *rc = CreateResConfig(); variable
340 ResConfigImpl rc; variable
358 ResConfig *rc = CreateResConfig(); variable
370 ResConfigImpl rc; variable
1543 ResConfig *rc = CreateResConfig(); variable
Dhap_manager_test.cpp97 ResConfig *rc = CreateResConfig(); variable
Dglobal_test.cpp65 auto rc = new ResConfigImpl; in GetResId() local
Dhap_resource_test.cpp147 ResConfigImpl *rc = new ResConfigImpl; variable
Dresource_manager_performance_test.cpp88 auto rc = CreateResConfig(); in SetUp() local
150 ResConfig *rc = CreateResConfig(); variable
185 ResConfig *rc = CreateResConfig(); variable
/test/xts/dcts/distributedhardware/distributedcameratest/
Ddcamera_hdf_demo.cpp85 int rc = 0; in GetStreamOpt() local
145 int rc = streamOperator_->Capture(captureId, captureInfo_, iscapture); in CaptureON() local
158 int rc = 0; in CaptureOff() local
207 int rc = 0; in CreateStream() local
228 int rc = 0; in InitCameraDevice() local
283 int rc = 0; in InitSensors() local
368 int rc = 0; in CreateStreams() local
418 int rc = 0; in CaptureOnDualStreams() local
460 RetCode rc = RC_OK; in StartDualStreams() local
504 RetCode rc = RC_OK; in StartCaptureStream() local
[all …]
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp166 … RetCode rc = bufferPool->Init(2, 1, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, 1, variable
205 RetCode rc = RC_ERROR; variable
223 …RetCode rc = bufferPool->Init(1280, 720, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, c… variable
276 …RetCode rc = bufferPool->Init(1280, 720, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, c… variable
408 RetCode rc = RC_ERROR; in Init() local
512 RetCode rc = BufferAdapter::SurfaceBufferToCameraBuffer(sb, producer_, cameraBuffer); in StartExternalStream() local
514 RetCode rc = BufferAdapter::SurfaceBufferToCameraBuffer(sb, cameraBuffer); in StartExternalStream() local
/test/xts/device_attest_lite/test/tdd/gtest/
Dattest_tdd_test.cpp146 errno_t rc = memcpy_s(attestChallengeActive, ATTEST_CHANLLEGE_LEN + 1, in TddGenActiveMsg() local
171 errno_t rc = memcpy_s(attestChallengeAuth, ATTEST_CHANLLEGE_LEN + 1, in TddGenAuthMsg() local
195 errno_t rc = memcpy_s(attestChallengeReset, ATTEST_CHANLLEGE_LEN + 1, in TddGenResetMsg() local
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dusb_camera_test.cpp46 uint32_t rc = 0; variable
85 uint32_t rc = 0; variable
124 uint32_t rc = 0; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_tag_test_v1_2.cpp44 int rc = HDI::Camera::V1_0::NO_ERROR; in invalidParmTestU8() local
55 int rc = HDI::Camera::V1_0::NO_ERROR; in invalidParmTestI32() local
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dtest_display.h141 CamRetCode rc; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
Dcommon.h98 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
Dcommon.h97 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h122 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h122 int32_t rc; variable
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
Dhdf_wifi_benchmark_test.cpp159 int32_t rc = g_wlanObj->Start(g_wlanObj); in BENCHMARK_F() local
192 int32_t rc = g_wlanObj->Start(g_wlanObj); in BENCHMARK_F() local
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h174 int32_t rc; variable