Home
last modified time | relevance | path

Searched refs:valueLong (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_provider.cpp67 int64_t valueLong; in GetIntValue() local
68 ErrCode ret = GetLongValue(key, valueLong); in GetIntValue()
72 value = static_cast<int32_t>(valueLong); in GetIntValue()
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibration_priority_manager.cpp99 int64_t valueLong; in GetIntValue() local
100 int32_t ret = GetLongValue(key, valueLong); in GetIntValue()
104 value = static_cast<int32_t>(valueLong); in GetIntValue()

Completed in 2 milliseconds