/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | netlink_define.h | 30 static constexpr int32_t DECIMALISM = 10; member
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
H A D | utils.h | 77 static const int DECIMALISM = 10; member in OHOS::CastEngine::CastEngineService::Utils
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | utils.h | 77 static const int DECIMALISM = 10;
member in OHOS::CastEngine::CastEngineService::Utils
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
H A D | cast_local_file_channel_common.cpp | 191 fd = static_cast<int>(strtol(fileId.c_str(), &nextPtr, DECIMALISM)); in ConvertFileId() 206 val = std::strtoll(str.c_str(), nullptr, DECIMALISM); in ParseStringToInt64()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | cast_local_file_channel_common.cpp | 191 fd = static_cast<int>(strtol(fileId.c_str(), &nextPtr, DECIMALISM)); in ConvertFileId() 206 val = std::strtoll(str.c_str(), nullptr, DECIMALISM); in ParseStringToInt64()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 102 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in ParseIntSafe()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
H A D | utils.cpp | 119 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in StringToInt()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 102 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in ParseIntSafe()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
H A D | utils.cpp | 119 long result = strtol(str.c_str(), &nextPtr, DECIMALISM);
in StringToInt()
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 33 const int32_t DECIMALISM = 10; member 507 int32_t freq = StringToInt(it->second, DECIMALISM); in UpdateInfoFreq()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | cast_engine_common.h | 447 inline constexpr int EXPORT DECIMALISM = 10; member in OHOS::CastEngine::SubDeviceType::EventCode::HmosPlayerStates::LoopMode::PlaybackSpeed
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 127 int fd = static_cast<int>(std::strtol(url.c_str(), &nextPtr, DECIMALISM)); in GetLocalFd()
|