Home
last modified time | relevance | path

Searched refs:PARAM_NUM_TEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Doobe_datashare_utils.h44 static constexpr int32_t PARAM_NUM_TEN = 10; variable
68 value = static_cast<int64_t>(strtoll(result.c_str(), nullptr, PARAM_NUM_TEN)); in GetValue()
70 value = static_cast<int32_t>(strtoll(result.c_str(), nullptr, PARAM_NUM_TEN)); in GetValue()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsetting_provider.cpp39 constexpr int32_t PARAM_NUM_TEN = 10; variable
78 value = static_cast<int64_t>(strtoll(valueStr.c_str(), nullptr, PARAM_NUM_TEN)); in GetLongValue()