Home
last modified time | relevance | path

Searched refs:GetPageSize (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h34 uint32_t GetPageSize(int eventType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddb_config.h29 int32_t GetPageSize() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h75 static int GetPageSize();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp82 int SqliteGlobalConfig::GetPageSize() in GetPageSize() function in OHOS::NativeRdb::SqliteGlobalConfig
H A Dsqlite_connection.cpp200 rdbStoreConfig.SetPageSize(rdbConfig.GetPageSize()); in GetSlaveRdbStoreConfig()
499 if (isReadOnly_ || config.GetPageSize() == GlobalExpr::DB_PAGE_SIZE) { in SetPageSize()
503 int targetValue = config.GetPageSize(); in SetPageSize()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_attributes.h70 void GetPageSize(PrintPageSize &printPageSize) const;
H A Dprint_job.h90 void GetPageSize(PrintPageSize &printPageSize) const;
H A Dprinter_capability.h43 void GetPageSize(std::vector<PrintPageSize> &pageSizeList) const;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp94 uint32_t EventStoreConfig::GetPageSize(int eventType) in GetPageSize() function in OHOS::HiviewDFX::EventStore::EventStoreConfig
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp127 attrs.GetPageSize(printPageSize); in ConvertPrintingParameters()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp145 uint32_t pageSize = EventStoreConfig::GetInstance().GetPageSize(sysEvent->eventType_); in WriteHeader()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp248 int32_t DBConfig::GetPageSize() const in GetPageSize() function in DocumentDB::DBConfig
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_attributes_test.cpp176 printAttributes.GetPageSize(getPageSize);
H A Dprint_job_test.cpp292 job.GetPageSize(getPageSize);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp177 attributes.GetPageSize(pageSize); in CreatePageSize()
H A Dprint_job_helper.cpp229 job.GetPageSize(pageSize); in CreatePageSize()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp184 void PrintAttributes::GetPageSize(PrintPageSize &pageSize) const in GetPageSize() function in OHOS::Print::PrintAttributes
H A Dprint_utils.cpp260 attrParam.GetPageSize(pageSizeAttr); in ParseAttributesObjectParamForJson()
H A Dprint_job.cpp242 void PrintJob::GetPageSize(PrintPageSize &pageSize) const in GetPageSize() function in OHOS::Print::PrintJob
H A Dprinter_capability.cpp143 void PrinterCapability::GetPageSize(std::vector<PrintPageSize> &pageSizeList) const in GetPageSize() function in OHOS::Print::PrinterCapability
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h180 int GetPageSize() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h466 API_EXPORT int GetPageSize() const;
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp653 cupsPrinterCaps.GetPageSize(pageSizeList); in GetPrinterCapabilityFromSystemData()
710 caps.GetPageSize(pageSizeList); in GetPrinterCapabilityFromJson()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp39 std::string pageSizeSql = "PRAGMA page_size=" + std::to_string(config.GetPageSize() * 1024); in CreateDatabase()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp736 int retPageSize = config.GetPageSize();
748 retPageSize = config.GetPageSize();

12