Home
last modified time | relevance | path

Searched defs:pageSize_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dsys_event_doc_reader.h58 uint32_t pageSize_ = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddb_config.h42 int32_t pageSize_ = 4; // 4: default page size k variable
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_page_size.h78 static std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>> pageSize_; variable
H A Dprint_job.h131 PrintPageSize pageSize_; variable
H A Dprint_attributes.h132 PrintPageSize pageSize_; variable
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dmapped_file.h170 static off_t pageSize_; variable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp28 off_t MappedFile::pageSize_ = static_cast<off_t>(sysconf(_SC_PAGESIZE)); member in OHOS::Utils::MappedFile
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h698 int32_t pageSize_; variable
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_page_size.cpp83 std::map<PAGE_SIZE_ID, std::shared_ptr<PrintPageSize>> PrintPageSize::pageSize_; member in OHOS::Print::PrintPageSize
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h274 int32_t pageSize_; variable