Searched defs:tech (Results 1 – 12 of 12) sorted by relevance
| /foundation/communication/nfc/interfaces/inner_api/src/tags/ |
| D | taginfo.cpp | 51 bool TagInfo::IsTechSupported(KITS::TagTechnology tech) in IsTechSupported() 77 std::string TagInfo::GetStringTech(int tech) in GetStringTech() 117 AppExecFwk::PacMap TagInfo::GetTechExtrasByTech(KITS::TagTechnology tech) in GetTechExtrasByTech()
|
| /foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getstringtech_fuzzer/ |
| D | getstringtech_fuzzer.cpp | 30 int tech = static_cast<int>(data[0]); in FuzzGetStringTech() local
|
| /foundation/communication/nfc/services/src/tags/ |
| D | tag_session_stub.cpp | 89 int tech = data.ReadInt32(); in HandleConnect() local 126 int tech = data.ReadInt32(); in HandleSetTimeout() local 140 int tech = data.ReadInt32(); in HandleGetTimeout() local 269 int tech = data.ReadInt32(); in HandleGetMaxTransceiveLength() local
|
| /foundation/communication/nfc/services/include/ |
| D | app_data_parser.h | 46 std::vector<std::string> tech; // technology, such as NfcA/NfcB/IsoDep. member
|
| /foundation/communication/nfc/test/fuzztest/tags_test/taginfo/istechsupported_fuzzer/ |
| D | istechsupported_fuzzer.cpp | 59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzIsTechSupported() local
|
| /foundation/communication/nfc/test/fuzztest/tags_test/taginfo/setconnectedtagtech_fuzzer/ |
| D | setconnectedtagtech_fuzzer.cpp | 59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzGetTechExtrasByTech() local
|
| /foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbytech_fuzzer/ |
| D | gettechextrasbytech_fuzzer.cpp | 59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzGetTechExtrasByTech() local
|
| /foundation/communication/nfc/services/src/nci_adapter/ |
| D | tag_nci_adapter.cpp | 170 tNFA_STATUS TagNciAdapter::Connect(int discId, int protocol, int tech) in Connect() 248 bool TagNciAdapter::SendReselectReqIfNeed(int protocol, int tech) in SendReselectReqIfNeed() 303 bool TagNciAdapter::Reconnect(int discId, int protocol, int tech, bool restart) in Reconnect() 778 int tech[MAX_NUM_TECHNOLOGY]; in GetTechFromData() local 855 std::string TagNciAdapter::GetTechPollForTypeB(tNFC_RF_TECH_PARAMS nfcRfTechParams, int tech) in GetTechPollForTypeB()
|
| D | tag_host.cpp | 267 void TagHost::RemoveTech(int tech) in RemoveTech() 536 void TagHost::AddNdefTechToTagInfo(int tech, int discId, int actProto, AppExecFwk::PacMap pacMap) in AddNdefTechToTagInfo()
|
| /foundation/communication/nfc/services/src/ |
| D | app_data_parser.cpp | 262 std::string tech = uri.type.substr(0, pos); in UpdateTagAppList() local
|
| /foundation/communication/nfc/frameworks/js/napi/tag/ |
| D | nfc_napi_foreground_dispatch.cpp | 233 napi_value tech; in CreateResult() local
|
| D | nfc_napi_tag_sesstion.cpp | 67 napi_value tech; in GetTagInfo() local
|