Lines Matching refs:status
183 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_OFF);
184 if (status != 0) {
185 HDF_LOGE("%{public}s:remove hdc config error = %{public}d", __func__, status);
193 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_ON);
194 if (status != 0) {
195 HDF_LOGE("%{public}s:add hdc config error = %{public}d", __func__, status);
199 status = SetParameter(PERSIST_SYS_USB_CONFIG, HDC_CONFIG_ON);
200 if (status != 0) {
201 HDF_LOGE("%{public}s:add hdc persist config error = %{public}d", __func__, status);
209 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_RNDIS);
210 if (status != 0) {
211 HDF_LOGE("%{public}s:add rndis config error = %{public}d", __func__, status);
219 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_STORAGE);
220 if (status != 0) {
221 HDF_LOGE("%{public}s:add storage config error = %{public}d", __func__, status);
225 status = SetParameter(PERSIST_SYS_USB_CONFIG, HDC_CONFIG_STORAGE);
226 if (status != 0) {
227 HDF_LOGE("%{public}s:add storage persist config error = %{public}d", __func__, status);
235 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_RNDIS_HDC);
236 if (status != 0) {
237 HDF_LOGE("%{public}s:add rndis hdc config error = %{public}d", __func__, status);
245 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_MANUFACTURE_HDC);
246 if (status != 0) {
247 HDF_LOGE("%{public}s:add manufacture hdc config error = %{public}d", __func__, status);
255 int32_t status = SetParameter(SYS_USB_CONFIG, HDC_CONFIG_STORAGE_HDC);
256 if (status != 0) {
257 HDF_LOGE("%{public}s:add storage hdc config error = %{public}d", __func__, status);