Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dpasteboard_info_collector.cpp28 constexpr const char *VERSION_ID = "PasteboardVersionId"; variable
72 item = cJSON_AddNumberToObject(jsonData, VERSION_ID, FIRST_VERSION); in ConvertToProfile()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp37 constexpr const char *VERSION_ID = "PasteboardVersionId"; variable
227 if (cJSON_GetNumberValue(cJSON_GetObjectItem(jsonObject, VERSION_ID)) == FIRST_VERSION) { in GetRemoteDeviceVersion()