Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dsystem_info_collector.cpp40 constexpr uint32_t VERSION_SDK_LEN = 10; variable
66 char versionSDK[VERSION_SDK_LEN + 1] = {0}; in GetOsType()
67 GetParameter(VERSION_SDK, UNDEFINED_VALUE, versionSDK, VERSION_SDK_LEN); in GetOsType()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c45 #define VERSION_SDK_LEN 10 macro
132 char versionSDK[VERSION_SDK_LEN + 1]; in SoftBusGetOsType()
133 (void)memset_s(versionSDK, VERSION_SDK_LEN + 1, 0, VERSION_SDK_LEN + 1); in SoftBusGetOsType()
134 GetParameter(VERSION_SDK, UNDEFINED_VALUE, versionSDK, VERSION_SDK_LEN); in SoftBusGetOsType()