Searched refs:RemoteExecutorProxy (Results 1 – 5 of 5) sorted by relevance
82 std::weak_ptr<RemoteExecutorProxy> callback_;87 explicit RemoteExecutorProxyMessageCallback(std::weak_ptr<RemoteExecutorProxy> callback) in RemoteExecutorProxyMessageCallback()125 std::weak_ptr<RemoteExecutorProxy> callback_;129 RemoteExecutorProxy::RemoteExecutorProxy(std::string connectionName, ExecutorInfo registerInfo) in RemoteExecutorProxy() function in OHOS::UserIam::UserAuth::RemoteExecutorProxy136 RemoteExecutorProxy::~RemoteExecutorProxy() in ~RemoteExecutorProxy()146 ResultCode RemoteExecutorProxy::Start() in Start()268 int32_t RemoteExecutorProxy::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()292 int32_t RemoteExecutorProxy::OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData()329 int32_t RemoteExecutorProxy::ProcSendDataMsg(Attributes &data) in ProcSendDataMsg()354 int32_t RemoteExecutorProxy::ProcFinishMsg(Attributes &data) in ProcFinishMsg()[all …]
31 class RemoteExecutorProxy : public std::enable_shared_from_this<RemoteExecutorProxy> {33 RemoteExecutorProxy(std::string connectionName, ExecutorInfo registerInfo);34 virtual ~RemoteExecutorProxy();
69 std::shared_ptr<RemoteExecutorProxy> remoteExecutorProxy_ = nullptr;
81 auto remoteExecutorProxy = MakeShared<RemoteExecutorProxy>(connectionName, regiregisterInfo); in RemoteExecutorProxyFuzzTest()
158 … remoteExecutorProxy_ = Common::MakeShared<RemoteExecutorProxy>(connectionName_, executorInfos[0]); in StartAuth()