Home
last modified time | relevance | path

Searched refs:ownerUid_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp107 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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp669 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()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session.h107 pid_t ownerUid_; variable
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp343 appAccountAuthenticatorSessionPtr_->ownerUid_ = ownerUid;
367 appAccountAuthenticatorSessionPtr->ownerUid_ = ownerUid;
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1484 int32_t ownerUid_ {DEFAULT_UID};