Home
last modified time | relevance | path

Searched refs:appDataParser (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dapp_data_parser_test.cpp61 AppDataParser appDataParser = AppDataParser::GetInstance(); variable
62 … std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList);
75 AppDataParser appDataParser = AppDataParser::GetInstance(); variable
76 appDataParser.RegQueryApplicationCb(callback);
77 … std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList);
90 AppDataParser appDataParser = AppDataParser::GetInstance(); variable
91 appDataParser.RegCardEmulationNotifyCb(callback);
92 … std::vector<ElementName> elementName = appDataParser.GetVendorDispatchTagAppsByTech(discTechList);
103 AppDataParser appDataParser = AppDataParser::GetInstance(); variable
116 AppDataParser appDataParser = AppDataParser::GetInstance(); variable
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp77 AppDataParser& appDataParser = AppDataParser::GetInstance(); in FuzzGetDispatchTagAppsByTech() local
82 appDataParser.GetDispatchTagAppsByTech(discTechList); in FuzzGetDispatchTagAppsByTech()
87 AppDataParser& appDataParser = AppDataParser::GetInstance(); in FuzzGetVendorDispatchTagAppsByTech1() local
92 appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in FuzzGetVendorDispatchTagAppsByTech1()
97 AppDataParser& appDataParser = AppDataParser::GetInstance(); in FuzzGetVendorDispatchTagAppsByTech2() local
104 appDataParser.RegQueryApplicationCb(iQueryAppInfoCallbackImpl); in FuzzGetVendorDispatchTagAppsByTech2()
105 appDataParser.GetVendorDispatchTagAppsByTech(discTechList); in FuzzGetVendorDispatchTagAppsByTech2()
110 AppDataParser& appDataParser = AppDataParser::GetInstance(); in FuzzGetNotifyCardEmulationCallback() local
114 appDataParser.GetNotifyCardEmulationCallback(); in FuzzGetNotifyCardEmulationCallback()
119 AppDataParser& appDataParser = AppDataParser::GetInstance(); in FuzzIsBundleInstalled() local
[all …]