Home
last modified time | relevance | path

Searched refs:GetHceApps (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dapp_data_parser_test.cpp110 * @tc.desc: Test AppDataParserTest GetHceApps.
117 appDataParser.GetHceApps(hceApps); in HWTEST_F()
H A Dexternal_deps_proxy_test.cpp406 * @tc.desc: Test ExternalDepsProxyTest GetHceApps.
413 externalDepsProxy->GetHceApps(hceApps); in HWTEST_F()
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h79 void GetHceApps(std::vector<HceAppAidInfo> &hceApps);
H A Dexternal_deps_proxy.h94 void GetHceApps(std::vector<AppDataParser::HceAppAidInfo> &hceApps);
H A Dexternal_deps_proxy.cpp219 void ExternalDepsProxy::GetHceApps(std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceApps() function in OHOS::NFC::ExternalDepsProxy
221 AppDataParser::GetInstance().GetHceApps(hceApps); in GetHceApps()
H A Dapp_data_parser.cpp549 WarnLog("AppDataParser::GetHceApps queryApplicationByVendor_ is nullptr."); in GetHceAppsFromVendor()
657 void AppDataParser::GetHceApps(std::vector<HceAppAidInfo> &hceApps) in GetHceApps() function in OHOS::NFC::AppDataParser
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp182 ExternalDepsProxy::GetInstance().GetHceApps(hceApps); in BuildAidEntries()

Completed in 5 milliseconds