Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp33 class RemoteExecutorProxyCallback : public ExecutorRegisterCallback, public NoCopyable { class
35 …explicit RemoteExecutorProxyCallback(std::weak_ptr<RemoteExecutorProxy> callback) : callback_(call… in RemoteExecutorProxyCallback() function in OHOS::UserIam::UserAuth::RemoteExecutorProxyCallback
38 ~RemoteExecutorProxyCallback() override = default;
158 executorCallback_ = Common::MakeShared<RemoteExecutorProxyCallback>(weak_from_this()); in Start()