Searched refs:JSON_KEY_BUNDLE_NAME (Results 1 – 2 of 2) sorted by relevance
27 const char* JSON_KEY_BUNDLE_NAME = "bundleName"; variable82 {JSON_KEY_BUNDLE_NAME, recoverableApplicationInfo.bundleName}, in to_json()96 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, JSON_KEY_BUNDLE_NAME, in from_json()
30 const std::string JSON_KEY_BUNDLE_NAME = "bundleName"; variable453 { JSON_KEY_BUNDLE_NAME, info.bundleName }, in ConvertAutoStartupDataToKey()475 if (jsonObject.contains(JSON_KEY_BUNDLE_NAME) && jsonObject[JSON_KEY_BUNDLE_NAME].is_string()) { in ConvertAutoStartupInfoFromKeyAndValue()476 info.bundleName = jsonObject.at(JSON_KEY_BUNDLE_NAME).get<std::string>(); in ConvertAutoStartupInfoFromKeyAndValue()543 if (!IsEqual(jsonObject, JSON_KEY_BUNDLE_NAME, info.bundleName) in IsEqual()