Home
last modified time | relevance | path

Searched refs:nfcExtHandle (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp46 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in GetChipType()
47 if (nfcExtHandle == nullptr) { in GetChipType()
52 (dlsym(nfcExtHandle, EXT_GET_CHIP_TYPE_FUNC_NAME.c_str())); in GetChipType()
54 (dlsym(nfcExtHandle, EXT_GET_SUFFIX_FUNC_NAME.c_str())); in GetChipType()
66 nfcExtHandle = dlopen(VENDOR_NFC_EXT_SERVICE_LIB.c_str(), RTLD_LAZY | RTLD_GLOBAL); in CheckFirmwareUpdate()
67 if (nfcExtHandle == nullptr) { in CheckFirmwareUpdate()
72 (dlsym(nfcExtHandle, EXT_SET_FW_UPDATE_CONFIG_FUNC_NAME.c_str())); in CheckFirmwareUpdate()
75 dlclose(nfcExtHandle); in CheckFirmwareUpdate()
76 nfcExtHandle = nullptr; in CheckFirmwareUpdate()
80 dlclose(nfcExtHandle); in CheckFirmwareUpdate()
[all...]
H A Dnfc_vendor_adaptions.h110 void *nfcExtHandle; // handle of nfc ext service member in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h49 void *nfcExtHandle; // handle of nfc ext service member in OHOS::HDI::Nfc::Mock
H A Dmock.cpp34 nfcExtHandle = nullptr; in NfcVendorAdaptions()

Completed in 2 milliseconds