Home
last modified time | relevance | path

Searched refs:GetVendorDispatchTagAppsByTech (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dapp_data_parser_test.cpp55 * @tc.desc: Test AppDataParserTest GetVendorDispatchTagAppsByTech.
62 std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in HWTEST_F()
77 std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in HWTEST_F()
92 std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in HWTEST_F()
119 std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in HWTEST_F()
H A Dexternal_deps_proxy_test.cpp83 * @tc.desc: Test ExternalDepsProxyTest GetVendorDispatchTagAppsByTech.
91 externalDepsProxy->GetVendorDispatchTagAppsByTech(discTechList); in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp92 appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in FuzzGetVendorDispatchTagAppsByTech1()
105 appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in FuzzGetVendorDispatchTagAppsByTech2()
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h72 std::vector<ElementName> GetVendorDispatchTagAppsByTech(std::vector<int>& discTechList);
H A Dexternal_deps_proxy.h51 std::vector<ElementName> GetVendorDispatchTagAppsByTech(std::vector<int> discTechList);
H A Dexternal_deps_proxy.cpp40 std::vector<ElementName> ExternalDepsProxy::GetVendorDispatchTagAppsByTech(std::vector<int> discTechList) in GetVendorDispatchTagAppsByTech() function in OHOS::NFC::ExternalDepsProxy
42 return AppDataParser::GetInstance().GetVendorDispatchTagAppsByTech(discTechList); in GetVendorDispatchTagAppsByTech()
H A Dtag_ability_dispatcher.cpp97 std::vector<ElementName> vendorElements = AppDataParser::GetInstance().GetVendorDispatchTagAppsByTech(techList); in DispatchTagAbility()
H A Dapp_data_parser.cpp505 std::vector<ElementName> AppDataParser::GetVendorDispatchTagAppsByTech(std::vector<int>& discTechList) in GetVendorDispatchTagAppsByTech() function in OHOS::NFC::AppDataParser
510 ErrorLog("AppDataParser::GetVendorDispatchTagAppsByTech queryApplicationByVendor_ is nullptr."); in GetVendorDispatchTagAppsByTech()

Completed in 6 milliseconds