Home
last modified time | relevance | path

Searched refs:GetSignedExecutorInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h187 int32_t GetSignedExecutorInfo(const std::vector<int32_t> &authTypes, int32_t executorRole, in GetSignedExecutorInfo() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h79 …MOCK_METHOD4(GetSignedExecutorInfo, int32_t(const std::vector<int32_t> &authTypes, int32_t executo…
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp185 …int32_t hdiRet = hdi->GetSignedExecutorInfo(authTypes, executorRole, remoteUdid, signedExecutorInf… in GetQueryExecutorInfoReply()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp542 g_service.GetSignedExecutorInfo(authTypes, executorRole, remoteUdid, signedExecutorInfo); in FuzzGetSignedExecutorInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md147 | GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int32_t executorRole, const std::vec…
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DIUserAuthInterface.idl472 GetSignedExecutorInfo([in] int[] authTypes, [in] int executorRole, [in] String remoteUdid,
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DIUserAuthInterface.idl472 GetSignedExecutorInfo([in] int[] authTypes, [in] int executorRole, [in] String remoteUdid,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md147 | GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int32_t executorRole, const std::vec…
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1526 int32_t UserAuthInterfaceService::GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int3… in GetSignedExecutorInfo() function in OHOS::HDI::UserAuth::UserAuthInterfaceService