Home
last modified time | relevance | path

Searched refs:API_VERSION_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.cpp37 constexpr uint32_t API_VERSION_LEN = 10; variable
52 char apiVersion[API_VERSION_LEN + 1] = {0}; in GetOsType()
53 GetParameter(OHOS_API_VERSION, UNDEFINED_VALUE, apiVersion, API_VERSION_LEN); in GetOsType()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c44 #define API_VERSION_LEN 10 macro
114 char apiVersion[API_VERSION_LEN + 1]; in SoftBusGetOsType()
115 (void)memset_s(apiVersion, API_VERSION_LEN + 1, 0, API_VERSION_LEN + 1); in SoftBusGetOsType()
116 GetParameter(OHOS_API_VERSION, UNDEFINED_VALUE, apiVersion, API_VERSION_LEN); in SoftBusGetOsType()