Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_unified_data_test.cpp270 UDMF::UnifiedData newData; variable
303 UDMF::UnifiedData newData; variable
343 UDMF::UnifiedData newData; variable
383 UDMF::UnifiedData newData; variable
423 UDMF::UnifiedData newData; variable
460 UDMF::UnifiedData newData; variable
497 UDMF::UnifiedData newData; variable
534 UDMF::UnifiedData newData; variable
571 UDMF::UnifiedData newData; variable
608 UDMF::UnifiedData newData; variable
[all …]
H A Dpasteboard_utils_test.cpp284 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
317 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
356 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
393 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
428 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
462 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
496 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
530 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
564 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
598 auto newData = PasteboardUtils::GetInstance().Convert(*pasteData); variable
[all …]
H A Dpasteboard_client_test.cpp109 auto newData = PasteboardClient::GetInstance()->CreatePlainTextData(plainText); variable
214 auto newData = PasteboardClient::GetInstance()->CreatePlainTextData(plainText); variable
289 auto newData = PasteboardClient::GetInstance()->CreatePlainTextData(plainText); variable
418 auto newData = PasteboardClient::GetInstance()->CreatePlainTextData( variable
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
H A DFutureData.java43 public static <T> FutureData<T> newLoadedData(T oldData, T newData) { in newLoadedData()
68 private FutureData(boolean isLoading, T oldData, T newData) { in FutureData()
/aosp12/system/chre/apps/test/common/chre_cross_validator_sensor/src/
H A Dchre_cross_validator_sensor_manager.cc499 chre_cross_validation_sensor_Data newData = { in makeSensorThreeAxisData() local
519 chre_cross_validation_sensor_Data newData = { in makeSensorFloatData() local
539 chre_cross_validation_sensor_Data newData = { in makeSensorProximityData() local
559 chre_cross_validation_sensor_Data newData = { in makeSensorStepCounterData() local
572 chre_cross_validation_sensor_Data newData = in handleSensorThreeAxisData() local
581 chre_cross_validation_sensor_Data newData = in handleSensorFloatData() local
591 chre_cross_validation_sensor_Data newData = in handleProximityData() local
601 chre_cross_validation_sensor_Data newData = in handleStepCounterData() local
/aosp12/frameworks/base/libs/hwui/
H A DProfileDataContainer.cpp68 ProfileData* newData = reinterpret_cast<ProfileData*>( in switchStorageToAshmem() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp210 const unsigned char *&newData = data; variable
228 const unsigned char *&newData = data; variable
246 const unsigned char *&newData = data; variable
264 const unsigned char *&newData = data; variable
282 const unsigned char *&newData = data; variable
684 const unsigned char *&newData = data; variable
703 const unsigned char *&newData = data; variable
722 const unsigned char *&newData = data; variable
741 const unsigned char *&newData = data; variable
/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.h53 …ufferPatch(const PatchBuffer &patchInfo, const BlockBuffer &oldInfo, std::vector<uint8_t> &newData) in BlocksBufferPatch()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp244 MovingPhotoData& newData) in GetUpdatedMovingPhotoData()
295 MovingPhotoData newData; in CompatMovingPhoto() local
386 LivePhotoData newData; in CompatLivePhoto() local
519 …ngPhotoProcessor::GetUpdatedLivePhotoData(const LivePhotoData& currentData, LivePhotoData& newData) in GetUpdatedLivePhotoData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_conflict_entry.h32 ConflictData newData; member
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DByteArrayRingBuffer.java52 public boolean appendBuffer(byte[] newData) { in appendBuffer()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.cpp80 uint8_t* newData = reinterpret_cast<uint8_t *>(calloc(1, newSize)); in Grow() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring_pool.cpp80 char* newData = reinterpret_cast<char*>(calloc(1, newSize)); in Grow() local
/aosp12/system/chre/util/
H A Ddynamic_vector_base.cc36 void *newData = memoryAlloc(newCapacity * elementSize); in doReserve() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Duv_queue.cpp67 std::list<void *> newData = args_.at(process); in CallFunction() local
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DPhotoItemFactory.java57 PhotoItem newData = null; in get() local
H A DVideoItemFactory.java61 VideoItem newData = null; in get() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
H A DListenableFutureLoader.java142 protected boolean isSameData(D previousData, D newData) { in isSameData()
/aosp12/frameworks/rs/
H A DrsStream.cpp108 uint8_t *newData = (uint8_t*)malloc(mLength*2); in growSize() local
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.h112 std::vector<uint8_t> newData; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmem_allocator.cpp93 char* newData = new(std::nothrow) char[size]; in Resize() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
H A DMediaPlayerListTest.java132 MediaData newData = new MediaData( in prepareMediaData() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dincremental_source_stream.cpp143 vector<uint8_t> newData; in UpdateData() local
/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_parcel.c80 char *newData = (char *)HcfMalloc(size, 0); in ParcelRealloc() local
/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_packer.h210 char *newData = new char[newSize]; in Write() local

1234