/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_resource_node.h | 49 …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 D | mock_iuser_auth_interface.h | 62 …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 D | co_auth_client_fuzzer.cpp | 138 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 D | dummy_resource_node.h | 102 …static std::shared_ptr<ResourceNode> CreateWithExecuteIndex(uint64_t executorId, AuthType authType, in CreateWithExecuteIndex() argument
|
H A D | mock_iuser_auth_interface.h | 124 uint32_t executorId, HdiScheduleInfo &scheduleInfo) in BeginIdentification() argument
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identification_impl_test.cpp | 133 …](uint64_t contextId, int32_t authType, const std::vector<uint8_t> &challenge, uint32_t executorId,
|
H A D | user_auth_service_test.cpp | 699 uint32_t executorId, HdiScheduleInfo &scheduleInfo) { in MockForIdentifyHdi() argument
|
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 424 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 D | subsys-boot-init-plugin.md | 132 PLUGIN_LOGI("BootchartInit executorId %d", g_executorId);
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-user-auth-des.md | 391 oldInfo.executorId = 0;
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-plugin.md | 117 PLUGIN_LOGI("BootchartInit executorId %d", g_executorId);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-user-auth-des.md | 391 oldInfo.executorId = 0;
|