Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_samgr_helper.cpp50 std::vector<int32_t> activeIds; in GetCurrentActiveUserId() local
51 int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeIds); in GetCurrentActiveUserId()
56 if (activeIds.empty()) { in GetCurrentActiveUserId()
57 TAG_LOGE(AAFwkTag::SER_ROUTER, "activeIds empty"); in GetCurrentActiveUserId()
60 TAG_LOGE(AAFwkTag::SER_ROUTER, "activeId:%{public}d", activeIds[0]); in GetCurrentActiveUserId()
61 return activeIds[0]; in GetCurrentActiveUserId()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_db_utils.cpp112 std::vector<int> activeIds; in GetUserID() local
113 int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeIds); in GetUserID()
118 if (activeIds.empty()) { in GetUserID()
119 RINGTONE_ERR_LOG("QueryActiveOsAccountIds activeIds empty"); in GetUserID()
122 userId = activeIds[0]; in GetUserID()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2137 std::vector<int> activeIds; in GetCallingUserId() local
2138 int ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeIds); in GetCallingUserId()
2143 if (activeIds.empty()) { in GetCallingUserId()
2147 userId = activeIds[0]; in GetCallingUserId()

Completed in 5 milliseconds