Home
last modified time | relevance | path

Searched defs:techList (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp214 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId); in GetTagInfoFromTag() local
226 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId); in GetTagInfoParcelableFromTag() local
248 std::vector<int> techList = nciTagProxy_.lock()->GetTechList(tagDiscId); in DispatchTag() local
/ohos5.0/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()
126 std::vector<int> techList; in RemoteQueryAppInfo() local
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp46 std::vector<int> techList = tagInfo->GetTagTechList(); in SetWantExtraParam() local
94 std::vector<int> techList = tagInfo->GetTagTechList(); in DispatchTagAbility() local
H A Dnfc_hisysevent.cpp54 void NfcHisysEvent::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent()
H A Dexternal_deps_proxy.cpp156 void ExternalDepsProxy::WriteTagFoundHiSysEvent(const std::vector<int>& techList) in WriteTagFoundHiSysEvent()
H A Dapp_data_parser.cpp552 std::vector<int> techList {}; in GetHceAppsFromVendor() local
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.cpp29 bool QueryAppInfoCallbackProxy::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo()
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_host_test.cpp68 std::vector<int> techList = tag_->GetTechList(); variable
/ohos5.0/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> &hceAppL… in OnQueryAppInfo()
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp156 std::vector<int> techList = tagInfo_->GetTagTechList(); variable
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp272 std::vector<int> techList; variable
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session_stub.cpp197 std::vector<int> techList = GetTechList(tagRfDiscId); in HandleGetTechList() local
H A Dtag_session.cpp202 std::vector<int> techList; in GetTechList() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp55 std::vector<int> techList = tagInfo.lock()->GetTagTechList(); in GetTagInfo() local
H A Dnfc_napi_foreground_dispatch.cpp253 std::vector<int> techList = tagInfo.GetTechList(); in CreateResult() local