Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp47 using GetMtpImplFunc = void*(*)(); typedef
58 static GetMtpImplFunc g_getMtpImpl = nullptr;
80 g_getMtpImpl = reinterpret_cast<GetMtpImplFunc>(funcPtr); in InitGetMtpImpl()