Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp95 nfcHalHandle = nullptr; in ResetNfcInterface()
114 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()
117 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()
123 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()
129 (dlsym(nfcHalHandle, (HAL_OPEN_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
132 (dlsym(nfcHalHandle, (HAL_WRITE_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
135 (dlsym(nfcHalHandle, (HAL_CORE_INIT_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
138 (dlsym(nfcHalHandle, (HAL_PRE_DISC_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
141 (dlsym(nfcHalHandle, (HAL_CLOSE_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
150 (dlsym(nfcHalHandle, (HAL_IOCTL_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()
[all …]
H A Dnfc_vendor_adaptions.h107 void *nfcHalHandle; // handle of nfc hal so variable
/ohos5.0/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h46 void *nfcHalHandle; // handle of nfc hal so variable
H A Dmock.cpp22 nfcHalHandle = nullptr; in NfcVendorAdaptions()