Searched refs:RemoteExecutorProxyCallback (Results 1 – 1 of 1) sorted by relevance
33 class RemoteExecutorProxyCallback : public ExecutorRegisterCallback, public NoCopyable { class35 …explicit RemoteExecutorProxyCallback(std::weak_ptr<RemoteExecutorProxy> callback) : callback_(call… in RemoteExecutorProxyCallback() function in OHOS::UserIam::UserAuth::RemoteExecutorProxyCallback38 ~RemoteExecutorProxyCallback() override = default;158 executorCallback_ = Common::MakeShared<RemoteExecutorProxyCallback>(weak_from_this()); in Start()