Home
last modified time | relevance | path

Searched refs:CheckAccount (Results 1 - 2 of 2) sorted by relevance

/base/security/dlp_permission_service/frameworks/common/src/
H A Dpermission_policy.cpp48 static bool CheckAccount(const std::string& account) in CheckAccount() function
81 return (CheckAccount(info.authAccount) && CheckPerm(info.authPerm) && CheckTime(info.permExpiryTime) && in CheckAuthUserInfo()
166 return (CheckAccount(this->ownerAccount_) && CheckAccount(this->ownerAccountId_) && in IsValid()
/base/security/dlp_permission_service/services/dlp_permission/sa/mock/
H A Ddlp_credential_service.c113 static int CheckAccount(const uint8_t* data, uint32_t len, uint32_t accountType, uint32_t userId, bool isNeedCheckList) in CheckAccount() function
193 if (CheckAccount(taskParams->packParams->data, taskParams->packParams->dataLen, taskParams->packParams->accountType, in PackPolicyCallbackTask()
229 if (CheckAccount(taskParams->encData->data, taskParams->encData->dataLen, taskParams->encData->accountType, in RestorePolicyCallbackTask()

Completed in 2 milliseconds