Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp108 std::vector<int32_t> osActiveAccountIds; in GetCurrentAccountId() local
110 QueryActiveOsAccountIds(osActiveAccountIds); in GetCurrentAccountId()
115 if (osActiveAccountIds.empty()) { in GetCurrentAccountId()
119 return osActiveAccountIds.front(); in GetCurrentAccountId()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3469 std::vector<int32_t> osActiveAccountIds; in GetCurrentAccountId() local
3471 QueryActiveOsAccountIds(osActiveAccountIds); in GetCurrentAccountId()
3476 if (osActiveAccountIds.empty()) { in GetCurrentAccountId()
3481 return osActiveAccountIds.front(); in GetCurrentAccountId()
H A Dability_manager_service.cpp10388 std::vector<int32_t> osActiveAccountIds; in CheckUserIdActive() local
10390 QueryActiveOsAccountIds(osActiveAccountIds); in CheckUserIdActive()
10395 if (osActiveAccountIds.empty()) { in CheckUserIdActive()
10399 auto iter = std::find(osActiveAccountIds.begin(), osActiveAccountIds.end(), userId); in CheckUserIdActive()
10400 if (iter == osActiveAccountIds.end()) { in CheckUserIdActive()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6252 std::vector<int32_t> osActiveAccountIds; in NotifyAppFaultBySA() local
6254 QueryActiveOsAccountIds(osActiveAccountIds); in NotifyAppFaultBySA()
6259 if (osActiveAccountIds.empty()) { in NotifyAppFaultBySA()
6264 return osActiveAccountIds.front(); in NotifyAppFaultBySA()

Completed in 38 milliseconds