Home
last modified time | relevance | path

Searched refs:OnQueryAppInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dquery_app_info_callback_stub.cpp36 bool QueryAppInfoCallbackStub::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo() function in OHOS::NFC::QueryAppInfoCallbackStub
129 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
135 OnQueryAppInfo(type, techList, hceAppList, elementNameList); in RemoteQueryAppInfo()
H A Dquery_app_info_callback_stub.h39 …bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppL…
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.h28 …bool OnQueryAppInfo(std::string type, std::vector<int> techList, std::vector<AAFwk::Want> &hceAppL…
H A Dquery_app_info_callback_proxy.cpp29 bool QueryAppInfoCallbackProxy::OnQueryAppInfo(std::string type, std::vector<int> techList, in OnQueryAppInfo() function in OHOS::NFC::QueryAppInfoCallbackProxy
/ohos5.0/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> …
/ohos5.0/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> &hceAppL… in OnQueryAppInfo() function in OHOS::IQueryAppInfoCallbackImpl
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp513 queryApplicationByVendor_->OnQueryAppInfo(KEY_TAG_APP, discTechList, hceAppList, elements); in GetVendorDispatchTagAppsByTech()
555 …queryApplicationByVendor_->OnQueryAppInfo(KEY_HCE_APP, techList, vendorHceAppAndAidList, elementNa… in GetHceAppsFromVendor()