Home
last modified time | relevance | path

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

12345

/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/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
Dbatteryhdi_fuzz.cpp52 uint8_t code; in Register() local
66 uint8_t code; in UnRegister() local
120 uint8_t code; in GetHealthState() local
133 uint8_t code; in GetPluggedType() local
146 uint8_t code; in GetChargeState() local
159 uint8_t code; in GetPresent() local
172 uint8_t code; in GetTechnology() local
233 uint8_t code; in GetBatteryInfo() 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()
113 int32_t code = g_devMgrCode[i]; in LLVMFuzzerTestOneInput() local
/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()
115 int32_t code = servmgrCode[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/peripheral/usb/hdi_service/src/
Dusb_report_sys_event.cpp24 …UsbReportSysEvent::ReportUsbRecognitionFailSysEvent(const std::string &operationType, int32_t code, in ReportUsbRecognitionFailSysEvent()
/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/unbinddevice_fuzzer/
Dunbinddevice_fuzzer.cpp35 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::UNBIND_DEVICE); in UnBindDeviceFuzzTest() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
Dindex.js54 function myKey(type, code) { argument
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/binddevice_fuzzer/
Dbinddevice_fuzzer.cpp35 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::BIND_DEVICE); in BindDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydeviceinfo_fuzzer/
Dquerydeviceinfo_fuzzer.cpp40 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::QUERY_DEVICE_INFO); in QueryDeviceInfoFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/notifyusbperipheralfault_fuzzer/
Dnotifyusbperipheralfault_fuzzer.cpp35 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::NOTIFY_USB_PERIPHERAL_FAULT); in NotifyUsbPeripheralFaultFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydriverinfo_fuzzer/
Dquerydriverinfo_fuzzer.cpp40 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::QUERY_DRIVER_INFO); in QueryDriverInfoFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydevice_fuzzer/
Dquerydevice_fuzzer.cpp35 int32_t code = static_cast<uint32_t>(DriverExtMgrInterfaceCode::QUERY_DEVICE); in QueryDeviceFuzzTest() local
/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/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_remote_adapter.cpp41 int HdfRemoteServiceStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
108 static int HdfRemoteAdapterOptionalDispatch(struct HdfRemoteService *service, int code, in HdfRemoteAdapterOptionalDispatch()
147 int code, HdfSBuf *data, HdfSBuf *reply) in HdfRemoteAdapterDispatch()
153 int code, HdfSBuf *data, HdfSBuf *reply) in HdfRemoteAdapterDispatchAsync()
493 int code, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfRemoteAdapterDefaultDispatch()
/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/input/test/fuzztest/input_fuzzer/
Dinput_fuzzer.cpp46 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
Dthermalhdistub_fuzz.cpp43 uint32_t code; in ThermalStubFuzzTest() local
/drivers/peripheral/usb/test/fuzztest/usbdevice_fuzzer/
Dusbdevice_fuzzer.cpp49 uint32_t code = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/wlan/test/fuzztest/chip_fuzzer/
Dchip_fuzzer.cpp39 uint32_t code; in WifiChipStubFuzzTest() local
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/
Dbatteryhdistub_fuzz.cpp43 uint32_t code; in BatteryStubFuzzTest() local
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfacestub_fuzzer/
Dpin_auth_interface_stub_fuzzer.cpp45 for (uint32_t code = HDI_PIN_AUTH_CODE_MIN; code <= HDI_PIN_AUTH_CODE_MAX; code++) { in PinAuthInterfaceStubFuzzTest() local
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
Duser_auth_hdi_stub_fuzzer.cpp61 for (uint32_t code = USER_AUTH_HDI_CODE_MIN; code < USER_AUTH_HDI_CODE_MAX; code++) { in UserAuthHdiStubFuzzTest() local

12345