Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_restore.cpp38 int pageSize = 200; in GetGalleryAlbums() local
H A Dphoto_album_clone.cpp57 std::shared_ptr<NativeRdb::ResultSet> PhotoAlbumClone::GetPhotoAlbumInOriginalDb(int32_t offset, int32_t pageSize) in GetPhotoAlbumInOriginalDb() argument
H A Dphotos_clone.cpp81 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 Dphoto_album_dao.cpp96 int pageSize = 200; in GetPhotoAlbums() local
H A Dphotos_restore.cpp280 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 Dnetfirewall_common_test.cpp106 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 Dnetfirewall_rule_native_helper.cpp106 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 Dnetfirewall_common_test.cpp106 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 Ddocumentdb_api_test.cpp457 int pageSize = 0; GetDBPageSize() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_test.cpp214 int64_t pageSize; in HWTEST_F() local
H A Drdb_store_config_test.cpp734 static constexpr int pageSize = 4 * 1024; in HWTEST_F() local
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_common.h96 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 Ddb_config.cpp79 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 Drelational_store_test.cpp804 int64_t pageSize; in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp442 int pageSize = getpagesize(); in ffrt_set_worker_stack_size() local
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h559 uint32_t pageSize = 32u; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp569 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 Dsoftbus_handler_asset.cpp573 const size_t pageSize = { getpagesize() }; in ExtractFile() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp163 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 Dnetsys_native_service_proxy.cpp2718 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 Dstore_types.h270 uint32_t pageSize = 32u; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp226 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 Drender_list.cpp1814 double pageSize = GetMainSize(GetLayoutSize()); in ScrollPage() local

Completed in 28 milliseconds