Searched refs:elementNameList (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | query_app_info_callback_stub.cpp | 37 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 D | query_app_info_callback_stub.h | 40 std::vector<AppExecFwk::ElementName> &elementNameList) override;
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | query_app_info_callback_proxy.cpp | 28 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 D | query_app_info_callback_proxy.h | 29 std::vector<AppExecFwk::ElementName> &elementNameList) override;
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | iquery_app_info_callback.h | 33 std::vector<AppExecFwk::ElementName> &elementNameList) = 0;
|
/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/ |
H A D | appdataparser_fuzzer.cpp | 38 std::vector<AppExecFwk::ElementName> &elementNameList) override
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | app_data_parser.cpp | 554 std::vector<AppExecFwk::ElementName> elementNameList {}; in GetHceAppsFromVendor() 555 queryApplicationByVendor_->OnQueryAppInfo(KEY_HCE_APP, techList, vendorHceAppAndAidList, elementNameList); in GetHceAppsFromVendor()
|
Completed in 4 milliseconds