Home
last modified time | relevance | path

Searched refs:osAccountMgr (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7052 auto osAccountMgr = DelayedSingleton<OsAccountManagerWrapper>::GetInstance(); in NotifyAppFaultBySA() local
7053 if (osAccountMgr == nullptr) { in NotifyAppFaultBySA()
7054 TAG_LOGE(AAFwkTag::APPMGR, "osAccountMgr is nullptr"); in NotifyAppFaultBySA()
7058 int errCode = osAccountMgr->GetOsAccountLocalIdFromUid(appRecord->GetUid(), userId); in NotifyAppFaultBySA()
8161 auto osAccountMgr = DelayedSingleton<OsAccountManagerWrapper>::GetInstance(); in NotifyAppFaultBySA() local
8162 if (cachePrcoMgr == nullptr || osAccountMgr == nullptr || appRunningManager_ == nullptr) { in NotifyAppFaultBySA()
8168 if (osAccountMgr->GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid(), callderUserId) != 0) { in NotifyAppFaultBySA()
8179 osAccountMgr->GetOsAccountLocalIdFromUid(appRecord->GetUid(), procUserId) == 0 && in NotifyAppFaultBySA()

Completed in 14 milliseconds