Home
last modified time | relevance | path

Searched refs:tempValue (Results 1 - 9 of 9) sorted by relevance

/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c218 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 Ddate_time_sequence.cpp60 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 Dmemory_util.cpp205 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 Dget_hardware_info.cpp96 uint64_t tempValue = 0; in RegStrToRegValue() local
97 GetValue(tempValueStr, tempValue); in RegStrToRegValue()
98 value += tempValue; in RegStrToRegValue()
H A Dmemory_info.cpp649 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 Dstring_util.h79 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 Dprint_module.cpp78 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 Dbattery_srv_stub.cpp195 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 Dmemory_collector_impl.cpp628 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 8 milliseconds