Searched refs:bundleUserId (Results 1 – 1 of 1) sorted by relevance
94 int32_t bundleUserId = BundleUtil::GetUserIdByUid(installResult.uid); in NotifyBundleStatus() local95 int32_t publishUserId = (bundleUserId == Constants::DEFAULT_USERID) ? in NotifyBundleStatus()96 AccountHelper::GetCurrentActiveUserId() : bundleUserId; in NotifyBundleStatus()