/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | query_app_info_callback_stub.cpp | 36 bool QueryAppInfoCallbackStub::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo() argument 42 elementNameList = queryTagAppByTechCallback_(techList); in OnQueryAppInfo() 126 std::vector<int> techList; in RemoteQueryAppInfo() local 128 data.ReadInt32Vector(&techList); in RemoteQueryAppInfo() 129 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo() 135 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
|
H A D | query_app_info_callback_stub.h | 39 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | tag_ability_dispatcher.cpp | 46 std::vector<int> techList = tagInfo->GetTagTechList(); in SetWantExtraParam() local 47 for (size_t i = 0; i < techList.size(); i++) { in SetWantExtraParam() 49 if (techList[i] == static_cast<int>(TagTechnology::NFC_A_TECH)) { in SetWantExtraParam() 52 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_B_TECH)) { in SetWantExtraParam() 55 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_F_TECH)) { in SetWantExtraParam() 58 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_V_TECH)) { in SetWantExtraParam() 61 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_ISODEP_TECH)) { in SetWantExtraParam() 64 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_MIFARE_ULTRALIGHT_TECH)) { in SetWantExtraParam() 67 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_NDEF_TECH)) { in SetWantExtraParam() 94 std::vector<int> techList in DispatchTagAbility() local [all...] |
H A D | nfc_hisysevent.cpp | 54 void NfcHisysEvent::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent() argument 61 for (size_t i = 0; i < techList.size(); i++) { in WriteTagFoundHiSysEvent() 62 std::string discStrTech = KITS::TagInfo::GetStringTech(techList[i]); in WriteTagFoundHiSysEvent()
|
H A D | nfc_hisysevent.h | 75 static void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
|
H A D | external_deps_proxy.h | 80 void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
|
H A D | external_deps_proxy.cpp | 156 void ExternalDepsProxy::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent() argument 158 NfcHisysEvent::WriteTagFoundHiSysEvent(techList); in WriteTagFoundHiSysEvent()
|
H A D | app_data_parser.cpp | 552 std::vector<int> techList {}; in GetHceAppsFromVendor() 555 queryApplicationByVendor_->OnQueryAppInfo(KEY_HCE_APP, techList, vendorHceAppAndAidList, elementNameList); in GetHceAppsFromVendor()
|
/foundation/communication/nfc/services/src/tag/ |
H A D | tag_dispatcher.cpp | 218 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId);
in GetTagInfoFromTag() local 223 techList.size(), tagTechExtras.size(), tagDiscId);
in GetTagInfoFromTag() 224 return std::make_shared<KITS::TagInfo>(techList, tagTechExtras, tagUid, tagDiscId,
in GetTagInfoFromTag() 230 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId);
in GetTagInfoParcelableFromTag() local 235 techList.size(), tagTechExtras.size(), tagDiscId);
in GetTagInfoParcelableFromTag() 238 KITS::TagInfoParcelable* tagInfo = new (std::nothrow) KITS::TagInfoParcelable(techList, tagTechExtras,
in GetTagInfoParcelableFromTag() 252 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId);
in DispatchTag() local 254 ExternalDepsProxy::GetInstance().WriteTagFoundHiSysEvent(techList);
in DispatchTag()
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | query_app_info_callback_proxy.cpp | 27 bool QueryAppInfoCallbackProxy::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo() argument 41 data.WriteInt32Vector(techList); in OnQueryAppInfo()
|
H A D | query_app_info_callback_proxy.h | 28 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | iquery_app_info_callback.h | 32 virtual bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/ |
H A D | tag_host_test.cpp | 68 std::vector<int> techList = tag_->GetTechList(); in HWTEST_F() local 69 EXPECT_FALSE(techList.empty()); in HWTEST_F()
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | external_deps_proxy_test.cpp | 272 std::vector<int> techList; in HWTEST_F() local 274 externalDepsProxy->WriteTagFoundHiSysEvent(techList); in HWTEST_F() 275 techList = {1, 2}; in HWTEST_F() 276 externalDepsProxy->WriteTagFoundHiSysEvent(techList); in HWTEST_F()
|
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_sesstion.cpp | 55 std::vector<int> techList = tagInfo.lock()->GetTagTechList(); in GetTagInfo() local 65 napi_create_array_with_length(env, techList.size(), &techValue); in GetTagInfo() 66 for (uint32_t i = 0; i < techList.size(); i++) { in GetTagInfo() 68 napi_create_uint32(env, techList[i], &tech); in GetTagInfo()
|
H A D | nfc_napi_foreground_dispatch.cpp | 236 // set extrasData[i] empty if no tech matches to keep one-to-one mapping of techList and extras
in SetTagExtraData() 253 std::vector<int> techList = tagInfo.GetTechList();
in CreateResult() local 258 napi_create_array_with_length(env, techList.size(), &techValue);
in CreateResult() 259 for (uint32_t i = 0; i < techList.size(); i++) {
in CreateResult() 261 napi_create_uint32(env, techList[i], &tech);
in CreateResult()
|
/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | tag_info_test.cpp | 156 std::vector<int> techList = tagInfo_->GetTagTechList();
in HWTEST_F() local 157 techList_ = std::move(techList);
in HWTEST_F() 158 ASSERT_TRUE(techList.size() == 0);
in HWTEST_F()
|
/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/ |
H A D | appdataparser_fuzzer.cpp | 37 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 202 std::vector<int> techList;
in GetTechList() local 206 return techList;
in GetTechList()
|
H A D | tag_session_stub.cpp | 197 std::vector<int> techList = GetTechList(tagRfDiscId);
in HandleGetTechList() local 198 reply.WriteInt32Vector(techList);
in HandleGetTechList()
|