Home
last modified time | relevance | path

Searched defs:nfcHalSoName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp39 string nfcHalSoName = NFC_HAL_SO_PREFIX + chipType + NFC_HAL_SO_SUFFIX; in GetNfcHalSoName() local
112 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(string nfcHalSoName, string suffix) in InitNfcHalInterfaces()
180 string nfcHalSoName = GetNfcHalSoName(chipType); in NfcVendorAdaptions() local
/ohos5.0/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.cpp116 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(std::string nfcHalSoName, std::string suffix) in InitNfcHalInterfaces()