Home
last modified time | relevance | path

Searched defs:cList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp22 void HosV4L2Control::V4L2VidiocSCtrl (int fd, int ret, struct v4l2_ext_control* cList, int count) in V4L2VidiocSCtrl()
49 struct v4l2_ext_control cList[numControls]; in V4L2SetCtrls() local
76 v4l2_ext_control *cList, std::vector<DeviceControl>& control) in V4L2VidiocGExtCtrls()
110 struct v4l2_ext_control cList[numControls]; in V4L2GetCtrls() local
/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_test_common.cpp84 int32_t InitCertList(struct CertList **cList) in InitCertList()
336 bool FindCertAbstract(const struct CertAbstract *abstract, const struct CertList *cList) in FindCertAbstract()
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp27 int32_t CertManagerAdapterImpl::InitCertList(struct CertList **cList) in InitCertList()