Home
last modified time | relevance | path

Searched refs:FindListener (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture_factory.cpp170 IFutureListener *listener = FindListener(response->GetTransactionId()); in ProcessResponse()
194 IFutureListener *FutureFactory::FindListener(long long transactionId) in FindListener() function in OHOS::AI::FutureFactory
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dfuture_factory.h87 IFutureListener *FindListener(long long transactionId);
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dremote_connect_listener_manager.h41 std::shared_ptr<ConnectionListener> FindListener(const std::string &connectionName,
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_listener_manager.cpp90 std::shared_ptr<ConnectionListener> RemoteConnectListenerManager::FindListener(const std::string &c… in FindListener() function in OHOS::UserIam::UserAuth::RemoteConnectListenerManager
H A Dsoft_bus_base_socket.cpp319 RemoteConnectListenerManager::GetInstance().FindListener(connectionName, destEndPoint); in ProcessMessage()