Home
last modified time | relevance | path

Searched refs:tmpValue (Results 1 – 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/fuzztest/softbushidumper_fuzzer/
Dsoftbushidumper_fuzzer.cpp58 int32_t tmpValue = *(reinterpret_cast<const int32_t *>(data)); in SoftBusHiDumperFuzzTest() local
59 SoftBusDumpDispatch(tmpValue, tmpValue, tmpData); in SoftBusHiDumperFuzzTest()
81 int32_t tmpValue = *(reinterpret_cast<const int32_t *>(data)); in SoftBusHiDumperBusCenterFuzzTest() local
82 SoftBusDumpDispatch(tmpValue, tmpValue, tmpData); in SoftBusHiDumperBusCenterFuzzTest()
104 int32_t tmpValue = *(reinterpret_cast<const int32_t *>(data)); in SoftBusHiDumperConnFuzzTest() local
105 SoftBusDumpDispatch(tmpValue, tmpValue, tmpData); in SoftBusHiDumperConnFuzzTest()
127 int32_t tmpValue = *(reinterpret_cast<const int32_t *>(data)); in SoftBusHiDumperDiscFuzzTest() local
128 SoftBusDumpDispatch(tmpValue, tmpValue, tmpData); in SoftBusHiDumperDiscFuzzTest()
141 int32_t tmpValue = *(reinterpret_cast<const int32_t *>(data)); in SoftBusHiDumperInterfaceFuzzTest() local
142 SoftBusDumpProcess(tmpValue, tmpValue, tmpData); in SoftBusHiDumperInterfaceFuzzTest()
[all …]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
Dmem_mgr_service.cpp224 std::vector<std::string> tmpValue; in ParseParams() local
230 keyValuesMapping[tmpKey] = tmpValue; in ParseParams()
231 tmpValue.clear(); in ParseParams()
235 tmpValue.emplace_back(params[i]); in ParseParams()
239 keyValuesMapping[tmpKey] = tmpValue; in ParseParams()
/foundation/multimedia/av_session/frameworks/native/session/src/
Davsession_pixel_map_adapter.cpp57 uint32_t tmpValue = innerImgBuffer[IMAGE_BYTE_SIZE + imgBufferSize + i]; in ConvertFromInner() local
58 dataSize += (tmpValue << (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertFromInner()
104 … uint8_t tmpValue = ((pixelDataSize & computedValue) >> (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertToInner() local
105 imgBuffer.insert(imgBuffer.begin() + imgBuffer.size(), tmpValue); in ConvertToInner()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_result_set_impl.cpp243 int64_t tmpValue; in GetInt() local
244 int status = GetLong(columnIndex, tmpValue); in GetInt()
246 if (tmpValue < INT32_MIN || tmpValue > INT32_MAX) { in GetInt()
250 value = static_cast<int32_t>(tmpValue); in GetInt()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_pattern.cpp114 auto tmpValue = static_cast<double>(elapsedTime_); in Tick() local
117 tmpValue = in Tick()
120 if (isCountDown_ && tmpValue <= 0) { in Tick()
126 UpdateTextTimer(static_cast<uint32_t>(tmpValue)); in Tick()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_query_sync_test.cpp385 Value tmpValue; variable
389 g_kvDelegatePtr->Get(key2, tmpValue);
390 EXPECT_TRUE(tmpValue == value2);
396 g_kvDelegatePtr->Get(key3, tmpValue);
397 EXPECT_TRUE(tmpValue != value3);
425 Value tmpValue(value);
427 tmpValue.push_back(i);
428 key1Vec.push_back(pair<Key, Value> {tmpKey, tmpValue});
432 Value tmpValue(value2);
434 tmpValue.push_back(i);
[all …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_packer_napi.cpp322 napi_value tmpValue = nullptr; in parsePackOptions() local
325 if (!GET_NODE_BY_NAME(root, "format", tmpValue)) { in parsePackOptions()
331 napi_is_array(env, tmpValue, &isFormatArray); in parsePackOptions()
332 auto formatType = ImageNapiUtils::getType(env, tmpValue); in parsePackOptions()
340 if (napi_get_value_string_utf8(env, tmpValue, buffer, SIZE, &res) != napi_ok) { in parsePackOptions()
347 if (napi_get_array_length(env, tmpValue, &len) != napi_ok) { in parsePackOptions()
354 napi_get_element(env, tmpValue, i, &item); in parsePackOptions()
Dimage_source_napi.cpp524 napi_value tmpValue = nullptr; in ParseRegion() local
539 if (!GET_NODE_BY_NAME(root, "size", tmpValue)) { in ParseRegion()
543 if (!GET_INT32_BY_NAME(tmpValue, "height", region->height)) { in ParseRegion()
547 if (!GET_INT32_BY_NAME(tmpValue, "width", region->width)) { in ParseRegion()
611 napi_value tmpValue = nullptr; in ParseDecodeOptions() local
643 if (!GET_NODE_BY_NAME(root, "desiredSize", tmpValue)) { in ParseDecodeOptions()
646 if (!ParseSize(env, tmpValue, &(opts->desiredSize))) { in ParseDecodeOptions()
651 if (!GET_NODE_BY_NAME(root, "desiredRegion", tmpValue)) { in ParseDecodeOptions()
654 if (!ParseRegion(env, tmpValue, &(opts->CropRect))) { in ParseDecodeOptions()
684 napi_value tmpValue = nullptr; in parseSourceOptions() local
[all …]
Dpixel_map_napi.cpp131 napi_value tmpValue = nullptr; in parseInitializationOptions() local
158 if (!GET_NODE_BY_NAME(root, "size", tmpValue)) { in parseInitializationOptions()
162 if (!parseSize(env, tmpValue, &(opts->size))) { in parseInitializationOptions()
170 napi_value tmpValue = nullptr; in parseRegion() local
184 if (!GET_NODE_BY_NAME(root, "size", tmpValue)) { in parseRegion()
188 if (!GET_INT32_BY_NAME(tmpValue, "height", region->height)) { in parseRegion()
192 if (!GET_INT32_BY_NAME(tmpValue, "width", region->width)) { in parseRegion()
201 napi_value tmpValue = nullptr; in parsePositionArea() local
219 if (!GET_NODE_BY_NAME(root, "region", tmpValue)) { in parsePositionArea()
223 if (!parseRegion(env, tmpValue, &(area->region))) { in parsePositionArea()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/gallery_data_sync/
Ddata_convertor.cpp138 int32_t tmpValue; in GetBool() local
139 err = resultSet.GetInt(index, tmpValue); in GetBool()
144 val = !!tmpValue; in GetBool()
/foundation/multimodalinput/input/util/common/src/
Dutil_napi_value.cpp187 char tmpValue[MAX_STRING_LEN] = { 0 }; in GetNamePropertyString() local
189 napi_get_value_string_utf8(env, napiValue, tmpValue, MAX_STRING_LEN - 1, &typeLen); in GetNamePropertyString()
190 value = tmpValue; in GetNamePropertyString()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
Dnapi_storage.cpp360 bool tmpValue = (bool)obj->value_->GetBool(context->key, context->defValue); in GetValue() local
361 context->defValue = PreferencesValue(tmpValue); in GetValue()
363 std::string tmpValue = obj->value_->GetString(context->key, context->defValue); in GetValue() local
364 context->defValue = PreferencesValue(tmpValue); in GetValue()
366 double tmpValue = obj->value_->GetDouble(context->key, context->defValue); in GetValue() local
367 context->defValue = PreferencesValue(tmpValue); in GetValue()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dstream_packet_header.h41 auto tmpValue = static_cast<unsigned int>(x); in Align() local
43 return static_cast<int>((tmpValue + ((1 << tmpShift) - 1)) & ~((1 << tmpShift) - 1)); in Align()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp1536 std::string tmpValue; in FilterWithRegex() local
1541 tmpValue += value; in FilterWithRegex()
1546 valueToUpdate = tmpValue; in FilterWithRegex()