Home
last modified time | relevance | path

Searched refs:eps (Results 1 - 7 of 7) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h144 void SetEndpoints(const std::vector<USBEndpoint> &eps) in SetEndpoints() argument
146 endpoints_ = eps; in SetEndpoints()
/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp288 std::vector<USBEndpoint> eps; in ParseInterfaceDescriptor() local
294 eps.push_back(ep); in ParseInterfaceDescriptor()
297 interface.SetEndpoints(eps); in ParseInterfaceDescriptor()
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp253 std::vector<USBEndpoint> eps; in GetDeviceInterfacesMessageParcel() local
254 if (int32_t ret = GetDeviceEndpointsMessageParcel(data, eps); ret != UEC_OK) { in GetDeviceInterfacesMessageParcel()
259 for (size_t j = 0; j < eps.size(); ++j) { in GetDeviceInterfacesMessageParcel()
260 eps[j].SetInterfaceId(interface.GetId()); in GetDeviceInterfacesMessageParcel()
262 interface.SetEndpoints(eps); in GetDeviceInterfacesMessageParcel()
269 int32_t UsbServerProxy::GetDeviceEndpointsMessageParcel(MessageParcel &data, std::vector<USBEndpoint> &eps) in GetDeviceEndpointsMessageParcel() argument
291 eps.push_back(ep); in GetDeviceEndpointsMessageParcel()
H A Dusb_srv_stub.cpp958 int32_t UsbServerStub::SetDeviceEndpointsMessageParcel(std::vector<USBEndpoint> &eps, MessageParcel &data) in SetDeviceEndpointsMessageParcel() argument
960 for (auto it = eps.begin(); it != eps.end(); ++it) { in SetDeviceEndpointsMessageParcel()
/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h103 int32_t GetDeviceEndpointsMessageParcel(MessageParcel &data, std::vector<USBEndpoint> &eps);
H A Dusb_server_stub.h86 int32_t SetDeviceEndpointsMessageParcel(std::vector<USBEndpoint> &eps, MessageParcel &data);
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp204 static bool ParseEndpointsObjs(const napi_env env, const napi_value interfaceObj, std::vector<USBEndpoint> &eps) in ParseEndpointsObjs() argument
223 eps.push_back(ep); in ParseEndpointsObjs()
326 std::vector<USBEndpoint> eps; in ParseInterfaceObj() local
328 bool ret = ParseEndpointsObjs(env, interfaceObj, eps); in ParseInterfaceObj()
334 interface = UsbInterface(id, protocol, clzz, subClass, alternateSetting, name, eps); in ParseInterfaceObj()

Completed in 10 milliseconds