| /base/useriam/pin_auth/test/unittest/src/ |
| D | pin_auth_driver_hdi_unit_test.cpp | 82 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable 98 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable 116 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable 134 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable 155 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable 181 sptr<MockIPinAuthInterface> interface = new (std::nothrow) MockIPinAuthInterface(); variable
|
| /base/useriam/face_auth/test/unittest/ |
| D | face_auth_driver_hdi_unit_test.cpp | 82 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable 98 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable 116 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable 134 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable 155 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable 181 sptr<MockIFaceAuthInterface> interface = new (std::nothrow) MockIFaceAuthInterface(); variable
|
| /base/usb/usb_manager/test/native/service_unittest/src/ |
| D | usb_bulkcallback_test.cpp | 128 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 176 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 224 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 274 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 324 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 374 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 424 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 477 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 530 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 585 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable [all …]
|
| D | usb_request_test.cpp | 92 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 136 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 181 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 224 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 267 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 313 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 360 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 408 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 456 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable 507 UsbInterface interface = device.GetConfigs().front().GetInterfaces().at(1); variable [all …]
|
| D | usb_device_pipe_test.cpp | 376 UsbInterface interface = device.GetConfigs().front().GetInterfaces().front(); variable 415 UsbInterface interface = device.GetConfigs().front().GetInterfaces().front(); variable 456 UsbInterface interface = device.GetConfigs().front().GetInterfaces().front(); variable 973 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().front(); variable 1008 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().front(); variable 1043 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().at(1); variable 1078 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().at(1); variable 1113 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().front(); variable 1150 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().front(); variable 1187 UsbInterface interface = devi.front().GetConfigs().front().GetInterfaces().at(1); variable [all …]
|
| D | usb_event_test.cpp | 165 UsbInterface interface; variable
|
| /base/usb/usb_manager/interfaces/innerkits/native/src/ |
| D | usb_device_pipe.cpp | 43 int32_t USBDevicePipe::ClaimInterface(const UsbInterface &interface, bool force) in ClaimInterface() 48 int32_t USBDevicePipe::ReleaseInterface(const UsbInterface &interface) in ReleaseInterface() 68 int32_t USBDevicePipe::SetInterface(const UsbInterface &interface) in SetInterface()
|
| D | usb_srv_client.cpp | 211 int32_t UsbSrvClient::ClaimInterface(USBDevicePipe &pipe, const UsbInterface &interface, bool force) in ClaimInterface() 221 int32_t UsbSrvClient::ReleaseInterface(USBDevicePipe &pipe, const UsbInterface &interface) in ReleaseInterface() 269 int32_t UsbSrvClient::SetInterface(USBDevicePipe &pipe, const UsbInterface &interface) in SetInterface()
|
| /base/usb/usb_manager/test/fuzztest/common/src/ |
| D | usb_common_fuzz.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().at(1); in UsbMgrPrepareFuzzEnv() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrrequestfree_fuzzer/ |
| D | usbmgrrequestfree_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrRequestFreeFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrrequestqueue_fuzzer/ |
| D | usbmgrrequestqueue_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrRequestQueueFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrpiperequestwait_fuzzer/ |
| D | usbmgrpiperequestwait_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrPipeRequestWaitFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrsetinterface_fuzzer/ |
| D | usbmgrsetinterface_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrSetInterfaceFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrreleaseinterface_fuzzer/ |
| D | usbmgrreleaseinterface_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrReleaseInterfaceFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrcontroltransfer_fuzzer/ |
| D | usbmgrcontroltransfer_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrControlTransferFuzzTest() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrbulktransfer_fuzzer/ |
| D | usbmgrbulktransfer_fuzzer.cpp | 42 UsbInterface interface = devList.front().GetConfigs().front().GetInterfaces().front(); in UsbMgrBulkTransferFuzzTest() local
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_descriptor_parser.cpp | 103 UsbInterface interface; in ParseConfigDescriptor() local 119 const uint8_t *buffer, uint32_t length, uint32_t &cursor, UsbInterface &interface) in ParseInterfaceDescriptor()
|
| /base/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_config.h | 67 bool GetInterface(uint32_t index, UsbInterface &interface) const in GetInterface() 138 const UsbInterface &interface = interfaces_[i]; in ToString() local
|
| D | usb_interface.h | 46 explicit UsbInterface(const Json::Value &interface) in UsbInterface() 181 Json::Value interface; in ToJson() local
|
| /base/usb/usb_manager/services/zidl/src/ |
| D | usb_srv_stub.cpp | 345 uint8_t interface = 0; in DoClaimInterface() local 360 uint8_t interface = 0; in DoReleaseInterface() local 372 uint8_t interface = 0; in DoBulkTransferRead() local 400 uint8_t interface = 0; in DoBulkTransferWrite() local 719 UsbInterface interface = *it; in SetDeviceInterfacesMessageParcel() local 756 uint8_t interface = 0; in DoRegBulkCallback() local 777 uint8_t interface = 0; in DoUnRegBulkCallback() local 797 uint8_t interface = 0; in DoBulkRead() local 818 uint8_t interface = 0; in DoBulkWrite() local 839 uint8_t interface = 0; in DoBulkCancel() local
|
| D | usb_srv_proxy.cpp | 217 UsbInterface interface; in GetDeviceInterfacesMessageParcel() local 552 int32_t UsbServerProxy::ClaimInterface(uint8_t busNum, uint8_t devAddr, uint8_t interface, uint8_t … in ClaimInterface() 575 int32_t UsbServerProxy::ReleaseInterface(uint8_t busNum, uint8_t devAddr, uint8_t interface) in ReleaseInterface()
|
| /base/usb/usb_manager/test/native/js_unittest/ |
| D | UsbDevicePipeJsunitEx.test.js | 117 interface: null, property
|
| D | UsbDevicePipeJsunit.test.js | 114 interface: null, property
|
| /base/security/device_security_level/oem_property/ohos/impl/ |
| D | external_interface_adapter.c | 62 const DeviceGroupManager *interface = GetGmInstance(); in GetPkInfoListStr() local
|
| /base/usb/usb_manager/interfaces/kits/js/napi/src/ |
| D | usb_info.cpp | 261 … void ParseInterfaceObj(const napi_env env, const napi_value interfaceObj, UsbInterface &interface) in ParseInterfaceObj() 305 UsbInterface interface; in ParseInterfacesObjs() local 845 UsbInterface interface; in PipeClaimInterface() local 882 UsbInterface interface; in PipeReleaseInterface() local 914 UsbInterface interface; in PipeSetInterface() local
|