Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp97 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 Dnet_http_cache_strategy.cpp164 return std::max<int64_t>(delta / DECIMAL, 0); in ComputeFreshnessLifetimeSecondsInternal()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp97 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 Dhttp_cache_response.cpp132 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 Dhttp_cache_strategy.cpp166 return std::max<int64_t>(delta / DECIMAL, 0); in ComputeFreshnessLifetimeSecondsInternal()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp50 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 Dcasche_constant.h19 static constexpr const int DECIMAL = 10; variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.h46 formatType_(I18N::NumberFormatType::DECIMAL), in NumberFormatModule()
H A Dnumber_format_module.cpp168 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 Dframe_aware_plugin.cpp32 const int DECIMAL = 10; member
294 int result = strtol(target, &endPtr, DECIMAL); in ConvertToInteger()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h60 constexpr const int DECIMAL = 10; member
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp31 const int32_t DECIMAL = 10; member
381 std::from_chars(&(*item.simId_.begin()), &(*item.simId_.end()), simIdValue, DECIMAL); in GetNetQuotaPoliciesCallback()

Completed in 8 milliseconds