Home
last modified time | relevance | path

Searched refs:DECIMALISM (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetlink_define.h30 static constexpr int32_t DECIMALISM = 10; member
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dutils.h77 static const int DECIMALISM = 10; member in OHOS::CastEngine::CastEngineService::Utils
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h77 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 Dcast_local_file_channel_common.cpp191 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 Dcast_local_file_channel_common.cpp191 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 Drtsp_parse.cpp102 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in ParseIntSafe()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp119 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in StringToInt()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.cpp102 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in ParseIntSafe()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp119 long result = strtol(str.c_str(), &nextPtr, DECIMALISM); in StringToInt()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp33 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 Dcast_engine_common.h447 inline constexpr int EXPORT DECIMALISM = 10; member in OHOS::CastEngine::SubDeviceType::EventCode::HmosPlayerStates::LoopMode::PlaybackSpeed
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp127 int fd = static_cast<int>(std::strtol(url.c_str(), &nextPtr, DECIMALISM)); in GetLocalFd()

Completed in 8 milliseconds