Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp76 constexpr int32_t USER_UID = 2000; variable
350 if ((callingUid != 0 && callingUid != USER_UID) || userId < 0) { in ClearUpApplicationData()