Searched refs:infoRet (Results 1 – 9 of 9) sorted by relevance
51 infoRet.reserve(enrolledInfoVector.size()); in GetSecUserInfo()59 infoRet.emplace_back(enrolledInfo); in GetSecUserInfo()142 if (infoRet == nullptr) { in DeleteUser()146 credInfos.emplace_back(infoRet); in DeleteUser()171 if (infoRet == nullptr) { in DeleteUserEnforce()175 credInfos.emplace_back(infoRet); in DeleteUserEnforce()188 return infoRet; in GetAllExtUserInfo()195 return infoRet; in GetAllExtUserInfo()202 return infoRet; in GetAllExtUserInfo()204 infoRet.emplace_back(userInfo); in GetAllExtUserInfo()[all …]
165 OHOS::UserIam::PinAuth::PinCredentialInfo infoRet = {}; in AuthenticateInner() local166 int32_t result = pinHdi_->QueryPinInfo(templateId, infoRet); in AuthenticateInner()172 if (infoRet.remainTimes == 0 || infoRet.freezingTime > 0) { in AuthenticateInner()339 OHOS::UserIam::PinAuth::PinCredentialInfo infoRet = {}; in GetProperty() local340 int32_t result = pinHdi_->QueryPinInfo(templateId, infoRet); in GetProperty()346 property.authSubType = infoRet.subType; in GetProperty()347 property.remainAttempts = infoRet.remainTimes; in GetProperty()348 property.lockoutDuration = infoRet.freezingTime; in GetProperty()349 property.nextFailLockoutDuration = infoRet.nextFailLockoutDuration; in GetProperty()
96 auto fillUpInfos = [](HdiIdentifyResultInfo &infoRet) { in __anonbb7b1a0f0102() argument104 infoRet = info; in __anonbb7b1a0f0102()
140 std::vector<std::shared_ptr<CredentialInfoInterface>> infoRet = {}; variable141 database.GetCredentialInfo(USER_ID, authType, infoRet);142 EXPECT_EQ(infoRet.size(), 0U);
126 auto fillUpInfos = [](HdiEnrollResultInfo &infoRet) { in __anonc2056a850102() argument139 infoRet = info; in __anonc2056a850102()
552 OHOS::UserIam::PinAuth::PinCredentialInfo infoRet = {};553 int32_t result = pinHdi_->QueryPinInfo(templateId, infoRet);559 property.authSubType = infoRet.subType;560 property.remainAttempts = infoRet.remainTimes;561 property.lockoutDuration = infoRet.freezingTime;
607 …int32_t infoRet = GetAccoutInfo(accountType, encPolicy.receiverAccountInfo, certParcel->contactAcc… in ParseDlpCertificate() local608 if (infoRet != DLP_OK) { in ParseDlpCertificate()610 return infoRet; in ParseDlpCertificate()
3316 bool infoRet = hostImpl->DumpInfos( variable3318 EXPECT_TRUE(infoRet);3383 bool infoRet = hostImpl->DumpInfos( variable3385 EXPECT_TRUE(infoRet);