Home
last modified time | relevance | path

Searched refs:techList (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dquery_app_info_callback_stub.cpp36 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 Dquery_app_info_callback_stub.h39 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp46 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 Dnfc_hisysevent.cpp54 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 Dnfc_hisysevent.h75 static void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
H A Dexternal_deps_proxy.h80 void WriteTagFoundHiSysEvent(const std::vector<int> &techList);
H A Dexternal_deps_proxy.cpp156 void ExternalDepsProxy::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent() argument
158 NfcHisysEvent::WriteTagFoundHiSysEvent(techList); in WriteTagFoundHiSysEvent()
H A Dapp_data_parser.cpp552 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 Dtag_dispatcher.cpp218 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 Dquery_app_info_callback_proxy.cpp27 bool QueryAppInfoCallbackProxy::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo() argument
41 data.WriteInt32Vector(techList); in OnQueryAppInfo()
H A Dquery_app_info_callback_proxy.h28 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/interfaces/inner_api/common/
H A Diquery_app_info_callback.h32 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 Dtag_host_test.cpp68 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 Dexternal_deps_proxy_test.cpp272 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 Dnfc_napi_tag_sesstion.cpp55 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 Dnfc_napi_foreground_dispatch.cpp236 // 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 Dtag_info_test.cpp156 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 Dappdataparser_fuzzer.cpp37 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp202 std::vector<int> techList; in GetTechList() local
206 return techList; in GetTechList()
H A Dtag_session_stub.cpp197 std::vector<int> techList = GetTechList(tagRfDiscId); in HandleGetTechList() local
198 reply.WriteInt32Vector(techList); in HandleGetTechList()

Completed in 12 milliseconds