Home
last modified time | relevance | path

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

/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dquery_app_info_callback_stub.cpp37 std::vector<AAFwk::Want> &hceAppList, std::vector<AppExecFwk::ElementName> &elementNameList) in OnQueryAppInfo()
42 elementNameList = queryTagAppByTechCallback_(techList); in OnQueryAppInfo()
124 std::vector<AppExecFwk::ElementName> elementNameList; in RemoteQueryAppInfo() local
129 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
130 reply.WriteInt32(elementNameList.size()); in RemoteQueryAppInfo()
131 for (AppExecFwk::ElementName elementName : elementNameList) { in RemoteQueryAppInfo()
135 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
36 OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList, std::vector<AppExecFwk::ElementName> &elementNameList) OnQueryAppInfo() argument
H A Dquery_app_info_callback_stub.h40 std::vector<AppExecFwk::ElementName> &elementNameList) override;
/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.cpp28 std::vector<AAFwk::Want> &hceAppList, std::vector<AppExecFwk::ElementName> &elementNameList) in OnQueryAppInfo()
52 elementNameList.push_back(*AppExecFwk::ElementName::Unmarshalling(reply)); in OnQueryAppInfo()
27 OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList, std::vector<AppExecFwk::ElementName> &elementNameList) OnQueryAppInfo() argument
H A Dquery_app_info_callback_proxy.h29 std::vector<AppExecFwk::ElementName> &elementNameList) override;
/foundation/communication/nfc/interfaces/inner_api/common/
H A Diquery_app_info_callback.h33 std::vector<AppExecFwk::ElementName> &elementNameList) = 0;
/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp38 std::vector<AppExecFwk::ElementName> &elementNameList) override
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp554 std::vector<AppExecFwk::ElementName> elementNameList {}; in GetHceAppsFromVendor()
555 queryApplicationByVendor_->OnQueryAppInfo(KEY_HCE_APP, techList, vendorHceAppAndAidList, elementNameList); in GetHceAppsFromVendor()

Completed in 4 milliseconds