Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp924 int32_t nextLocalIdJson = -1; in SetNextLocalId() local
927 Constants::NEXT_LOCAL_ID, nextLocalIdJson, JsonType::NUMBER)) { in SetNextLocalId()
929 nextLocalIdJson = Constants::START_USER_ID + 1; in SetNextLocalId()
931 accountListJson[Constants::NEXT_LOCAL_ID] = std::max(nextLocalId, nextLocalIdJson); in SetNextLocalId()