Home
last modified time | relevance | path

Searched refs:valueTmp (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp159 Value valueTmp; variable
160 valueTmp.push_back('7');
185 Value valueTmp; variable
186 valueTmp.push_back('7');
205 Value valueTmp; variable
227 Value valueTmp; variable
228 valueTmp.push_back('7');
287 Value valueTmp; variable
404 Value valueTmp; variable
405 valueTmp.push_back(3);
[all …]
H A Ddistributeddb_interfaces_data_operation_test.cpp421 Value valueTmp; variable
422 valueTmp.push_back('7');
448 Value valueTmp; variable
449 valueTmp.push_back('7');
468 Value valueTmp; variable
490 Value valueTmp; variable
491 valueTmp.push_back('7');
550 Value valueTmp; variable
668 Value valueTmp; variable
669 valueTmp.push_back(3);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp370 Value valueTmp; variable
976 Value valueTmp; variable
979 deEntry.GetValue(valueTmp);
983 EXPECT_EQ(objectRead.DeSerialData(valueTmp), E_OK);
1145 Value valueTmp; variable
1146 EXPECT_EQ(g_transaction->Get(KEY_3, valueTmp), -E_NOT_FOUND);
1159 EXPECT_EQ(g_transaction->Get(KEY_1, valueTmp), -E_NOT_FOUND);
1218 Value valueTmp; variable
1220 EXPECT_EQ(g_transaction->Get(KEY_1, valueTmp), -E_NOT_FOUND);
1278 Value valueTmp; variable
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp308 const char* valueTmp = listener->GetValue(); variable
309 if ((textTmp == nullptr) || (valueTmp == nullptr)) {
315 bool ret = strcmp(textTmp, valueTmp);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Djson_util_test.cpp556 double valueTmp = 8.0; variable
558 bool putRet = jsonValue->Put(key, valueTmp);
701 std::unique_ptr<JsonValue> valueTmp = JsonUtil::Create(false); variable
702 bool ret2 = jsonValue->Replace(key, valueTmp);
710 bool ret3 = jsonValue->Replace(key, valueTmp);
717 jsonValue->Put(key, valueTmp);
718 bool ret4 = jsonValue->Replace(key, valueTmp);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp193 std::string valueTmp = value; in SetClassKeyValue() local
197 item.absoluteLeasetime = static_cast<int64_t>(CheckDataLegal(valueTmp)); in SetClassKeyValue()
234 item.ipResult.uOptLeasetime = static_cast<uint32_t>(CheckDataLegal(valueTmp)); in SetClassKeyValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp983 Value valueTmp; in TransferDiffEntries() local
985 errCode = TransferToUserValue(insertedItem.value, valueTmp); in TransferDiffEntries()
989 std::swap(insertedItem.value, valueTmp); in TransferDiffEntries()
993 errCode = TransferToUserValue(updatedItem.value, valueTmp); in TransferDiffEntries()
997 std::swap(updatedItem.value, valueTmp); in TransferDiffEntries()
1001 errCode = TransferToUserValue(deletedItem.value, valueTmp); in TransferDiffEntries()
1005 std::swap(deletedItem.value, valueTmp); in TransferDiffEntries()
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp408 uint32_t valueTmp = 0; in SetDisplayBackLight() local
409 if (!data->ReadUint32(valueTmp)) { in SetDisplayBackLight()
413 int32_t ret = device_->SetDisplayBacklight(devId, valueTmp); in SetDisplayBackLight()
436 uint64_t valueTmp = 0; in GetDisplayProperty() local
437 int32_t ret = device_->GetDisplayProperty(devId, propertyId, valueTmp); in GetDisplayProperty()
442 if (!reply->WriteUint64(valueTmp)) { in GetDisplayProperty()
466 uint64_t valueTmp = 0; in SetDisplayProperty() local
467 if (!data->ReadUint64(valueTmp)) { in SetDisplayProperty()
471 int32_t ret = device_->SetDisplayProperty(devId, propertyIdTmp, valueTmp); in SetDisplayProperty()