/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/ |
H A D | event_store_config.h | 34 uint32_t GetPageSize(int eventType);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/ |
H A D | db_config.h | 29 int32_t GetPageSize() const;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_global_config.h | 75 static int GetPageSize();
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_global_config.cpp | 82 int SqliteGlobalConfig::GetPageSize() in GetPageSize() function in OHOS::NativeRdb::SqliteGlobalConfig
|
H A D | sqlite_connection.cpp | 200 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 D | print_attributes.h | 70 void GetPageSize(PrintPageSize &printPageSize) const;
|
H A D | print_job.h | 90 void GetPageSize(PrintPageSize &printPageSize) const;
|
H A D | printer_capability.h | 43 void GetPageSize(std::vector<PrintPageSize> &pageSizeList) const;
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/ |
H A D | event_store_config.cpp | 94 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 D | print_manager_adapter_impl.cpp | 127 attrs.GetPageSize(printPageSize); in ConvertPrintingParameters()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
H A D | sys_event_doc_writer.cpp | 145 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 D | db_config.cpp | 248 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 D | print_attributes_test.cpp | 176 printAttributes.GetPageSize(getPageSize);
|
H A D | print_job_test.cpp | 292 job.GetPageSize(getPageSize);
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 177 attributes.GetPageSize(pageSize); in CreatePageSize()
|
H A D | print_job_helper.cpp | 229 job.GetPageSize(pageSize); in CreatePageSize()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 184 void PrintAttributes::GetPageSize(PrintPageSize &pageSize) const in GetPageSize() function in OHOS::Print::PrintAttributes
|
H A D | print_utils.cpp | 260 attrParam.GetPageSize(pageSizeAttr); in ParseAttributesObjectParamForJson()
|
H A D | print_job.cpp | 242 void PrintJob::GetPageSize(PrintPageSize &pageSize) const in GetPageSize() function in OHOS::Print::PrintJob
|
H A D | printer_capability.cpp | 143 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 D | rdb_store_config.h | 180 int GetPageSize() const;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 466 API_EXPORT int GetPageSize() const;
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_system_data.cpp | 653 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 D | sqlite_store_executor_impl.cpp | 39 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 D | rdb_store_config_test.cpp | 736 int retPageSize = config.GetPageSize(); 748 retPageSize = config.GetPageSize();
|