Home
last modified time | relevance | path

Searched refs:versionType (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h130 char versionType[VERSION_MAX_LEN]; // compatible nearby member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp1161 static std::string versionType = system::GetParameter("const.logsystem.versiontype", ""); in GetVersionType() local
1162 return versionType; in GetVersionType()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c996 char versionType[VERSION_MAX_LEN] = ""; in InitLocalVersionType() local
1001 if (GetCommonDevInfo(COMM_DEVICE_KEY_VERSION_TYPE, versionType, VERSION_MAX_LEN) != SOFTBUS_OK) { in InitLocalVersionType()
1005 if (strncpy_s(info->versionType, VERSION_MAX_LEN, versionType, strlen(versionType)) != EOK) { in InitLocalVersionType()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp120 .versionType = VERSION_TYPE_LITE,
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1378 !JSON_AddStringToObject(json, VERSION_TYPE, info->versionType) || in PackCommonEx()
1551 (void)JSON_GetStringFromOject(json, VERSION_TYPE, info->versionType, VERSION_MAX_LEN); in ParseCommonJsonInfo()
1822 !JSON_AddStringToObject(json, DEVICE_VERSION_TYPE, info->versionType) || in PackDeviceInfoBtV1()
1858 OptString(json, DEVICE_VERSION_TYPE, info->versionType, VERSION_MAX_LEN, ""); in UnpackDeviceInfoBtV1()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1334 void AudioDump::SetVersionType(const std::string& versionType) in SetVersionType() argument
1336 versionType_ = versionType; in SetVersionType()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h397 void SetVersionType(const std::string& versionType);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp439 std::string versionType = OHOS::system::GetParameter("const.logsystem.versiontype", "commercial"); in Init() local
440 AudioDump::GetInstance().SetVersionType(versionType); in Init()

Completed in 30 milliseconds