Searched refs:CheckAccount (Results 1 – 2 of 2) sorted by relevance
48 static bool CheckAccount(const std::string& account) in CheckAccount() function81 …return (CheckAccount(info.authAccount) && CheckPerm(info.authPerm) && CheckTime(info.permExpiryTim… in CheckAuthUserInfo()166 return (CheckAccount(this->ownerAccount_) && CheckAccount(this->ownerAccountId_) && in IsValid()
113 static int CheckAccount(const uint8_t* data, uint32_t len, uint32_t accountType, uint32_t userId, b… in CheckAccount() function193 …if (CheckAccount(taskParams->packParams->data, taskParams->packParams->dataLen, taskParams->packPa… in PackPolicyCallbackTask()229 …if (CheckAccount(taskParams->encData->data, taskParams->encData->dataLen, taskParams->encData->acc… in RestorePolicyCallbackTask()