Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dsystem_info_collector.cpp66 char versionSDK[VERSION_SDK_LEN + 1] = {0}; in GetOsType() local
67 GetParameter(VERSION_SDK, UNDEFINED_VALUE, versionSDK, VERSION_SDK_LEN); in GetOsType()
68 if (strcmp(versionSDK, UNDEFINED_VALUE) != 0) { in GetOsType()
69 … HILOGI("versionSDK: %{public}s", ProfileUtils::GetAnonyString(std::string(versionSDK)).c_str()); in GetOsType()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c132 char versionSDK[VERSION_SDK_LEN + 1]; in SoftBusGetOsType() local
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()
135 if (strcmp(versionSDK, UNDEFINED_VALUE) != 0) { in SoftBusGetOsType()
136 LNN_LOGI(LNN_STATE, "versionSDK: %{public}s", versionSDK); in SoftBusGetOsType()