Home
last modified time | relevance | path

Searched refs:chipType (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/connected_nfc_tag/vendor_adapter/
H A Dconnected_nfc_tag_vendor_adapter.cpp63 const char* chipType = getChipFunc(); in GetNfcChipType() local
64 if (chipType == nullptr || chipType[0] == '\0') { in GetNfcChipType()
65 HDF_LOGW("%{public}s: chipType Invalid", __func__); in GetNfcChipType()
66 chipType = ""; in GetNfcChipType()
69 HDF_LOGE("%{public}s: end chipType %{public}s", __func__, chipType); in GetNfcChipType()
71 std::string strChipType = chipType; in GetNfcChipType()
/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp37 static string GetNfcHalSoName(const std::string &chipType) in GetNfcHalSoName() argument
39 string nfcHalSoName = NFC_HAL_SO_PREFIX + chipType + NFC_HAL_SO_SUFFIX; in GetNfcHalSoName()
84 string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &chipType) in GetNfcHalFuncNameSuffix() argument
88 suffix = string(nfcExtInf.getNfcHalFuncNameSuffix(chipType.c_str())); in GetNfcHalFuncNameSuffix()
179 string chipType = GetChipType(); in NfcVendorAdaptions() local
180 string nfcHalSoName = GetNfcHalSoName(chipType); in NfcVendorAdaptions()
181 string nfcHalFuncNameSuffix = GetNfcHalFuncNameSuffix(chipType); in NfcVendorAdaptions()
H A Dnfc_vendor_adaptions.h77 const char* (*getNfcHalFuncNameSuffix)(const char* chipType);
101 std::string GetNfcHalFuncNameSuffix(const std::string &chipType);
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h41 std::string GetNfcHalFuncNameSuffix(const std::string &chipType);
H A Dmock.cpp106 std::string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &chipType) in GetNfcHalFuncNameSuffix() argument

Completed in 3 milliseconds