Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 89) sorted by relevance

1234

/drivers/hdf_core/framework/model/input/driver/
Devent_hub.h24 uint32_t code; 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()
Devent_hub.c39 void PushOnePackage(InputDevice *inputDev, uint32_t type, uint32_t code, int32_t value) in PushOnePackage()
/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
Ddevsvcmanagerstub_fuzzer.cpp64 static bool DevsvcManagerFuzzTest(int32_t code, const uint8_t *data, size_t size) in DevsvcManagerFuzzTest()
111 int32_t code = servmgrCode[i]; in LLVMFuzzerTestOneInput() local
/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
Ddevmgrservicestub_fuzzer.cpp61 static bool AttachDeviceHostFuzzTest(int32_t code, const uint8_t *data, size_t size) in AttachDeviceHostFuzzTest()
108 int32_t code = g_devMgrCode[i]; in LLVMFuzzerTestOneInput() local
/drivers/peripheral/wlan/hal/src/
Dwifi_hal_ap_feature.c39 static int32_t SetCountryCodeInner(const struct IWiFiAp *apFeature, const char *code, uint32_t len) in SetCountryCodeInner()
57 static int32_t HalSetCountryCode(const struct IWiFiAp *apFeature, const char *code, uint32_t len) in HalSetCountryCode()
/drivers/external_device_manager/interfaces/innerkits/
Demit_event_types.h22 uint16_t code; member
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
Dindex.js53 function myKey(type, code) { argument
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
Ddisplay_device_callback_stub.cpp19uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) in OnRemoteRequest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydevice_fuzzer/
Dquerydevice_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::QUERY_DEVICE); in QueryDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/emitevent_fuzzer/
Demitevent_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::INPUT_EMIT_EVENT); in EmitEventFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/unbinddevice_fuzzer/
Dunbinddevice_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::UNBIND_DEVICE); in UnBindDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/createdevice_fuzzer/
Dcreatedevice_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::INPUT_CREATE_DEVICE); in CreateDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/destroydevice_fuzzer/
Ddestroydevice_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::INPUT_DESTROY_DEVICE); in DestroyDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/binddevice_fuzzer/
Dbinddevice_fuzzer.cpp34 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::BIND_DEVICE); in BindDeviceFuzzTest() local
/drivers/peripheral/camera/test/fuzztest/stream_operator/
Dstream_operator_fuzzer.cpp26 uint32_t code = U32_AT(rawData); in CameraStreamOperatorFuzzTest() local
/drivers/peripheral/camera/test/fuzztest/offline_stream_operator/
Doffline_stream_operator_fuzzer.cpp26 uint32_t code = U32_AT(rawData); in CameraOfflineStreamOperatorFuzzTest() local
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_remote_adapter.cpp39 int HdfRemoteServiceStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
88 static int HdfRemoteAdapterOptionalDispatch(struct HdfRemoteService *service, int code, in HdfRemoteAdapterOptionalDispatch()
124 int code, HdfSBuf *data, HdfSBuf *reply) in HdfRemoteAdapterDispatch()
130 int code, HdfSBuf *data, HdfSBuf *reply) in HdfRemoteAdapterDispatchAsync()
415 int code, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfRemoteAdapterDefaultDispatch()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevice_token_stub.c24 struct HdfObject *stub, int code, struct HdfSBuf *data, struct HdfSBuf *reply) in DeviceTokenStubDispatch()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecomx_fuzzer/
Dcodec_fuzzer.cpp48 uint32_t code = Convert2Uint32(rawData); in CodecFuzzTest() local
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dservstat_listener_stub.cpp27uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) in OnRemoteRequest()
/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
Dthermalhdistub_fuzz.cpp42 uint32_t code; in ThermalStubFuzzTest() local
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
Dcodec_fuzzer.cpp46 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/motion/test/fuzztest/motion_fuzzer/
Dmotion_fuzzer.cpp46 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/vibrator/test/fuzztest/vibrator_fuzzer/
Dvibrator_fuzzer.cpp46 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
Dusbdevice_fuzzer.cpp49 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local

1234