Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp43 g_hceAppAndAidMap.clear(); in AppDataParser()
107 g_hceAppAndAidMap.size()); in HandleAppRemovedEvent()
256 for (iter = g_hceAppAndAidMap.begin(); iter != g_hceAppAndAidMap.end(); ++iter) { in GetMatchedHceKeyElement()
353 g_hceAppAndAidMap.push_back(hceAppAidInfo); in UpdateHceAppList()
413 for (iter = g_hceAppAndAidMap.begin(); iter != g_hceAppAndAidMap.end(); ++iter) { in RemoveHceAppInfo()
417 g_hceAppAndAidMap.erase(iter); in RemoveHceAppInfo()
462 g_tagAppAndTechMap.size(), g_hceAppAndAidMap.size(), g_offHostAppAndAidMap.size()); in InitAppList()
535 for (const HceAppAidInfo& appAidInfo : g_hceAppAndAidMap) { in GetHceAppsByAid()
659 for (const HceAppAidInfo &appAidInfo : g_hceAppAndAidMap) { in GetHceApps()
679 for (const AppDataParser::HceAppAidInfo &appAidInfo : g_hceAppAndAidMap) { in IsHceApp()
[all …]
H A Dapp_data_parser.h62 std::vector<HceAppAidInfo> g_hceAppAndAidMap; variable