Searched refs:hceAppList (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() 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 D | query_app_info_callback_stub.h | 39 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/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() 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 D | query_app_info_callback_proxy.h | 28 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | iquery_app_info_callback.h | 32 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 D | appdataparser_fuzzer.cpp | 37 bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppList,
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | app_data_parser.cpp | 508 std::vector<AAFwk::Want> hceAppList {}; in GetVendorDispatchTagAppsByTech() 513 queryApplicationByVendor_->OnQueryAppInfo(KEY_TAG_APP, discTechList, hceAppList, elements); in GetVendorDispatchTagAppsByTech()
|
Completed in 3 milliseconds