Home
last modified time | relevance | path

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

12345678910>>...28

/test/xts/hats/hdf/wlan/hdi_service/
Dwlan_hdi_direct_test.cpp72 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid); variable
89 int32_t rc = g_wlanObj->GetSupportCombo(g_wlanObj, nullptr); variable
106 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr); variable
123 int32_t rc = g_wlanObj->DestroyFeature(g_wlanObj, nullptr); variable
147 int32_t rc = g_wlanObj->GetAssociatedStas(g_wlanObj, nullptr, staInfo, &staInfoLen, &num); variable
175 int32_t rc = g_wlanObj->GetChipId(g_wlanObj, nullptr, &chipId); variable
200 int32_t rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, nullptr, mac, &macLen, ETH_ADDR_LEN); variable
225 int32_t rc = g_wlanObj->GetFeatureByIfName(g_wlanObj, nullptr, &ifeature); variable
244 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType); variable
268 int32_t rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, nullptr, &wifiInfo, freq, &freqLen); variable
[all …]
Dwlan_hdi_hal_services_c_test.cpp60 int32_t rc = g_wlanObj->Start(g_wlanObj); in SetUp() local
66 int32_t rc = g_wlanObj->Stop(g_wlanObj); in TearDown() local
82 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); variable
100 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
120 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
142 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
162 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
184 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
208 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
236 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); variable
[all …]
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
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
Dres_config_test.cpp66 ResConfigImpl *rc = new ResConfigImpl; 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.cpp86 int rc = 0; in GetStreamOpt() local
146 int rc = streamOperator_->Capture(captureId, captureInfo_, iscapture); in CaptureON() local
159 int rc = 0; in CaptureOff() local
208 int rc = 0; in CreateStream() local
229 int rc = 0; in InitCameraDevice() local
284 int rc = -1; in InitSensors() local
382 int rc = 0; in CreateStreams() local
432 int rc = 0; in CaptureOnDualStreams() local
474 RetCode rc = RC_OK; in StartDualStreams() local
518 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/hats/kernel/mmap_v/
DMmapVApiTest.cpp230 int rc = mlockall(MCL_CURRENT | MCL_ONFAULT); variable
252 int rc = mlockall(MCL_CURRENT | MCL_ONFAULT); variable
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
Dcamera_hdi_test_v1_3.cpp68 int32_t rc; variable
129 int32_t rc; variable
955 …int32_t rc = FindCameraMetadataItem(streamData, OHOS_STATISTICS_DETECT_HUMAN_FACE_INFOS, &faceEntr… in FindHumanDetectResult() local
980 …int32_t rc = FindCameraMetadataItem(streamData, OHOS_STATISTICS_DETECT_CAT_FACE_INFOS, &catFaceEnt… in FindOtherDetectResult() local
1364 int32_t rc = FindCameraMetadataItem(streamData, OHOS_CONTROL_FOCUS_TRACKING_MODE, &modeEntry); in FindFocusTrackingResult() local
Dcamera_professional_test_v1_3.cpp75 int rc = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_PHYSICAL_APERTURE_RANGE, &entry); in GetSupportedPhysicalApertureValues() 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
Dcamera_hdi_test_v1_2.cpp756 int32_t rc; variable
/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_1/include/
Dhdi_common_v1_1.h123 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h123 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
Dcommon.h113 int32_t rc; variable
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
Dhdi_common_v1_3.h164 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.h181 int32_t rc; variable
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp666 int rc; in CheckRegExp() local

12345678910>>...28