Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp181 std::vector<AppDataParser::HceAppAidInfo> hceApps; in BuildAidEntries() local
182 ExternalDepsProxy::GetInstance().GetHceApps(hceApps); in BuildAidEntries()
183 InfoLog("AddAidRoutingHceOtherAids: hce apps size %{public}zu", hceApps.size()); in BuildAidEntries()
184 for (const AppDataParser::HceAppAidInfo &appAidInfo : hceApps) { in BuildAidEntries()
403 std::vector<AppDataParser::HceAppAidInfo> hceApps; in SearchElementByAid() local
404 ExternalDepsProxy::GetInstance().GetHceAppsByAid(aid, hceApps); in SearchElementByAid()
405 if (hceApps.empty()) { in SearchElementByAid()
410 if (hceApps.size() == 1) { in SearchElementByAid()
411 ElementName element = hceApps[0].element; in SearchElementByAid()
417 for (const AppDataParser::HceAppAidInfo &hceApp : hceApps) { in SearchElementByAid()
444 HandleOtherAidConflicted(const std::vector<AppDataParser::HceAppAidInfo> &hceApps) HandleOtherAidConflicted() argument
[all...]
H A Dce_service.h99 void HandleOtherAidConflicted(const std::vector<AppDataParser::HceAppAidInfo> &hceApps);
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h77 void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
79 void GetHceApps(std::vector<HceAppAidInfo> &hceApps);
104 void GetHceAppsFromVendor(std::vector<HceAppAidInfo> &hceApps);
H A Dapp_data_parser.cpp533 void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceAppsByAid() argument
538 hceApps.push_back(appAidInfo); in GetHceAppsByAid()
546 void AppDataParser::GetHceAppsFromVendor(std::vector<HceAppAidInfo> &hceApps) in GetHceAppsFromVendor() argument
576 hceApps.push_back(*appAidInfo); in GetHceAppsFromVendor()
583 std::vector<HceAppAidInfo> hceApps; in GetPaymentAbilityInfosFromVendor() local
585 GetHceAppsFromVendor(hceApps); in GetPaymentAbilityInfosFromVendor()
586 DebugLog("The hceApps len %{public}lu", hceApps.size()); in GetPaymentAbilityInfosFromVendor()
592 for (auto& appAidInfo : hceApps) { in GetPaymentAbilityInfosFromVendor()
629 std::vector<HceAppAidInfo> hceApps; in IsHceAppFromVendor() local
657 GetHceApps(std::vector<HceAppAidInfo> &hceApps) GetHceApps() argument
[all...]
H A Dexternal_deps_proxy.h93 void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
94 void GetHceApps(std::vector<AppDataParser::HceAppAidInfo> &hceApps);
H A Dexternal_deps_proxy.cpp214 void ExternalDepsProxy::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceAppsByAid() argument
216 AppDataParser::GetInstance().GetHceAppsByAid(aid, hceApps); in GetHceAppsByAid()
219 void ExternalDepsProxy::GetHceApps(std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceApps() argument
221 AppDataParser::GetInstance().GetHceApps(hceApps); in GetHceApps()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dapp_data_parser_test.cpp115 std::vector<AppDataParser::HceAppAidInfo> hceApps; in HWTEST_F() local
117 appDataParser.GetHceApps(hceApps); in HWTEST_F()
H A Dexternal_deps_proxy_test.cpp396 std::vector<AppDataParser::HceAppAidInfo> hceApps; in HWTEST_F() local
398 externalDepsProxy->GetHceAppsByAid(aid, hceApps); in HWTEST_F()
411 std::vector<AppDataParser::HceAppAidInfo> hceApps; in HWTEST_F() local
413 externalDepsProxy->GetHceApps(hceApps); in HWTEST_F()

Completed in 5 milliseconds