Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_list_manager.h472 bool IsReachToSingleLimitLocked(const int32_t uid) const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp3654 bool isSingleMaxLimit = IsReachToSingleLimitLocked(abilityRequest.uid); in CheckSingleLimit()
3698 bool MissionListManager::IsReachToSingleLimitLocked(const int32_t uid) const in IsReachToSingleLimitLocked() function in OHOS::AAFwk::MissionListManager