Home
last modified time | relevance | path

Searched refs:GetDispatchTagAppsByTech (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp64 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
77 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
106 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
121 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
135 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
181 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
196 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
211 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
229 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
245 …std::vector<ElementName> getDispatchTagAppsByTech = externalDepsProxy->GetDispatchTagAppsByTech(di…
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dapp_data_parser_test.cpp79 ASSERT_TRUE(parser.GetDispatchTagAppsByTech(discTechList).size() == 0);
105 ASSERT_TRUE(parser.GetDispatchTagAppsByTech(discTechList).size() >= 0);
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.cpp34 std::vector<ElementName> ExternalDepsProxy::GetDispatchTagAppsByTech(std::vector<int> discTechList) in GetDispatchTagAppsByTech() function in OHOS::NFC::ExternalDepsProxy
36 return AppDataParser::GetInstance().GetDispatchTagAppsByTech(discTechList); in GetDispatchTagAppsByTech()
H A Dapp_data_parser.h70 std::vector<ElementName> GetDispatchTagAppsByTech(std::vector<int> discTechList);
H A Dexternal_deps_proxy.h49 std::vector<ElementName> GetDispatchTagAppsByTech(std::vector<int> discTechList);
H A Dtag_ability_dispatcher.cpp95 …std::vector<ElementName> elements = AppDataParser::GetInstance().GetDispatchTagAppsByTech(techList… in DispatchTagAbility()
H A Dapp_data_parser.cpp466 std::vector<ElementName> AppDataParser::GetDispatchTagAppsByTech(std::vector<int> discTechList) in GetDispatchTagAppsByTech() function in OHOS::NFC::AppDataParser
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp82 appDataParser.GetDispatchTagAppsByTech(discTechList); in FuzzGetDispatchTagAppsByTech()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp77 ExternalDepsProxy::GetInstance().GetDispatchTagAppsByTech(discTechList); in FuzzGetDispatchTagAppsByTech()