Searched refs:versionType (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 130 char versionType[VERSION_MAX_LEN]; // compatible nearby member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 1161 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 D | lnn_local_net_ledger.c | 996 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 D | auth_test_mock.cpp | 120 .versionType = VERSION_TYPE_LITE,
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1378 !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 D | audio_utils.cpp | 1334 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 D | audio_utils.h | 397 void SetVersionType(const std::string& versionType);
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 439 std::string versionType = OHOS::system::GetParameter("const.logsystem.versiontype", "commercial"); in Init() local 440 AudioDump::GetInstance().SetVersionType(versionType); in Init()
|
Completed in 30 milliseconds