Searched refs:tempValue (Results 1 - 9 of 9) sorted by relevance
/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 218 char tempValue[versionLen];
in BuildDisplayVersion() local 219 (void)memset_s(tempValue, versionLen, 0, versionLen);
in BuildDisplayVersion() 220 if (strncpy_s(tempValue, versionLen, versionValue, versionLen - 1) != 0) {
in BuildDisplayVersion() 223 tempValue[versionLen - 1] = '\0';
in BuildDisplayVersion() 224 len = sprintf_s(displayValue, OHOS_DISPLAY_VERSION_LEN, "%s%s)", tempValue,
in BuildDisplayVersion()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_sequence.cpp | 60 std::string tempValue; in GetDateOrder() local 63 unistr.toUTF8String<std::string>(tempValue); in GetDateOrder() 64 std::string value = ModifyOrder(tempValue); in GetDateOrder()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_util.cpp | 205 string tempValue = value; in SetMemTotalValue() local 209 StringUtils::GetInstance().SetWidth(SMPAPS_INFO_WIDTH, BLANK_, false, tempValue); in SetMemTotalValue() 211 StringUtils::GetInstance().SetWidth(SMAPS_LINE_WIDTH_, BLANK_, true, tempValue); in SetMemTotalValue() 214 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, tempValue); in SetMemTotalValue() 216 values.push_back(tempValue); in SetMemTotalValue()
|
H A D | get_hardware_info.cpp | 96 uint64_t tempValue = 0; in RegStrToRegValue() local 97 GetValue(tempValueStr, tempValue); in RegStrToRegValue() 98 value += tempValue; in RegStrToRegValue()
|
H A D | memory_info.cpp | 649 uint64_t tempValue = 0; in GetVss() 650 int retScanf = sscanf_s(line.c_str(), "%llu^*", &tempValue); in GetVss() 652 res = tempValue * VSS_BIT; in GetVss()
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | string_util.h | 79 std::string tempValue = stream.str(); in IsConvertable() local 80 if (tempValue != inValue) { in IsConvertable()
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_module.cpp | 78 napi_value tempValue = nullptr; in SetEnumProperty() local 79 if (napi_create_int32(env, value, &tempValue) != napi_ok) { in SetEnumProperty() 82 napi_set_named_property(env, object, name.c_str(), tempValue); in SetEnumProperty()
|
/base/powermgr/battery_manager/services/zidl/src/ |
H A D | battery_srv_stub.cpp | 195 std::string tempValue = Str16ToStr8(value); in SetChargeConfigStub() local 197 BatteryError error = SetBatteryConfig(tempSceneName, tempValue); in SetChargeConfigStub()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | memory_collector_impl.cpp | 628 uint64_t tempValue = 0;
in CollectProcessVss() local 629 int retScanf = sscanf_s(content.c_str(), "%llu^*", &tempValue);
in CollectProcessVss() 631 vssValue = tempValue * VSS_BIT;
in CollectProcessVss()
|
Completed in 7 milliseconds