Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp158remoteExecutorProxy_ = 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()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h69 std::shared_ptr<RemoteExecutorProxy> remoteExecutorProxy_ = nullptr; variable