Home
last modified time | relevance | path

Searched refs:GetAllExtUserInfo (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Duser_idm_database_impl.cpp181 std::vector<std::shared_ptr<UserInfoInterface>> UserIdmDatabaseImpl::GetAllExtUserInfo() in GetAllExtUserInfo() function in OHOS::UserIam::UserAuth::UserIdmDatabaseImpl
192 int32_t ret = hdi->GetAllExtUserInfo(userInfos); in GetAllExtUserInfo()
H A Duser_idm_database_impl.h41 std::vector<std::shared_ptr<UserInfoInterface>> GetAllExtUserInfo() override;
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Duser_idm_database.h42 virtual std::vector<std::shared_ptr<UserInfoInterface>> GetAllExtUserInfo() = 0;
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h76 ResultCode GetAllExtUserInfo(UserInfoResult *userInfos, uint32_t userInfolen, uint32_t *userInfoCou…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v12.md45 | [GetAllExtUserInfo](#getallextuserinfo) ([out] [ExtUserInfo](_ext_user_info_v12.md)[] userInfos) …
493 ### GetAllExtUserInfo()
496 IUserAuthInterface::GetAllExtUserInfo ([out] ExtUserInfo[] userInfos)
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h134 int32_t GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) in GetAllExtUserInfo() function
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h65 MOCK_METHOD1(GetAllExtUserInfo, int32_t(std::vector<ExtUserInfo> &userInfos));
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_interface_service.h.txt97 …int32_t GetAllExtUserInfo(std::vector<OHOS::HDI::UserAuth::V1_2::ExtUserInfo>& userInfos) override;
H A Duser_auth_interface_service.cpp.txt172 int32_t UserAuthInterfaceService::GetAllExtUserInfo(std::vector<OHOS::HDI::UserAuth::V1_2::ExtUserI…
H A Diuser_auth_interface.h.txt161 …virtual int32_t GetAllExtUserInfo(std::vector<OHOS::HDI::UserAuth::V1_2::ExtUserInfo>& userInfos) …
H A Duser_auth_interface_proxy.h.txt137 …int32_t GetAllExtUserInfo(std::vector<OHOS::HDI::UserAuth::V1_2::ExtUserInfo>& userInfos) override;
H A Duser_auth_interface_proxy.cpp.txt304 int32_t OHOS::HDI::UserAuth::V1_2::UserAuthInterfaceProxy::GetAllExtUserInfo(std::vector<OHOS::HDI:…
H A Duser_auth_interface_stub.cpp.txt1484 int32_t userAuthInterfaceRet = impl->GetAllExtUserInfo(userInfos);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/dump_ast_target/
H A Ddump.txt125 [mini, lite, full] GetAllExtUserInfo(
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c554 ResultCode ret = GetAllExtUserInfo(userInfos, userInfolen, userInfoCount); in QueryAllExtUserInfoFunc()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp887 EXPECT_CALL(*mockHdi, GetAllExtUserInfo(_)).WillOnce(Return(HDF_FAILURE));
915 EXPECT_CALL(*mockHdi, GetAllExtUserInfo(_))
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp618 auto userInfos = UserIdmDatabase::Instance().GetAllExtUserInfo(); in ClearRedundancyCredentialInner()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md141 | GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) | 查询所有用户信息(包含userId)。 |
/ohos5.0/drivers/interface/user_auth/v1_2/
H A DIUserAuthInterface.idl349 GetAllExtUserInfo([out] ExtUserInfo[] userInfos);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/foo/user_auth/v1_2/
H A DIUserAuthInterface.idl349 GetAllExtUserInfo([out] ExtUserInfo[] userInfos);
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DIUserAuthInterface.idl376 GetAllExtUserInfo([out] ExtUserInfo[] userInfos);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c1118 ResultCode GetAllExtUserInfo(UserInfoResult *userInfos, uint32_t userInfoLen, uint32_t *userInfocou… in GetAllExtUserInfo() function
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DIUserAuthInterface.idl376 GetAllExtUserInfo([out] ExtUserInfo[] userInfos);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-user-auth-des.md141 | GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) | Obtains all user information (including …
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1305 int32_t UserAuthInterfaceService::GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) in GetAllExtUserInfo() function in OHOS::HDI::UserAuth::UserAuthInterfaceService