Home
last modified time | relevance | path

Searched defs:userInfos (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h36 std::map<std::string, UninstallDataUserInfo> userInfos; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h129 int32_t GetAllUserInfo(std::vector<UserInfo> &userInfos) in GetAllUserInfo()
134 int32_t GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) in GetAllExtUserInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp324 auto userInfos = info.second.GetInnerBundleUserInfos(); in UninstallAllSandboxApps() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Duser_idm_database_impl.cpp191 std::vector<ExtUserInfo> userInfos; in GetAllExtUserInfo() local
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_idm_service.cpp170 std::shared_ptr<SecureUserInfoInterface> userInfos = nullptr; in GetSecInfoInner() local
618 auto userInfos = UserIdmDatabase::Instance().GetAllExtUserInfo(); in ClearRedundancyCredentialInner() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c552 ResultCode QueryAllExtUserInfoFunc(UserInfoResult *userInfos, uint32_t userInfolen, uint32_t *userI… in QueryAllExtUserInfoFunc()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp545 int32_t UserAuthInterfaceService::GetAllUserInfo(std::vector<UserInfo> &userInfos) in GetAllUserInfo()
1305 int32_t UserAuthInterfaceService::GetAllExtUserInfo(std::vector<ExtUserInfo> &userInfos) in GetAllExtUserInfo()
/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()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp917 [](std::vector<ExtUserInfo> &userInfos) { in __anone7116c9c2202()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1572 std::map<std::string, InnerBundleUserInfo> userInfos = info.GetInnerBundleUserInfos(); in RefreshQuotaForAllUid() local
H A Dbundle_data_mgr.cpp4582 auto userInfos = info.GetInnerBundleUserInfos(); in RecycleUidAndGid() local
6942 auto userInfos = infoItem->second.GetInnerBundleUserInfos(); in GetUserIds() local
H A Dbase_bundle_installer.cpp4814 const auto userInfos = oldInfo.GetInnerBundleUserInfos(); in CheckArkProfileDir() local