Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Daccount_info.h77 constexpr std::int32_t MAIN_OS_ACCOUNT_LOCAL_ID = 100; // main os account local id = 100 variable
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp294 isMainOsAccount = ((uid / UID_TRANSFORM_DIVISOR) == MAIN_OS_ACCOUNT_LOCAL_ID); in IsMainOsAccount()