Home
last modified time | relevance | path

Searched refs:remoteExecutorProxy_ (Results 1 - 2 of 2) sorted by relevance

/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h69 std::shared_ptr<RemoteExecutorProxy> remoteExecutorProxy_ = nullptr; member in OHOS::UserIam::UserAuth::RemoteAuthContext
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp158 remoteExecutorProxy_ = Common::MakeShared<RemoteExecutorProxy>(connectionName_, executorInfos[0]); in StartAuth()
159 IF_FALSE_LOGE_AND_RETURN_VAL(remoteExecutorProxy_ != nullptr, false); in StartAuth()
161 ResultCode startExecutorRet = remoteExecutorProxy_->Start(); in StartAuth()

Completed in 1 milliseconds