/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/ |
H A D | photo_album_restore.cpp | 38 int pageSize = 200;
in GetGalleryAlbums() local
|
H A D | photo_album_clone.cpp | 57 std::shared_ptr<NativeRdb::ResultSet> PhotoAlbumClone::GetPhotoAlbumInOriginalDb(int32_t offset, int32_t pageSize)
in GetPhotoAlbumInOriginalDb() argument
|
H A D | photos_clone.cpp | 81 std::shared_ptr<NativeRdb::ResultSet> PhotosClone::GetPhotosInPhotoMap(int32_t offset, int32_t pageSize)
in GetPhotosInPhotoMap() argument 94 std::shared_ptr<NativeRdb::ResultSet> PhotosClone::GetPhotosNotInPhotoMap(int32_t offset, int32_t pageSize)
in GetPhotosNotInPhotoMap() argument 186 int pageSize = 200;
in FindDuplicateBurstKey() local
|
H A D | photo_album_dao.cpp | 96 int pageSize = 200;
in GetPhotoAlbums() local
|
H A D | photos_restore.cpp | 280 int pageSize = 200;
in GetDuplicateData() local 33 GetGalleryMedia( int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) GetGalleryMedia() argument
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | netfirewall_common_test.cpp | 106 int32_t pageSize = 2; in HWTEST_F() local 117 int32_t pageSize = 2; in HWTEST_F() local 146 int32_t pageSize = 2; in HWTEST_F() local 157 int32_t pageSize = 2; in HWTEST_F() local 170 int32_t pageSize = 2; in HWTEST_F() local 201 int32_t pageSize = 2; HWTEST_F() local 212 int32_t pageSize = 2; HWTEST_F() local 225 int32_t pageSize = 2; HWTEST_F() local [all...] |
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_rule_native_helper.cpp | 106 SetFirewallRulesInner(NetFirewallRuleType type, const std::vector<sptr<NetFirewallBaseRule>> &ruleList, uint32_t pageSize) SetFirewallRulesInner() argument
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_common_test.cpp | 106 int32_t pageSize = 2;
in HWTEST_F() local 117 int32_t pageSize = 2;
in HWTEST_F() local 146 int32_t pageSize = 2;
in HWTEST_F() local 157 int32_t pageSize = 2;
in HWTEST_F() local 170 int32_t pageSize = 2;
in HWTEST_F() local 201 int32_t pageSize = 2; HWTEST_F() local 212 int32_t pageSize = 2; HWTEST_F() local 225 int32_t pageSize = 2; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_api_test.cpp | 457 int pageSize = 0; GetDBPageSize() local [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_execute_test.cpp | 214 int64_t pageSize; in HWTEST_F() local
|
H A D | rdb_store_config_test.cpp | 734 static constexpr int pageSize = 4 * 1024; in HWTEST_F() local
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/ |
H A D | netfirewall_common.h | 96 int32_t pageSize; // Page size member 107 int32_t pageSize; // Page size member 117 int32_t pageSize; // Page size member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | db_config.cpp | 79 bool CheckPageSizeConfig(const JsonObject &config, int32_t &pageSize) in CheckPageSizeConfig() argument 96 bool CheckRedoBufSizeConfig(const JsonObject &config, int32_t pageSize, uint32_t &redoBufSize) in CheckRedoBufSizeConfig() argument 113 bool CheckBufferPoolSizeConfig(const JsonObject &config, int32_t pageSize, uint32_t &redoBufSize) in CheckBufferPoolSizeConfig() argument [all...] |
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/ |
H A D | relational_store_test.cpp | 804 int64_t pageSize; in HWTEST_F() local
|
/foundation/resourceschedule/ffrt/src/core/ |
H A D | task.cpp | 442 int pageSize = getpagesize(); in ffrt_set_worker_stack_size() local
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 559 uint32_t pageSize = 32u; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 569 uint32_t pageSize = kvDBProp.GetUIntProp(KvDBProperties::PAGE_SIZE, 32u); // one page has 32KB in InitDataBaseOption() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 573 const size_t pageSize = { getpagesize() }; in ExtractFile() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_config.cpp | 163 void RdbStoreConfig::SetPageSize(int pageSize) in SetPageSize() argument 629 int32_t pageSize = cryptoPageSize; in IsValid() local 26 RdbStoreConfig(const std::string &name, StorageMode storageMode, bool isReadOnly, const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMode, const std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool autoCheck, int journalSize, int pageSize) RdbStoreConfig() argument [all...] |
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 2718 uint32_t pageSize = type == NetFirewallRuleType::RULE_IP ? FIREWALL_IPC_IP_RULE_PAGE_SIZE : FIREWALL_RULE_SIZE_MAX; in SetFirewallRules() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 270 uint32_t pageSize = 32u; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 226 vector< vector<Entry> > GetGroupEntries(vector<Entry> entries, int pageSize, int valueLength, uint8_t c) in GetGroupEntries() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 1814 double pageSize = GetMainSize(GetLayoutSize()); in ScrollPage() local
|