Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_impl.cpp67 uint64_t executorIndex_ {0}; member in OHOS::UserIam::UserAuth::ResourceNodeImpl
88 DeleteExecutorFromDriver(executorIndex_); in ~ResourceNodeImpl()
93 return executorIndex_; in GetExecutorIndex()
193 DeleteExecutorFromDriver(executorIndex_); in DeleteFromDriver()
225 int32_t result = hdi->AddExecutor(hdiInfo, executorIndex_, fwkPublicKey, templateIdList); in AddToDriver()
231 IAM_LOGI("hdi AddExecutor ****%{public}hx success", static_cast<uint16_t>(executorIndex_)); in AddToDriver()
H A Didentification_impl.cpp51 executorIndex_ = executorIndex; in SetExecutor()
81 …nIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorIndex_, info); in Start()
H A Didentification_impl.h51 uint32_t executorIndex_ {0};
H A Dauthentication_impl.h58 uint32_t executorIndex_ {0};
H A Dremote_executor_proxy.cpp141 CoAuthClient::GetInstance().Unregister(executorIndex_); in ~RemoteExecutorProxy()
167 executorIndex_ = executorIndex; in Start()
H A Dauthentication_impl.cpp50 executorIndex_ = executorIndex; in SetExecutor()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp106 if (executorIndex_.has_value()) { in RegisterExecutorCallback()
119 executorIndex_ = executorIndex; in RegisterExecutorCallback()
132 if (!executorIndex_.has_value()) { in UnregisterExecutorCallback()
136 executorIndex = executorIndex_.value(); in UnregisterExecutorCallback()
137 executorIndex_ = std::nullopt; in UnregisterExecutorCallback()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_executor_stub.h54 uint64_t executorIndex_ = 0; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h66 std::optional<uint64_t> executorIndex_ = std::nullopt; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp268 executorIndex_ = scheduleInfo.executorIndexes[0]; in ProcBeginExecuteRequest()
269 std::weak_ptr<ResourceNode> weakNode = ResourceNodePool::Instance().Select(executorIndex_); in ProcBeginExecuteRequest()
401 std::weak_ptr<ResourceNode> weakNode = ResourceNodePool::Instance().Select(executorIndex_); in ProcSendDataMsg()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_executor_proxy.h62 uint64_t executorIndex_ = 0; variable