Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c38 #define OS_VERSION "const.ohos.fullname" /* Read osversion by the string */ macro
122 GetParameter(OS_VERSION, UNDEFINED_VALUE, osVersion, OS_VERSION_BUF_LEN); in SoftBusGetOsType()
215 GetParameter(OS_VERSION, UNDEFINED_VALUE, osVersion, OS_VERSION_BUF_LEN); in GetCommonOsVersion()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp40 const std::unordered_set<std::string> NEED_ADD_OH_SUFFIX_DEV_PROFILES { OS_TYPE, OS_VERSION };
465 values[GenerateDBKey(deviceProfileKey, OS_VERSION)] = profile.GetOsVersion(); in DeviceProfileToEntries()
467 values[GenerateDBKey(deviceProfileKey, OS_VERSION + OH_PROFILE_SUFFIX)] = profile.GetOsVersion(); in DeviceProfileToEntries()
630 if (IsPropertyValid(propertiesMap, OS_VERSION, MAX_STRING_LEN)) { in EntriesToDeviceProfile()
631 profile.SetOsVersion(propertiesMap[OS_VERSION]); in EntriesToDeviceProfile()
633 if (IsPropertyValid(propertiesMap, OS_VERSION + OH_PROFILE_SUFFIX, MAX_STRING_LEN)) { in EntriesToDeviceProfile()
634 profile.SetOsVersion(propertiesMap[OS_VERSION + OH_PROFILE_SUFFIX]); in EntriesToDeviceProfile()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp200 cJSON_AddStringToObject(json, OS_VERSION.c_str(), osVersion_.c_str()); in dump()
233 cJSON_AddStringToObject(json, OS_VERSION.c_str(), in AnnoymizeDump()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h43 const std::string OS_VERSION = "osVersion"; member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c108 #define OS_VERSION "OS_VERSION" macro
1161 (void)JSON_AddStringToObject(json, OS_VERSION, info->deviceInfo.osVersion); in PackOsInfo()
1569 OptString(json, OS_VERSION, info->deviceInfo.osVersion, OS_VERSION_BUF_LEN, ""); in ParseCommonJsonInfo()

Completed in 7 milliseconds