/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 104 void CreateAndInitUserTable(int64_t count, int64_t photoSize, const Asset &expect) in CreateAndInitUserTable() argument 110 std::string photo(photoSize, 'v'); in CreateAndInitUserTable() 288 void InitUserDataForAssetTest(int64_t insCount, int64_t photoSize, const Asset &expect) in InitUserDataForAssetTest() argument 295 CreateAndInitUserTable(insCount, photoSize, expect); in InitUserDataForAssetTest() 806 int64_t photoSize = 1024 * 8; in HWTEST_F() local 808 CreateAndInitUserTable(2 * insCount, photoSize, g_localAsset); // 2 is insert,update type data in HWTEST_F() 838 int64_t photoSize = 10; in HWTEST_F() local 840 CreateAndInitUserTable(3 * insCount, photoSize, g_localAsset); // 3 is insert,update and delete type data in HWTEST_F() 874 int64_t photoSize = 1024 * 8; in HWTEST_F() local 876 CreateAndInitUserTable(2 * insCount, photoSize, g_localAsse in HWTEST_F() 908 int64_t photoSize = 1024; HWTEST_F() local 942 int64_t photoSize = 10; HWTEST_F() local 994 int64_t photoSize = 10; HWTEST_F() local 1031 int64_t photoSize = 1; HWTEST_F() local 1052 int64_t photoSize = 10; HWTEST_F() local 1071 int64_t photoSize = 10; HWTEST_F() local 1085 int64_t photoSize = 10; HWTEST_F() local 1146 int64_t photoSize = 10; HWTEST_F() local 1198 int64_t photoSize = 10; HWTEST_F() local 1357 int64_t photoSize = 10; HWTEST_F() local 1426 int64_t photoSize = 10; HWTEST_F() local 1468 int64_t photoSize = 10; HWTEST_F() local 1498 int64_t photoSize = 10; HWTEST_F() local 1558 int64_t photoSize = 10; HWTEST_F() local 1611 int64_t photoSize = 1024 * 100; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.h | 51 static void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull, 54 static void UpdateCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull,
|
H A D | cloud_db_sync_utils_test.cpp | 79 void CloudDBSyncUtilsTest::InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull, in InsertCloudTableRecord() argument 82 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudTableRecord() 110 void CloudDBSyncUtilsTest::UpdateCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull, in UpdateCloudTableRecord() argument 113 std::vector<uint8_t> photo(photoSize, 'v'); in UpdateCloudTableRecord()
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
H A D | camera.h | 75 void Capture(Size photoSize); 183 void TakePhoto(Size photoSize);
|
H A D | camera.cpp | 488 void CameraCallback::Capture(Size photoSize) in Capture() argument 739 void Camera::TakePhoto(Size photoSize) in TakePhoto() argument 742 cameraCallback_.Capture(photoSize); in TakePhoto()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | camera_output_capability.cpp | 197 size_t photoSize = photoProfiles_.size(); in RemoveDuplicatesProfiles() local 204 previewSize, previewProfiles_.size(), photoSize, photoProfiles_.size(), in RemoveDuplicatesProfiles()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 52 void InsertCloudSharedTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull); 53 void UpdateCloudSharedTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull); 262 void DistributedDBCloudReferenceSyncTest::InsertCloudSharedTableRecord(int64_t begin, int64_t count, int64_t photoSize, in InsertCloudSharedTableRecord() argument 265 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudSharedTableRecord() 300 void DistributedDBCloudReferenceSyncTest::UpdateCloudSharedTableRecord(int64_t begin, int64_t count, int64_t photoSize, in UpdateCloudSharedTableRecord() argument 303 std::vector<uint8_t> photo(photoSize, 'v'); in UpdateCloudSharedTableRecord()
|
H A D | distributeddb_cloud_check_sync_test.cpp | 197 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull); 198 void InsertCloudTableRecord(const std::string &tableName, int64_t begin, int64_t count, int64_t photoSize, 342 void DistributedDBCloudCheckSyncTest::InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, in InsertCloudTableRecord() argument 345 InsertCloudTableRecord(tableName_, begin, count, photoSize, assetIsNull); in InsertCloudTableRecord() 349 int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() 351 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudTableRecord() 348 InsertCloudTableRecord(const std::string &tableName, int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) InsertCloudTableRecord() argument
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 136 void InsertUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertUserTableRecord() argument 138 std::string photo(photoSize, 'v'); in InsertUserTableRecord() 213 void InsertRecordWithoutPk2LocalAndCloud(sqlite3 *&db, int64_t begin, int64_t count, int photoSize) in InsertRecordWithoutPk2LocalAndCloud() argument 215 std::vector<uint8_t> photo(photoSize, 'v'); in InsertRecordWithoutPk2LocalAndCloud() 216 std::string photoLocal(photoSize, 'v'); in InsertRecordWithoutPk2LocalAndCloud() 250 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() argument 252 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudTableRecord()
|
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 162 Size photoSize = {g_photoInfo->width_, g_photoInfo->height_}; in InitPhotoOutput() local 163 Profile photoProfile(photoFormat, photoSize); in InitPhotoOutput()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | main.cpp | 159 Size photoSize = {g_photoInfo->width_, g_photoInfo->height_}; in InitPhotoOutput() local 160 Profile photoProfile(photoFormat, photoSize); in InitPhotoOutput()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
H A D | cloudsync_fuzzer.cpp | 208 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() argument 210 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudTableRecord()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 474 CameraStandard::Size photoSize = {info->width_, info->height_}; in CreatePhotoOutput() local 475 CameraStandard::Profile photoProfile(photoFormat, photoSize); in CreatePhotoOutput()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 141 void InsertUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertUserTableRecord() argument 143 std::string photo(photoSize, 'v'); in InsertUserTableRecord() 188 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() argument 190 std::vector<uint8_t> photo(photoSize, 'v'); in InsertCloudTableRecord()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 53 Camera_Size photoSize = { in CreatePhotoOutput() local 59 .size = photoSize in CreatePhotoOutput() 5234 Camera_Size photoSize = { in HWTEST_F() local 5240 .size = photoSize in HWTEST_F() 5289 Camera_Size photoSize = { in HWTEST_F() local 5295 .size = photoSize in HWTEST_F() 5347 Camera_Size photoSize = { in HWTEST_F() local 5353 .size = photoSize in HWTEST_F() 5405 Camera_Size photoSize = { in HWTEST_F() local 5411 .size = photoSize in HWTEST_F() 5464 Camera_Size photoSize = { HWTEST_F() local [all...] |
H A D | camera_framework_unittest.cpp | 688 Size photoSize; in CreatePhotoOutput() local 689 photoSize.width = width; in CreatePhotoOutput() 690 photoSize.height = height; in CreatePhotoOutput() 691 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput() 1110 Size photoSize; in HWTEST_F() local 1111 photoSize.width = width; in HWTEST_F() 1112 photoSize.height = height; in HWTEST_F() 1113 Profile photoProfile = Profile(photoFormat, photoSize); in HWTEST_F() 1133 Size photoSize; in HWTEST_F() local 1134 photoSize in HWTEST_F() [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 461 Size photoSize; in CreatePhotoOutput() local 462 photoSize.width = width; in CreatePhotoOutput() 463 photoSize.height = height; in CreatePhotoOutput() 464 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput() 606 Size photoSize; in CreatePhotoOutput() local 607 photoSize.width = profile.GetSize().width; in CreatePhotoOutput() 608 photoSize.height = profile.GetSize().height; in CreatePhotoOutput() 779 Size photoSize; in CreateHighResPhotoOutput() local 780 photoSize.width = photoProfile.GetSize().width; in CreateHighResPhotoOutput() 781 photoSize in CreateHighResPhotoOutput() 6624 Size photoSize; HWTEST_F() local [all...] |