Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/resources/base/element/
Dstring.json5 "value": "i am an entry for testModule" string
9 "value": "the testModule entry ability" string
13 "value": "NdkStageJsTest" string
17 "value": "my form" string
21 "value": "my whether" string
25 "value": "demo for test" string
29 "value": "Demo" string
33 "value": "form_description" string
37 "value": "form_label" string
41 "value": "Need permission" string
[all …]
/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/resources/base/element/
Dstring.json5 "value": "i am an entry for testModule" string
9 "value": "the testModule entry ability" string
13 "value": "NdkStageJsTest" string
17 "value": "my form" string
21 "value": "my whether" string
25 "value": "demo for test" string
29 "value": "Demo" string
33 "value": "form_description" string
37 "value": "form_label" string
41 "value": "Need permission" string
[all …]
/drivers/peripheral/audio/config/
Daudio_paths.json9 "value": 0 number
15 "value": 1 number
19 "value": 1 number
25 "value": 1 number
31 "value": 0 number
41 "value": 1 number
47 "value": 0 number
51 "value": 0 number
57 "value": 1 number
63 "value": 0 number
[all …]
Dalsa_paths.json9 "value": 2 number
15 "value": 3 number
21 "value": 1 number
31 "value": 2 number
37 "value": 3 number
43 "value": 1 number
53 "value": 10 number
63 "value": 7 number
69 "value": 8 number
75 "value": 1 number
[all …]
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp47 bool StringHelper::StartWith(const std::string &value, char prefix) in StartWith()
52 bool StringHelper::StartWith(const std::string &value, const std::string &prefix) in StartWith()
57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith()
65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith()
75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace()
91 std::string StringHelper::Replace(const std::string &value, const std::string &oldstr, const std::s… in Replace()
103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace()
114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace()
125 std::string StringHelper::SubStr(const std::string &value, size_t start, size_t end) in SubStr()
133 std::string StringHelper::StrToLower(const std::string &value) in StrToLower()
[all …]
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/corpus/
Dsample.json9 "value": 0 number
15 "value": 1 number
19 "value": 1 number
25 "value": 1 number
31 "value": 0 number
/drivers/peripheral/camera/test/mpi/src/
Ddfx_test.cpp63 char value[] = "on"; variable
90 char value[] = "on"; variable
115 char value[] = "on"; variable
144 char value[] = "on"; variable
175 char value[] = "on"; variable
206 char value[] = "on"; variable
249 char value[] = "on"; variable
271 char value[] = "on"; variable
335 char value[] = "on"; variable
385 char value[] = "on"; variable
[all …]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js96 changeDataNodeNotInherit(searchId, type, value) { argument
145 changecopyNode(searchId, type, value) { argument
179 changeNodeType(value) { argument
195 changedeleteNode(searchId, type, value) { argument
216 changeTempletNode(searchId, type, value) { argument
260 getNodeValue(v, value) { argument
290 validateNumber(value) { argument
306 changeDefineAttribute(searchId, type, value) { argument
347 onChange(searchId, type, value) { argument
380 callCallback(type, value) { argument
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_sbuf_impl_hipc.cpp66 static bool SbufMParcelImplWriteUint64(struct HdfSBufImpl *sbuf, uint64_t value) in SbufMParcelImplWriteUint64()
71 static bool SbufMParcelImplWriteUint32(struct HdfSBufImpl *sbuf, uint32_t value) in SbufMParcelImplWriteUint32()
76 static bool SbufMParcelImplWriteUint16(struct HdfSBufImpl *sbuf, uint16_t value) in SbufMParcelImplWriteUint16()
81 static bool SbufMParcelImplWriteUint8(struct HdfSBufImpl *sbuf, uint8_t value) in SbufMParcelImplWriteUint8()
86 static bool SbufMParcelImplWriteInt64(struct HdfSBufImpl *sbuf, int64_t value) in SbufMParcelImplWriteInt64()
91 static bool SbufMParcelImplWriteInt32(struct HdfSBufImpl *sbuf, int32_t value) in SbufMParcelImplWriteInt32()
96 static bool SbufMParcelImplWriteInt16(struct HdfSBufImpl *sbuf, int16_t value) in SbufMParcelImplWriteInt16()
101 static bool SbufMParcelImplWriteInt8(struct HdfSBufImpl *sbuf, int8_t value) in SbufMParcelImplWriteInt8()
106 static bool SbufMParcelImplWriteString(struct HdfSBufImpl *sbuf, const char *value) in SbufMParcelImplWriteString()
111 static bool SbufMParcelImplWriteString16(struct HdfSBufImpl *sbuf, const char16_t *value, uint32_t … in SbufMParcelImplWriteString16()
[all …]
/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c131 bool HdfSbufWriteUint64(struct HdfSBuf *sbuf, uint64_t value) in HdfSbufWriteUint64()
137 bool HdfSbufWriteUint32(struct HdfSBuf *sbuf, uint32_t value) in HdfSbufWriteUint32()
143 bool HdfSbufWriteUint16(struct HdfSBuf *sbuf, uint16_t value) in HdfSbufWriteUint16()
149 bool HdfSbufWriteUint8(struct HdfSBuf *sbuf, uint8_t value) in HdfSbufWriteUint8()
155 bool HdfSbufWriteInt64(struct HdfSBuf *sbuf, int64_t value) in HdfSbufWriteInt64()
161 bool HdfSbufWriteInt32(struct HdfSBuf *sbuf, int32_t value) in HdfSbufWriteInt32()
167 bool HdfSbufWriteInt16(struct HdfSBuf *sbuf, int16_t value) in HdfSbufWriteInt16()
173 bool HdfSbufWriteInt8(struct HdfSBuf *sbuf, int8_t value) in HdfSbufWriteInt8()
179 bool HdfSbufWriteString(struct HdfSBuf *sbuf, const char *value) in HdfSbufWriteString()
185 bool HdfSbufWriteString16(struct HdfSBuf *sbuf, const char16_t *value, uint32_t size) in HdfSbufWriteString16()
[all …]
Dhdf_sbuf_impl_raw.c253 static bool SbufRawImplWriteUint64(struct HdfSBufImpl *impl, uint64_t value) in SbufRawImplWriteUint64()
258 static bool SbufRawImplWriteUint32(struct HdfSBufImpl *impl, uint32_t value) in SbufRawImplWriteUint32()
263 static bool SbufRawImplWriteUint16(struct HdfSBufImpl *impl, uint16_t value) in SbufRawImplWriteUint16()
268 static bool SbufRawImplWriteUint8(struct HdfSBufImpl *impl, uint8_t value) in SbufRawImplWriteUint8()
273 static bool SbufRawImplWriteInt64(struct HdfSBufImpl *impl, int64_t value) in SbufRawImplWriteInt64()
278 static bool SbufRawImplWriteInt32(struct HdfSBufImpl *impl, int32_t value) in SbufRawImplWriteInt32()
283 static bool SbufRawImplWriteInt16(struct HdfSBufImpl *impl, int16_t value) in SbufRawImplWriteInt16()
288 static bool SbufRawImplWriteInt8(struct HdfSBufImpl *impl, int8_t value) in SbufRawImplWriteInt8()
314 static bool SbufRawImplWriteString(struct HdfSBufImpl *impl, const char *value) in SbufRawImplWriteString()
324 static bool SbufRawImplReadUint64(struct HdfSBufImpl *impl, uint64_t *value) in SbufRawImplReadUint64()
[all …]
/drivers/interface/display/composer/command_pack/
Dcommand_data_unpacker.h37 bool ReadUint64(uint64_t& value) in ReadUint64()
42 bool ReadUint32(uint32_t& value) in ReadUint32()
47 bool ReadUint8(uint8_t& value) in ReadUint8()
58 bool ReadInt32(int32_t& value) in ReadInt32()
63 bool ReadBool(bool& value) in ReadBool()
149 bool Read(T& value) in Read()
Dcommand_data_packer.h67 bool WriteUint64(uint64_t value) in WriteUint64()
72 bool WriteUint32(uint32_t value) in WriteUint32()
77 bool WriteUint8(uint8_t value) in WriteUint8()
82 bool WriteInt32(int32_t value) in WriteInt32()
87 bool WriteBool(bool value) in WriteBool()
200 bool Write(T value) in Write()
/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_tree_if.c31 uint8_t value; in HcsGetBool() local
45 #define RETURN_DEFAULT_VALUE(attr, attrName, value, def) do { … argument
56 int32_t HcsGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, ui… in HcsGetUint8()
69 int32_t HcsGetUint16(const struct DeviceResourceNode *node, const char *attrName, uint16_t *value, … in HcsGetUint16()
82 int32_t HcsGetUint32(const struct DeviceResourceNode *node, const char *attrName, uint32_t *value, … in HcsGetUint32()
95 int32_t HcsGetUint64(const struct DeviceResourceNode *node, const char *attrName, uint64_t *value, … in HcsGetUint64()
133 uint8_t *value, uint8_t def) in HcsGetUint8ArrayElem()
154 uint16_t *value, uint16_t def) in HcsGetUint16ArrayElem()
175 uint32_t *value, uint32_t def) in HcsGetUint32ArrayElem()
196 uint64_t *value, uint64_t def) in HcsGetUint64ArrayElem()
[all …]
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_attribute.h26 explicit ASTAttr(Attribute value = ASTAttr::NONE) : value_(value) {} in value_() argument
32 inline void SetValue(Attribute value) in SetValue()
60 explicit ASTParamAttr(ParamAttr value) : ASTNode(), value_(value) {} in ASTParamAttr()
/drivers/hdf_core/framework/model/input/driver/
Devent_hub.h25 int32_t value; member
32 static inline void ReportAbs(InputDevice *inputDev, uint32_t code, int32_t value) in ReportAbs()
37 static inline void ReportKey(InputDevice *inputDev, uint32_t code, int32_t value) in ReportKey()
42 static inline void ReportRel(InputDevice *inputDev, uint32_t code, int32_t value) in ReportRel()
/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile.cpp64 bool Decompile::ReadUint32(uint32_t &value) in ReadUint32()
69 bool Decompile::ReadUint8(uint8_t &value) in ReadUint8()
82 bool Decompile::ReadUint16(uint16_t &value) in ReadUint16()
95 bool Decompile::ReadUint64(uint64_t &value) in ReadUint64()
100 bool Decompile::ReadString(std::string &value) in ReadString()
126 uint8_t value = 0; in GetNextByteCode() local
183 auto value = RebuildObject(childOpCode); in RebuildTerm() local
/drivers/hdf_core/framework/include/osal/
Dosal_io.h54 #define OSAL_WRITEB(value, address) writeb(value, address) argument
64 #define OSAL_WRITEW(value, address) writew(value, address) argument
74 #define OSAL_WRITEL(value, address) writel(value, address) argument
/drivers/peripheral/camera/test/hdi/v1_1/src/
Dfront_camera_tag_uttest_v1_1.cpp36 bool g_isFrontTagValueExistsU8(std::shared_ptr<CameraMetadata> ability, uint32_t tag, uint8_t value) in g_isFrontTagValueExistsU8()
85 uint8_t value = entry.data.u8[i]; variable
133 uint8_t value = entry.data.u8[i]; variable
182 int32_t value = entry.data.i32[i]; variable
231 uint8_t value = entry.data.u8[i]; variable
Dcamera_tag_uttest_v1_1.cpp36 bool isTagValueExistsU8(std::shared_ptr<CameraMetadata> ability, uint32_t tag, uint8_t value) in isTagValueExistsU8()
54 void invalidParmTestU8(int tag, uint8_t value) in invalidParmTestU8()
66 void invalidParmTestI32(int tag, int32_t value) in invalidParmTestI32()
137 uint8_t value = entry.data.u8[i]; variable
184 uint8_t value = entry.data.u8[i]; variable
233 uint8_t value = entry.data.u8[i]; variable
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_config_controller.c26 uint16_t value = 0; in SensorOpsRead() local
35 static uint32_t GetSensorRegRealValueMask(struct SensorRegCfg *cfgItem, uint32_t *value, uint32_t b… in GetSensorRegRealValueMask()
55 uint8_t value[SENSOR_SHORT_VALUE_BUTT]; in SensorOpsWrite() local
94 uint32_t value = 0; in SensorOpsReadCheck() local
116 static int32_t SensorBitwiseCalculate(struct SensorRegCfg *cfgItem, uint32_t *value, uint32_t value… in SensorBitwiseCalculate()
152 uint32_t value = 0; in SensorOpsUpdateBitwise() local
196 uint8_t *value = NULL; in SensorOpsExtBuffWrite() local
/drivers/peripheral/vibrator/chipset/drv2605l/
Dvibrator_drv2605l_driver.c117 uint8_t value; in DetectDrv2605lDevice() local
151 uint8_t value[DRV2605L_VALUE_BUTT]; in InitDrv2605lChip() local
186 uint8_t value[DRV2605L_VALUE_BUTT]; in SetModulationParameter() local
221 uint8_t value[DRV2605L_VALUE_BUTT]; in StartModulationParameter() local
239 uint8_t value[DRV2605L_VALUE_BUTT]; in StopModulationParameter() local
/drivers/peripheral/user_auth/test/unittest/attribute_test/
Dattribute_test.cpp121 constexpr uint32_t value = 6036; variable
160 constexpr int32_t value = 6036; variable
199 constexpr uint64_t value = 6036; variable
227 Uint8Array value = { out.data(), size }; variable
241 Uint8Array value = {}; variable
311 Uint8Array value = { array.data(), static_cast<uint32_t>(array.size()) }; variable
334 Uint64Array value = { out.data(), size }; variable
348 Uint64Array value = {}; variable
417 Uint64Array value = { array.data(), static_cast<uint32_t>(array.size()) }; variable
495 std::vector<uint8_t> value; variable
[all …]
/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/hcs_fuzzer/
Dhcs_fuzzer.cpp70 uint8_t value = 0; in FuncHcsGetUint8() local
94 uint32_t value = 0; in FuncHcsGetUint32() local
118 uint64_t value = 0; in FuncHcsGetUint64() local
143 uint8_t value = 0; in FuncHcsGetUint8ArrayElem() local
168 uint16_t value = 0; in FuncHcsGetUint16ArrayElem() local
193 uint32_t value = 0; in FuncHcsGetUint32ArrayElem() local
218 uint64_t value = 0; in FuncHcsGetUint64ArrayElem() local
/drivers/peripheral/camera/test/hdi/metadata_test/src/
Dcamera_metadata_info_uttest.cpp171 int32_t value = 0; variable
187 int32_t value = 0; variable
207 int32_t value = 0; variable
254 int32_t value = 0; variable

12345678910>>...12