Searched refs:executorIndex_ (Results 1 – 11 of 11) sorted by relevance
67 uint64_t executorIndex_ {0}; member in OHOS::UserIam::UserAuth::ResourceNodeImpl88 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()
51 executorIndex_ = executorIndex; in SetExecutor()81 …nIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorIndex_, info); in Start()
51 uint32_t executorIndex_ {0};
58 uint32_t executorIndex_ {0};
141 CoAuthClient::GetInstance().Unregister(executorIndex_); in ~RemoteExecutorProxy()167 executorIndex_ = executorIndex; in Start()
50 executorIndex_ = executorIndex; in SetExecutor()
106 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()
54 uint64_t executorIndex_ = 0; variable
66 std::optional<uint64_t> executorIndex_ = std::nullopt; variable
268 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()
62 uint64_t executorIndex_ = 0; variable