Home
last modified time | relevance | path

Searched refs:executorId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h49 …static std::shared_ptr<ResourceNode> CreateWithExecuteIndex(uint64_t executorId, bool detach = fal…
53 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId));
62 …static std::shared_ptr<ResourceNode> CreateWithExecuteIndex(uint64_t executorId, AuthType authType, in CreateWithExecuteIndex() argument
68 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId)); in CreateWithExecuteIndex()
89 …static std::shared_ptr<ResourceNode> CreateWithExecuteIndex(uint64_t executorId, AuthType authType, in CreateWithExecuteIndex() argument
95 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId)); in CreateWithExecuteIndex()
H A Dmock_iuser_auth_interface.h62 …t(uint64_t contextId, int32_t authType, const std::vector<uint8_t> &challenge, uint32_t executorId,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp138 uint64_t executorId = parcel.ReadUint64(); in FuzzCoAuthClientUnregister() local
139 CoAuthClient::GetInstance().Unregister(executorId); in FuzzCoAuthClientUnregister()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h102 …static std::shared_ptr<ResourceNode> CreateWithExecuteIndex(uint64_t executorId, AuthType authType, in CreateWithExecuteIndex() argument
H A Dmock_iuser_auth_interface.h124 uint32_t executorId, HdiScheduleInfo &scheduleInfo) in BeginIdentification() argument
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Didentification_impl_test.cpp133 …](uint64_t contextId, int32_t authType, const std::vector<uint8_t> &challenge, uint32_t executorId,
H A Duser_auth_service_test.cpp699 uint32_t executorId, HdiScheduleInfo &scheduleInfo) { in MockForIdentifyHdi() argument
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp424 uint32_t executorId = parcel.ReadUint32(); in FuzzBeginIdentification() local
427 g_service.BeginIdentification(contextId, authType, challenge, executorId, scheduleInfo); in FuzzBeginIdentification()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-plugin.md132 PLUGIN_LOGI("BootchartInit executorId %d", g_executorId);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md391 oldInfo.executorId = 0;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-plugin.md117 PLUGIN_LOGI("BootchartInit executorId %d", g_executorId);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md391 oldInfo.executorId = 0;