Home
last modified time | relevance | path

Searched refs:SetDeviceInterfacesMessageParcel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_stub.h82 …int32_t SetDeviceInterfacesMessageParcel(std::vector<UsbInterface> &interfaces, MessageParcel &dat…
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp920 int32_t ret = SetDeviceInterfacesMessageParcel(config.GetInterfaces(), data); in SetDeviceConfigsMessageParcel()
928 int32_t UsbServerStub::SetDeviceInterfacesMessageParcel(std::vector<UsbInterface> &interfaces, Mess… in SetDeviceInterfacesMessageParcel() function in OHOS::USB::UsbServerStub