Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_appstate_observer.cpp31 constexpr std::uint32_t CONVERT_UID_TO_USERID = 200000; variable
167 int32_t userId = appStateData.uid / CONVERT_UID_TO_USERID; in OnAppStateChanged()
182 int32_t userId = appStateData.uid / CONVERT_UID_TO_USERID; in OnForegroundApplicationChanged()
197 int32_t userId = abilityStateData.uid / CONVERT_UID_TO_USERID; in OnAbilityStateChanged()