Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp123 using NewFuncType = INciNativeInterface *(*)(void); in NewInstance() typedef
126 auto newInterface = reinterpret_cast<NewFuncType>(dlsym(handle_, newInterfaceSymbol_.c_str())); in NewInstance()