Home
last modified time | relevance | path

Searched defs:executorIndex (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth_funcs.c28 ResultCode RegisterExecutor(const ExecutorInfoHal *registerInfo, uint64_t *executorIndex) in RegisterExecutor()
45 ResultCode UnRegisterExecutor(uint64_t executorIndex) in UnRegisterExecutor()
H A Dpool.c49 uint64_t executorIndex = *(const uint64_t *)condition; in IsExecutorIdMatchById() local
60 const ExecutorInfoHal *executorIndex = (const ExecutorInfoHal *)condition; in IsExecutorNodeMatch() local
99 IAM_STATIC bool IsExecutorIdDuplicate(uint64_t executorIndex) in IsExecutorIdDuplicate()
114 IAM_STATIC ResultCode GenerateValidExecutorId(uint64_t *executorIndex) in GenerateValidExecutorId()
198 ResultCode UnregisterExecutorToPool(uint64_t executorIndex) in UnregisterExecutorToPool()
363 void SetExecutorConditionExecutorIndex(ExecutorCondition *condition, uint64_t executorIndex) in SetExecutorConditionExecutorIndex()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp42 uint64_t executorIndex = info->GetExecutorIndex(); in NotifyExecutorToDeleteTemplates() local
63 void ResourceNodeUtils::SendMsgToExecutor(uint64_t executorIndex, int32_t commandId, const std::vec… in SendMsgToExecutor()
85 void ResourceNodeUtils::SetCachedTemplates(uint64_t executorIndex, in SetCachedTemplates()
126 uint64_t executorIndex = cred->GetExecutorIndex(); in ClassifyCredInfoByExecutor() local
H A Dresource_node_pool_impl.cpp60 uint64_t executorIndex = resource->GetExecutorIndex(); in Insert() local
92 bool ResourceNodePoolImpl::Delete(uint64_t executorIndex) in Delete()
H A Didentification_impl.cpp49 void IdentificationImpl::SetExecutor(uint32_t executorIndex) in SetExecutor()
H A Dschedule_node_helper.cpp113 uint64_t executorIndex = info.executorIndexes[i]; in ScheduleInfoToExecutors() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dexecutor_mgr_wrapper.cpp29 uint64_t executorIndex = UserAuth::CoAuthClient::GetInstance().Register(info, callback); in Register() local
34 void ExecutorMgrWrapper::Unregister(uint64_t executorIndex) in Unregister()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp142 constexpr uint64_t executorIndex = 2634; variable
156 constexpr uint64_t executorIndex = 2634; variable
222 constexpr uint32_t executorIndex = 1267; variable
251 constexpr uint32_t executorIndex = 10; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dco_auth_stub.cpp53 uint64_t executorIndex; in ExecutorUnregisterStub() local
81 uint64_t executorIndex = ExecutorRegister(executorInfo, callback); in ExecutorRegisterStub() local
H A Dco_auth_proxy.cpp110 void CoAuthProxy::ExecutorUnregister(uint64_t executorIndex) in ExecutorUnregister()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_executor_info_v10.md27 ### executorIndex subsection
H A D_executor_info_v12.md27 ### executorIndex subsection
H A D_executor_send_msg_v10.md38 ### executorIndex subsection
H A D_executor_send_msg_v12.md38 ### executorIndex subsection
H A D_credential_info_v10.md55 ### executorIndex subsection
H A D_credential_info_v12.md51 ### executorIndex subsection
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_pool_fuzzer.cpp43 uint64_t executorIndex = parcel.ReadUint64(); in FuzzResourcePoolDelete() local
59 uint64_t executorIndex = parcel.ReadUint64(); in FuzzResourcePoolSelect() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dco_auth_service_test.cpp90 uint64_t executorIndex = service->ExecutorRegister(info, callbackInterface); variable
106 uint64_t executorIndex = service->ExecutorRegister(info, testCallback); variable
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp120 void CoAuthService::AddExecutorDeathRecipient(uint64_t executorIndex, AuthType authType, in AddExecutorDeathRecipient()
177 uint64_t executorIndex = resourceNode->GetExecutorIndex(); in ExecutorRegister() local
196 void CoAuthService::ExecutorUnregister(uint64_t executorIndex) in ExecutorUnregister()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp115 uint64_t executorIndex = executorMgrWrapper_->Register(executorInfo, executorCallback); in RegisterExecutorCallback() local
129 uint64_t executorIndex = 0; in UnregisterExecutorCallback() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h38 uint64_t executorIndex; member
60 uint64_t executorIndex; member
H A Dexecutor_message.h45 uint64_t executorIndex; member
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dco_auth_client_impl.cpp61 void CoAuthClientImpl::Unregister(uint64_t executorIndex) in Unregister()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h29 void SetExecutor(uint32_t executorIndex){}; in SetExecutor()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dco_auth_client_test.cpp108 uint64_t executorIndex = 0; in CallRemoteObject() local

12