Home
last modified time | relevance | path

Searched refs:JSON_KEY_USERID (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp38 const std::string JSON_KEY_USERID = "userId"; member
385 { JSON_KEY_USERID, info.userId }, in ConvertAutoStartupDataToKey()
422 if (jsonObject.contains(JSON_KEY_USERID) && jsonObject[JSON_KEY_USERID].is_number()) { in ConvertAutoStartupInfoFromKeyAndValue()
423 info.userId = jsonObject.at(JSON_KEY_USERID).get<int32_t>(); in ConvertAutoStartupInfoFromKeyAndValue()
475 || !IsEqual(jsonObject, JSON_KEY_USERID, info.userId)) { in IsEqual()
505 if (jsonObject.contains(JSON_KEY_USERID) && jsonObject[JSON_KEY_USERID].is_number()) { in IsEqual()
506 if (userId == jsonObject.at(JSON_KEY_USERID).get<int32_t>()) { in IsEqual()

Completed in 1 milliseconds