Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp82 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::RemoteExecutorProxy
136 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 …]
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_executor_proxy.h31 class RemoteExecutorProxy : public std::enable_shared_from_this<RemoteExecutorProxy> {
33 RemoteExecutorProxy(std::string connectionName, ExecutorInfo registerInfo);
34 virtual ~RemoteExecutorProxy();
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h69 std::shared_ptr<RemoteExecutorProxy> remoteExecutorProxy_ = nullptr;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp81 auto remoteExecutorProxy = MakeShared<RemoteExecutorProxy>(connectionName, regiregisterInfo); in RemoteExecutorProxyFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp158 … remoteExecutorProxy_ = Common::MakeShared<RemoteExecutorProxy>(connectionName_, executorInfos[0]); in StartAuth()