Lines Matching defs:dmsAccountInfo
180 bool DistributedSchedPermission::GetOsAccountData(AccountInfo& dmsAccountInfo)
189 dmsAccountInfo.userId = ids[0];
197 dmsAccountInfo.activeAccountId = osAccountInfo.uid_;
198 HILOGI("Get caller dmsAccountInfo OK, accountId %{public}s, userId %{public}s.",
199 GetAnonymStr(dmsAccountInfo.activeAccountId).c_str(), GetAnonymInt32(dmsAccountInfo.userId).c_str());
205 const AccountInfo& dmsAccountInfo, const CallerInfo& callerInfo)
209 .accountId = dmsAccountInfo.activeAccountId,
211 .userId = dmsAccountInfo.userId,
237 const AccountInfo& dmsAccountInfo, const CallerInfo& callerInfo)
240 .accountId = dmsAccountInfo.activeAccountId,
242 .userId = dmsAccountInfo.userId,