Searched refs:DECIMAL (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_entity.cpp | 97 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds() 106 return std::strtol(maxStale_.c_str(), nullptr, DECIMAL); in GetMaxStaleSeconds() 114 return std::strtol(minFresh_.c_str(), nullptr, DECIMAL); in GetMinFreshSeconds() 256 return std::strtol(age_.c_str(), nullptr, DECIMAL); in GetAgeSeconds() 264 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds() 272 return std::strtol(sMaxAge_.c_str(), nullptr, DECIMAL); in GetSMaxAgeSeconds()
|
H A D | net_http_cache_strategy.cpp | 164 return std::max<int64_t>(delta / DECIMAL, 0); in ComputeFreshnessLifetimeSecondsInternal()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_request.cpp | 97 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds() 106 return std::strtol(maxStale_.c_str(), nullptr, DECIMAL); in GetMaxStaleSeconds() 114 return std::strtol(minFresh_.c_str(), nullptr, DECIMAL); in GetMinFreshSeconds()
|
H A D | http_cache_response.cpp | 132 return std::strtol(age_.c_str(), nullptr, DECIMAL); in GetAgeSeconds() 140 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds() 148 return std::strtol(sMaxAge_.c_str(), nullptr, DECIMAL); in GetSMaxAgeSeconds()
|
H A D | http_cache_strategy.cpp | 166 return std::max<int64_t>(delta / DECIMAL, 0); in ComputeFreshnessLifetimeSecondsInternal()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 50 constexpr int32_t DECIMAL = 10; member 366 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 370 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 374 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 378 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 382 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 386 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_constant/include/ |
H A D | casche_constant.h | 19 static constexpr const int DECIMAL = 10; variable
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | number_format_module.h | 46 formatType_(I18N::NumberFormatType::DECIMAL), in NumberFormatModule()
|
H A D | number_format_module.cpp | 168 if (numModel.formatType_ == NumberFormatType::DECIMAL) { in SetStyle() 223 formatType_ = NumberFormatType::DECIMAL; in SetNumberStyle()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 32 const int DECIMAL = 10;
member 294 int result = strtol(target, &endPtr, DECIMAL);
in ConvertToInteger()
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 60 constexpr const int DECIMAL = 10; member
|
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 31 const int32_t DECIMAL = 10; member 381 std::from_chars(&(*item.simId_.begin()), &(*item.simId_.end()), simIdValue, DECIMAL); in GetNetQuotaPoliciesCallback()
|
Completed in 8 milliseconds