Home
last modified time | relevance | path

Searched defs:data (Results 476 - 500 of 913) sorted by relevance

1...<<11121314151617181920>>...37

/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dpin_auth_interface_driver.cpp36 int32_t PinAuthInterfaceDriverDispatch(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, in PinAuthInterfaceDriverDispatch() argument
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp139 uint8_t *data = new (std::nothrow) uint8_t(dataLen); in HWTEST_F() local
/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c110 static void ShowData(const float *data, int64_t timesTamp, const struct SensorDevelopmentList sensorNode, in ShowData() argument
155 float *data in SensorShowData() local
163 float *data = (float *)(eventDumpList->listDumpArr[pos - 1].data); SensorShowData() local
172 DevHostSensorDump(struct HdfSBuf *data, struct HdfSBuf *reply) DevHostSensorDump() argument
[all...]
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_pnp_listener_mgr.c74 struct HdfSBuf *data = HdfSbufTypedObtain(SBUF_IPC); in DdkListenerMgrNotifyOne() local
/drivers/peripheral/usb/gadget/function/include/
H A Ddata_fifo.h34 void *data; member
38 static inline void DataFifoInit(struct DataFifo *fifo, uint32_t size, void *data) in DataFifoInit() argument
85 static inline uint32_t DataFifoWrite(struct DataFifo *fifo, uint8_t *data, uint32_t size) in DataFifoWrite() argument
99 static inline uint32_t DataFifoRead(struct DataFifo *fifo, uint8_t *data, uint32_ argument
[all...]
/drivers/peripheral/usb/gadget/function/usbfn/
H A Ddev_usbfn.c61 static int32_t UsbFnRegistUsbfnDevice(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbFnRegistUsbfnDevice() argument
98 UsbFnDispatch( struct HdfDeviceIoClient *client, int32_t cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) UsbFnDispatch() argument
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_interface_driver.cpp36 UsbInterfaceDriverDispatch( struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) UsbInterfaceDriverDispatch() argument
/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp108 const char *data[] = { in HWTEST_F() local
138 const char *data[] = { in HWTEST_F() local
169 string data; in HWTEST_F() local
263 const char *data[] = { HWTEST_F() local
291 const char *data[] = { HWTEST_F() local
320 string data; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dbuffer.c86 Buffer *CreateBufferByData(const uint8_t *data, const uint32_t dataSize) in CreateBufferByData() argument
172 ResultCode GetBufferData(const Buffer *buffer, uint8_t *data, uint32_t *dataSize) in GetBufferData() argument
/drivers/peripheral/vibrator/test/fuzztest/vibratorplayhapticpattern_fuzzer/
H A Dvibratorplayhapticpattern_fuzzer.cpp42 bool VibratorPlayHapticPatternTest(const uint8_t* data, size_t size) in VibratorPlayHapticPatternTest() argument
91 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/motion/hdi_service/
H A Dmotion_if_service.cpp166 int32_t MotionIfService::SetMotionConfig(int32_t motionType, const std::vector<uint8_t>& data) in SetMotionConfig() argument
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
H A Dmotion_fuzzer.cpp58 MessageParcel data; in DoSomethingInterestingWithMyAPI() local
83 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c47 static ResultCode GetVersion(uint8_t *data, uint32_t dataLen, uint32_t *version) in GetVersion() argument
66 static void *LoadAndUpdatePinDb(uint8_t *data, uint32_t dataLen) in LoadAndUpdatePinDb() argument
104 static ResultCode ReadPinDbData(uint8_t **data, uint32_t *dataLen) in ReadPinDbData() argument
144 uint8_t *data = NULL; ReadPinDb() local
[all...]
H A Dpin_db_ops_base.c102 ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile() argument
130 ResultCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile() argument
/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/
H A Dpowerhdi_fuzz.cpp62 static void PowerHdiFuzzTest(const uint8_t *data, size_t size) in PowerHdiFuzzTest() argument
106 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/
H A Dpowerhdistub_fuzz.cpp60 static void PowerStubFuzzTest(const uint8_t *data, size_t size) in PowerStubFuzzTest() argument
94 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/secure_element/hdi_service/
H A Dse_interface_driver.cpp41 static int32_t SeInterfaceDriverDispatch(struct HdfDeviceIoClient* client, int cmdId, struct HdfSBuf* data, in SeInterfaceDriverDispatch() argument
/drivers/peripheral/sensor/chipset/als/
H A Dals_bh1750.c26 static int32_t ReadBh1750RawData(struct SensorCfgData *data, struct BH1750AlsData *rawData, uint64_t *timestamp) in ReadBh1750RawData() argument
62 static int32_t ReadBh1750Data(struct SensorCfgData *data) in ReadBh1750Data() argument
90 InitBh1750(struct SensorCfgData *data) InitBh1750() argument
104 DispatchBH1750(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBH1750() argument
[all...]
/drivers/peripheral/sensor/chipset/pedometer/
H A Dpedometer_bmi160.c26 static int32_t ReadBmi160PedometerRawData(struct SensorCfgData *data, struct PedometerData *rawData, in ReadBmi160PedometerRawData() argument
55 static int32_t ReadBmi160PedometerData(struct SensorCfgData *data) in ReadBmi160PedometerData() argument
89 InitBmi160(struct SensorCfgData *data) InitBmi160() argument
116 DispatchBMI160(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchBMI160() argument
[all...]
/drivers/peripheral/sensor/test/fuzztest/sensor_fuzzer/
H A Dsensor_fuzzer.cpp57 MessageParcel data; in DoSomethingInterestingWithMyAPI() local
80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/sensor/test/performance/common/
H A Dhdf_sensor_performance_test.cpp43 float *data = reinterpret_cast<float*>(event->data); in SensorTestDataCallback() local
/drivers/peripheral/usb/test/fuzztest/usb_fuzzer/
H A Dusb_fuzzer.cpp60 MessageParcel data; in DoSomethingInterestingWithMyAPI() local
83 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/usb/test/fuzztest/usbddk_fuzzer/
H A Dusbddk_fuzzer.cpp61 MessageParcel data; in DoSomethingInterestingWithMyAPI() local
84 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
H A Dusbhost_fuzzer.cpp60 MessageParcel data; in DoSomethingInterestingWithMyAPI() local
109 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_serial_func_test.cpp146 const string data = "abc"; in HWTEST_F() local
169 const string data[] = {"0123456789", "Z", "0!a@1#b$2%c^3&D*4(E)5-F_", ""}; HWTEST_F() local
195 string data; HWTEST_F() local
229 const string data = "abc"; HWTEST_F() local
251 const string data[] = {"0123456789", "Z", "0!a@1#b$2%c^3&D*4(E)5-F_", ""}; HWTEST_F() local
276 string data; HWTEST_F() local
421 const string data = "abc"; HWTEST_F() local
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...37