Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp127 …auto deleteInterface = reinterpret_cast<DeleteFuncType>(dlsym(handle_, deleteInterfaceSymbol_.c_st… in NewInstance() local
128 if (!newInterface || !deleteInterface) { in NewInstance()
134 return std::shared_ptr<INciNativeInterface>(newInterface(), deleteInterface); in NewInstance()