Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp357 if (callingUid > Constants::MAX_SYSTEM_APP_UID) { in CheckIsSystemApp()
359 Constants::MAX_SYSTEM_APP_UID); in CheckIsSystemApp()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h117 constexpr int32_t MAX_SYSTEM_APP_UID = 10000; variable