Searched refs:versionType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_subscriber.cpp | 175 static const string versionType = system::GetParameter(KEY_HIVIEW_VERSION_TYPE, "unknown"); in IsBetaVersion() local 176 static bool isBetaVersion = versionType.find("beta") != std::string::npos; in IsBetaVersion()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 129 char versionType[VERSION_MAX_LEN]; // compatible nearby member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 989 char versionType[VERSION_MAX_LEN] = ""; in InitLocalVersionType() local 994 … if (GetCommonDevInfo(COMM_DEVICE_KEY_VERSION_TYPE, versionType, VERSION_MAX_LEN) != SOFTBUS_OK) { in InitLocalVersionType() 998 if (strncpy_s(info->versionType, VERSION_MAX_LEN, versionType, strlen(versionType)) != EOK) { in InitLocalVersionType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 1104 static std::string versionType = system::GetParameter("const.logsystem.versiontype", ""); in GetVersionType() local 1105 return versionType; in GetVersionType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_mock.cpp | 120 .versionType = VERSION_TYPE_LITE,
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1363 !JSON_AddStringToObject(json, VERSION_TYPE, info->versionType) || in PackCommonEx() 1535 (void)JSON_GetStringFromOject(json, VERSION_TYPE, info->versionType, VERSION_MAX_LEN); in ParseCommonJsonInfo() 1806 !JSON_AddStringToObject(json, DEVICE_VERSION_TYPE, info->versionType) || in PackDeviceInfoBtV1() 1842 OptString(json, DEVICE_VERSION_TYPE, info->versionType, VERSION_MAX_LEN, ""); in UnpackDeviceInfoBtV1()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 1393 void AudioDump::SetVersionType(const std::string& versionType) in SetVersionType() argument 1395 versionType_ = versionType; in SetVersionType()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | audio_utils.h | 422 void SetVersionType(const std::string& versionType);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 367 … std::string versionType = OHOS::system::GetParameter("const.logsystem.versiontype", "commercial"); in Init() local 368 AudioDump::GetInstance().SetVersionType(versionType); in Init()
|