Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h81 struct USBFunctionAsyncContext : USBAsyncContext { struct
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1031 USBFunctionAsyncContext *asyncContext = reinterpret_cast<USBFunctionAsyncContext *>(data); in __anon2b6789b40502()
1037 USBFunctionAsyncContext *asyncContext = reinterpret_cast<USBFunctionAsyncContext *>(data); in __anon2b6789b40602()
1076 auto asyncContext = new (std::nothrow) USBFunctionAsyncContext(); in CoreSetCurrentFunctions()