Searched refs:ownerUid_ (Results 1 – 5 of 5) sorted by relevance
107 ownerUid_ = BundleManagerAdapter::GetInstance()->GetUidByBundleName(request_.owner, userId_); in Init()324 AppAccountControlManager::GetInstance().AddAccount(name, "", ownerUid_, request_.owner, info); in OnAddAccountImplicitlyDone()337 if ((request.callerUid != ownerUid_) || (request.callerBundleName != request_.owner)) { in GetAuthenticatorCallback()
669 ownerUid_ = uid; in SetOwnerUid()674 return ownerUid_; in GetOwnerUid()748 ", ownerUid = " + std::to_string(static_cast<int32_t>(ownerUid_)) + in Dump()832 jsonObject["ownerUid"] = ownerUid_; in ToJson()981 if (!parcel.WriteInt32(static_cast<int32_t>(ownerUid_))) { in Marshalling()1452 ownerUid_ = parcel.ReadInt32(); in ReadFromParcel()1862 this->ownerUid_ = other.ownerUid_; in CopyBase()2025 target->ownerUid_ = jsonObject.at("ownerUid").get<int32_t>(); in ConvertJsonToNumExt()2533 ownerUid_ << keySpliter << ownerBundleName_ << keySpliter << in GetBaseKey()2701 …stream << ownerUid_ << keySpliter << ownerBundleName_ << keySpliter << ownerUserId_ << keySpliter … in GenerateUniqueKey()
107 pid_t ownerUid_; variable
343 appAccountAuthenticatorSessionPtr_->ownerUid_ = ownerUid;367 appAccountAuthenticatorSessionPtr->ownerUid_ = ownerUid;
1484 int32_t ownerUid_ {DEFAULT_UID};