Home
last modified time | relevance | path

Searched defs:aid (Results 1 - 18 of 18) sorted by relevance

/foundation/ai/ai_engine/test/function/plugin_label/
H A Dplugin_label_test.cpp48 static void TestPluginLabel(const std::string &aid, long long &version, std::string &libPath) in TestPluginLabel() argument
/foundation/ai/ai_engine/services/server/plugin_manager/include/
H A Dplugin_manager.h33 std::string aid; member
[all...]
/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Dplugin_label.cpp56 int PluginLabel::GetLibPath(const std::string &aid, long long &version, std::string &libPath) in GetLibPath() argument
H A Dplugin_manager.cpp25 int PluginManager::GetPlugin(const std::string &aid, long long version, std::shared_ptr<Plugin> &plugin) in GetPlugin() argument
65 void PluginManager::DelPluginByAID(const std::string &aid) in DelPluginByAID() argument
80 LoadPlugin(const std::string &aid, long long version, std::shared_ptr<Plugin> &plugin) LoadPlugin() argument
99 UnloadPlugin(const std::string &aid, long long version) UnloadPlugin() argument
[all...]
H A Dplugin.cpp32 HandleGuard(const std::string &aid, void *handle) : aid_(aid), handle_(handle) in HandleGuard() argument
53 Plugin::Plugin(const std::string &aid, long long version) in Plugin() argument
/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dengine_manager.h34 std::string aid; member
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dstart_hce_info_parcelable.cpp39 std::string aid; in StartHceInfoParcelable() local
/foundation/ai/ai_engine/test/function/plugin_manager/
H A Dplugin_manager_test.cpp50 static void TestPluginManager(std::string aid, bool isExceptedLoadPluginSuccess) in TestPluginManager() argument
71 static void TestPluginManagerUnloadPlugin(std::string aid) in TestPluginManagerUnloadPlugin() argument
/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h40 std::string aid; member
H A Dhost_card_emulation_manager.cpp81 std::string aid = ParseSelectAid(data); in OnHostCardEmulationDataNfcA() local
163 void HostCardEmulationManager::HandleDataOnW4Select(const std::string& aid, ElementName& aidElement, in HandleDataOnW4Select() argument
198 void HostCardEmulationManager::HandleDataOnDataTransfer(const std::string& aid, ElementName& aidElement, in HandleDataOnDataTransfer() argument
[all...]
H A Dce_service.cpp136 std::string aid = entry.aid; in InitConfigAidRouting() local
390 SearchElementByAid(const std::string &aid, ElementName &aidElement) SearchElementByAid() argument
467 IsPaymentAid(const std::string &aid, const AppDataParser::HceAppAidInfo &hceApp) IsPaymentAid() argument
[all...]
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine_manager.cpp60 std::string aid = GetAlgorithmIdByType(algoInfo.algorithmType); in StartEngine() local
121 const std::string aid = plugin->GetAid(); in StopEngine() local
[all...]
/foundation/communication/nfc/services/include/
H A Disodep_card_handler.h29 std::string aid; member
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp595 std::string aid = ""; in HWTEST_F() local
611 std::string aid = "123"; in HWTEST_F() local
/foundation/communication/nfc/services/src/tag/
H A Disodep_card_handler.cpp113 cJSON *aid = cJSON_GetObjectItemCaseSensitive(cardInfoEach, KEY_APDU_AID.c_str()); in GetEachCardInfoFromJson() local
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dexternal_deps_proxy_test.cpp395 std::string aid = ""; in HWTEST_F() local
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp533 void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceAppsByAid() argument
H A Dexternal_deps_proxy.cpp214 void ExternalDepsProxy::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::HceAppAidInfo>& hceApps) in GetHceAppsByAid() argument

Completed in 12 milliseconds