Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp94 int32_t bundleUserId = BundleUtil::GetUserIdByUid(installResult.uid); in NotifyBundleStatus() local
95 int32_t publishUserId = (bundleUserId == Constants::DEFAULT_USERID) ? in NotifyBundleStatus()
96 AccountHelper::GetCurrentActiveUserId() : bundleUserId; in NotifyBundleStatus()