Home
last modified time | relevance | path

Searched refs:GetHceAppsByAid (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h77 void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps);
H A Dexternal_deps_proxy.h93 void GetHceAppsByAid(const std::string &aid, 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() function in OHOS::NFC::ExternalDepsProxy
216 AppDataParser::GetInstance().GetHceAppsByAid(aid, hceApps); in GetHceAppsByAid()
H A Dapp_data_parser.cpp533 void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceAppsByAid() function in OHOS::NFC::AppDataParser
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp390 * @tc.desc: Test ExternalDepsProxyTest GetHceAppsByAid.
398 externalDepsProxy->GetHceAppsByAid(aid, hceApps); in HWTEST_F()
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp404 ExternalDepsProxy::GetInstance().GetHceAppsByAid(aid, hceApps); in SearchElementByAid()

Completed in 7 milliseconds