Home
last modified time | relevance | path

Searched refs:hceAppList (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()
48 hceAppList = queryHceAppCallback_(); in OnQueryAppInfo()
125 std::vector<AAFwk::Want> hceAppList; in RemoteQueryAppInfo() local
129 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
135 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
136 int appLen = static_cast<int>(hceAppList.size()); in RemoteQueryAppInfo()
139 hceAppList[i].Marshalling(reply); 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.h39 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/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()
68 hceAppList.push_back(*(AAFwk::Want::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.h28 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/interfaces/inner_api/common/
H A Diquery_app_info_callback.h32 virtual bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp37 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp508 std::vector<AAFwk::Want> hceAppList {}; in GetVendorDispatchTagAppsByTech()
513 queryApplicationByVendor_->OnQueryAppInfo(KEY_TAG_APP, discTechList, hceAppList, elements); in GetVendorDispatchTagAppsByTech()

Completed in 3 milliseconds