Home
last modified time | relevance | path

Searched refs:Set (Results 1 - 11 of 11) sorted by relevance

/drivers/interface/camera/sequenceable/map_data/
H A Dmap_data_sequenceable.cpp61 ret = sequenceData->Set(key, type, parcel.ReadInt32()); in Unmarshalling()
65 ret = sequenceData->Set(key, type, parcel.ReadInt64()); in Unmarshalling()
69 ret = sequenceData->Set(key, type, parcel.ReadDouble()); in Unmarshalling()
73 ret = sequenceData->Set(key, type, parcel.ReadString()); in Unmarshalling()
80 HDI_CAMERA_LOGE("Set extra data failed, return %{public}d", ret); in Unmarshalling()
152 int32_t MapDataSequenceable::Set(const std::string &key, int32_t value) in Set() function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
154 return Set(key, MapDataType::I32, value); in Set()
157 int32_t MapDataSequenceable::Set(const std::string &key, int64_t value) in Set() function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
159 return Set(key, MapDataType::I64, value); in Set()
162 int32_t MapDataSequenceable::Set(cons function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
167 int32_t MapDataSequenceable::Set(const std::string &key, const std::string& value) Set() function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
191 int32_t MapDataSequenceable::Set(const std::string &key, MapDataType type, const std::any& val) Set() function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
[all...]
H A Dmap_data_sequenceable.h42 int32_t Set(const std::string &key, int32_t value);
43 int32_t Set(const std::string &key, int64_t value);
44 int32_t Set(const std::string &key, double value);
45 int32_t Set(const std::string &key, const std::string& value);
60 int32_t Set(const std::string &key, MapDataType type, const std::any& val);
/drivers/peripheral/camera/test/hdi/sequenceable_test/src/
H A Dcamera_hdi_sequenceable_test.cpp52 // Get and Set Test in HWTEST_F()
55 ret= mapDataSequenceable->Set("i32Temp", i32Temp0); in HWTEST_F()
63 ret = mapDataSequenceable->Set("i64Temp", i64Temp0); in HWTEST_F()
71 ret = mapDataSequenceable->Set("doubleTemp", doubleTemp0); in HWTEST_F()
79 ret = mapDataSequenceable->Set("stringTemp", stringTemp0); in HWTEST_F()
/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h85 int32_t (*Set)(const struct AudioKcontrol *kcontrol, const struct AudioCtrlElemValue *elemValue); member
/drivers/hdf_core/framework/support/platform/include/timer/
H A Dtimer_core.h65 int32_t (*Set)(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb); member
/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c259 audioSapmControls[index].Set = AudioCodecSapmSetCtrlOps; in CodecSetSapmKcontrolInfo()
266 audioSapmControls[index].Set = AudioCodecSapmSetEnumCtrlOps; in CodecSetSapmKcontrolInfo()
361 codeData->controls[index].Set = AudioCodecSetCtrlOps; in CodecSetKcontrolInfo()
370 codeData->controls[index].Set = AudioCodecSetEnumCtrlOps; in CodecSetKcontrolInfo()
452 codeData->controls[index].Set = setCtrl; in CodecSetCtlFunc()
H A Daudio_dai_base.c122 data->controls[index].Set = AudioCpuDaiSetCtrlOps; in DaiSetConfigInfoOfControls()
/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c381 if (kctrl == NULL || kctrl->Set == NULL) { in ControlHostElemWrite()
382 ADM_LOG_ERR("itemname: %s iface: %d kctrl or Set not support!", elemValue.id.itemName, elemValue.id.iface); in ControlHostElemWrite()
386 result = kctrl->Set(kctrl, &elemValue); in ControlHostElemWrite()
/drivers/hdf_core/framework/support/platform/src/timer/
H A Dtimer_core.c80 if ((cntrl->ops->Set != NULL) && (cntrl->ops->Set(cntrl, useconds, cb) != HDF_SUCCESS)) { in TimerCntrlSet()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c1291 .Set = AudioUsbmixerCtlFeatureSet,
1299 .Set = AudioUsbMixerCtlFeatureMultSet,
1308 .Set = NULL,
1827 .Set = AudioUsbMixerCtlSelectorSet,
/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c659 control->Set = ctrl->Set; in AudioAddControl()

Completed in 10 milliseconds