Home
last modified time | relevance | path

Searched refs:MAX_FILE_NUM (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/image/
H A Dimage_load_unit_test.cpp28 constexpr uint8_t MAX_FILE_NUM = 2; member
40 static int32_t imgResFds_[MAX_FILE_NUM];
41 static ImageInfo imgInfos_[MAX_FILE_NUM];
42 static uint32_t sizes_[MAX_FILE_NUM];
45 int32_t ImageTest::imgResFds_[MAX_FILE_NUM];
46 ImageInfo ImageTest::imgInfos_[MAX_FILE_NUM];
47 uint32_t ImageTest::sizes_[MAX_FILE_NUM];
55 for (int i = 0; i < MAX_FILE_NUM; i++) { in SetUpTestCase()
66 for (int i = 0; i < MAX_FILE_NUM; i++) { in TearDownTestCase()
73 for (int i = 0; i < MAX_FILE_NUM; in ResetFds()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_backup_test/
H A Dkey_backup_test.cpp28 constexpr static uint32_t MAX_FILE_NUM = 5; member
97 EXPECT_EQ(KeyBackup::GetInstance().GetLoopMaxNum(MAX_FILE_NUM + 1), INVALID_LOOP_NUM); in HWTEST_F()
98 EXPECT_EQ(KeyBackup::GetInstance().GetLoopMaxNum(MAX_FILE_NUM), 31); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h81 static const size_t MAX_FILE_NUM = 10; member in HiEvent
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h96 constexpr static uint32_t MAX_FILE_NUM = 5; member in OHOS::StorageDaemon::KeyBackup
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp270 if (infoListSize > MAX_FILE_NUM) { in ReadMediaInfoHolder()
697 if (fileListSize > MAX_FILE_NUM) { in ReadFileList()
723 if (fileListSize > MAX_FILE_NUM) { in ReadRcvFdFileMap()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h357 const int32_t EXPORT MAX_FILE_NUM = 16 * 1024; member in OHOS::CastEngine::SubDeviceType::EventCode
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp413 if (diffNum > MAX_FILE_NUM) { in GetLoopMaxNum()

Completed in 5 milliseconds