Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp288 OHOS::Print::PrintPageSize pageSize; variable
324 OHOS::Print::PrintPageSize pageSize; variable
380 OHOS::Print::PrintPageSize pageSize; variable
410 OHOS::Print::PrintPageSize pageSize; variable
439 OHOS::Print::PrintPageSize pageSize; variable
468 OHOS::Print::PrintPageSize pageSize; variable
682 OHOS::Print::PrintPageSize pageSize; variable
766 OHOS::Print::PrintPageSize pageSize; variable
798 OHOS::Print::PrintPageSize pageSize; variable
831 OHOS::Print::PrintPageSize pageSize; variable
[all …]
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_common_test.cpp106 int32_t pageSize = 2; variable
117 int32_t pageSize = 2; variable
146 int32_t pageSize = 2; variable
157 int32_t pageSize = 2; variable
170 int32_t pageSize = 2; variable
201 int32_t pageSize = 2; variable
212 int32_t pageSize = 2; variable
225 int32_t pageSize = 2; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp82 uint32_t pageSize = 0; in Write() local
103 uint32_t SysEventDocWriter::GetCurrPageRemainSize(int fileSize, uint32_t pageSize) in GetCurrPageRemainSize()
145 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_); in WriteHeader() local
/ohos5.0/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
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_job_test.cpp289 OHOS::Print::PrintPageSize pageSize, getPageSize; variable
450 OHOS::Print::PrintPageSize pageSize; variable
468 OHOS::Print::PrintPageSize pageSize; variable
H A Dprint_attributes_test.cpp53 OHOS::Print::PrintPageSize pageSize; in GetDefaultPrintAttributes() local
173 OHOS::Print::PrintPageSize pageSize, getPageSize; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_clone.cpp81 …shared_ptr<NativeRdb::ResultSet> PhotosClone::GetPhotosInPhotoMap(int32_t offset, int32_t pageSize) in GetPhotosInPhotoMap()
94 …red_ptr<NativeRdb::ResultSet> PhotosClone::GetPhotosNotInPhotoMap(int32_t offset, int32_t pageSize) in GetPhotosNotInPhotoMap()
196 int pageSize = 200; in FindDuplicateBurstKey() local
H A Dphoto_album_restore.cpp38 int pageSize = 200; in GetGalleryAlbums() local
H A Dgallery_media_dao.cpp34 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMedia()
H A Dphoto_album_clone.cpp57 …<NativeRdb::ResultSet> PhotoAlbumClone::GetPhotoAlbumInOriginalDb(int32_t offset, int32_t pageSize) in GetPhotoAlbumInOriginalDb()
H A Dphotos_restore.cpp39 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMedia()
217 int pageSize = 200; in GetDuplicateData() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h40 uint32_t pageSize; member
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_print___print_attributes.md116 ### pageSize subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_print___print_attributes.md116 ### pageSize subsection
/ohos5.0/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()
96 bool CheckRedoBufSizeConfig(const JsonObject &config, int32_t pageSize, uint32_t &redoBufSize) in CheckRedoBufSizeConfig()
113 bool CheckBufferPoolSizeConfig(const JsonObject &config, int32_t pageSize, uint32_t &redoBufSize) in CheckBufferPoolSizeConfig()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp26 napi_value PrintPageSizeHelper::MakeJsObject(napi_env env, const PrintPageSize &pageSize) in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp74 bool ConvertPageSizeToJson(const PrintPageSize &pageSize, nlohmann::json &jsonObject) in ConvertPageSizeToJson()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp52 const size_t pageSize { getpagesize() }; in ForEachFileSegment() local
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_rule_native_helper.cpp107 const std::vector<sptr<NetFirewallBaseRule>> &ruleList, uint32_t pageSize) in SetFirewallRulesInner()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_spi_nand.h54 uint32_t pageSize; member
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h46 PrintPageSizeAdapter pageSize; member
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp54 const size_t pageSize { getpagesize() }; in ForEachFileSegment() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp96 PrintPageSize pageSize; variable
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp123 OHOS::Print::PrintPageSize pageSize; in TestStartPrintJob() local
195 OHOS::Print::PrintPageSize pageSize; in TestRequestPreview() local
273 OHOS::Print::PrintPageSize pageSize; in TestQueryAllPrintJob() local
288 OHOS::Print::PrintPageSize pageSize; in TestQueryPrintJobById() local
419 OHOS::Print::PrintPageSize pageSize; in TestStartNativePrintJob() local
451 OHOS::Print::PrintPageSize pageSize; in TestUpdatePrintJobOptionByPrinterId() local
735 PrintPageSize pageSize; in TestWriteEprinterPreference() local
747 PrintPageSize pageSize; in TestWritePrinterPreference() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_1.cpp38 uint8_t pageSize = 0; member

123