Home
last modified time | relevance | path

Searched refs:INT32_MAX (Results 1 - 15 of 15) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_pnp_notify.h35 #ifndef INT32_MAX
36 #define INT32_MAX 0x7fffffff macro
/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dsample_driver.c24 #ifndef INT32_MAX
25 #define INT32_MAX 0x7fffffff macro
102 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
106 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h51 #ifndef INT32_MAX
52 #define INT32_MAX 0x7fffffff macro
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_test_pnp_notify.c37 #ifndef INT32_MAX
38 #define INT32_MAX 0x7fffffff macro
H A Dusb_pnp_notify.c109 if (idNum == INT32_MAX) { in UsbPnpNotifyCreateInfo()
919 if (!HdfSbufWriteInt32(reply, INT32_MAX)) { in UsbPnpNotifyDispatch()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c32 #ifndef INT32_MAX
33 #define INT32_MAX 0x7fffffff macro
115 if (replyData != INT32_MAX) { in TestPnpAdd()
139 if (replyData != INT32_MAX) { in TestPnpRemove()
H A Dusbhost_loader_test.c32 #ifndef INT32_MAX
33 #define INT32_MAX 0x7fffffff macro
/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c19 #ifndef INT32_MAX
20 #define INT32_MAX 0x7fffffff macro
208 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
212 HdfSbufWriteInt32(reply, INT32_MAX); in SampleDriverDispatch()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c192 int32_t ret = DdkSysfsReadProperty(deviceDir, "devnum", &value, INT32_MAX); in DdkSysfsGetDevice()
194 ret += DdkSysfsReadProperty(deviceDir, "busnum", &value, INT32_MAX); in DdkSysfsGetDevice()
H A Dusb_raw_api_library.c1601 if (replyData != INT32_MAX) { in RawInitPnpService()
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c400 if (pinCredentialInfo.remainTimes > INT32_MAX) { in SetResultDataInfo()
407 if (pinCredentialInfo.freezeTime > INT32_MAX) { in SetResultDataInfo()
408 pinCredentialInfo.freezeTime = INT32_MAX; in SetResultDataInfo()
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp66 return INT32_MAX; in GetDescriptorLength()
79 if (descriptorLen == INT32_MAX) { in ParseDescriptor()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c70 if (idNum == INT32_MAX) { in UsbPnpNotifyCreateInfo()
834 if (!HdfSbufWriteInt32(reply, INT32_MAX)) { in UsbPnpNotifyDispatch()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_sbuf_test.cpp401 ret = HdfSbufWriteInt32(sBuf, INT32_MAX); in HWTEST_F()
415 ASSERT_EQ(val, INT32_MAX); in HWTEST_F()
H A Dhdf_ioservice_test.cpp196 } else if (replyData != INT32_MAX) { in SendEvent()

Completed in 14 milliseconds