Home
last modified time | relevance | path

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

12

/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmprotect_test_001.cpp36 int pageSize; in Testcase() local
[all...]
H A Dmremap_test_001.cpp37 int pageSize; in Testcase() local
[all...]
H A Dmmap_test_003.cpp40 int fd, pageSize; in Testcase() local
[all...]
H A Dmmap_test_004.cpp40 int fd, pageSize; in Testcase() local
[all...]
H A Dmmap_test_002.cpp38 int pageSize = getpagesize(); in CheckedMmap() local
60 int pageSize = getpagesize(); in Testcase() local
[all...]
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
H A Dshm_test_014.cpp41 int pageSize = getpagesize(); in testcase() local
H A Dshm_test_013.cpp39 int pageSize = getpagesize(); in testcase() local
/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
/test/xts/hats/kernel/syscalls/process/prctl/
H A DPrctlApiTest.cpp122 size_t pageSize = static_cast<size_t>(sysconf(_SC_PAGESIZE)); in HWTEST_F() local
/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...]
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java71 list(OhSampleShortVideo video, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java72 list(OhSampleBusinessGoods mtBusiness, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
H A DBusinessCommentController.java72 list(OhSampleBusinessComment comment, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
H A DGroupSiteController.java96 list(OhSampleGroupSite site, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
H A DBusinessController.java96 list(OhSampleBusiness mtBusiness, @RequestParam(name = �, defaultValue = �) Integer pageNo, @RequestParam(name = �, defaultValue = �) Integer pageSize, HttpServletRequest req) list() argument
/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
/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...]

Completed in 11 milliseconds

12