/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_client_test.cpp | 290 testJob.SetPageSize(pageSize); 326 testJob.SetPageSize(pageSize); 382 testJob.SetPageSize(pageSize); 412 testJob.SetPageSize(pageSize); 441 testJob.SetPageSize(pageSize); 470 testJob.SetPageSize(pageSize); 684 testJob.SetPageSize(pageSize); 768 testJob.SetPageSize(pageSize); 800 testJob.SetPageSize(pageSize); 833 testJob.SetPageSize(pageSize); [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_attributes_test.cpp | 55 printAttributes.SetPageSize(pageSize); in GetDefaultPrintAttributes() 175 printAttributes.SetPageSize(pageSize);
|
H A D | print_job_test.cpp | 291 job.SetPageSize(pageSize);
|
H A D | print_utils_test.cpp | 381 attrParam.SetPageSize(pageSize);
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 154 nativeObj->SetPageSize(*pageSizePtr); in BuildFromJsPageSize() 158 nativeObj->SetPageSize(*pageSizePtr); in BuildFromJsPageSize()
|
H A D | print_job_helper.cpp | 171 nativeObj->SetPageSize(*pageSizePtr); in BuildJsWorkerIsLegal()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_attributes.cpp | 104 void PrintAttributes::SetPageSize(const PrintPageSize &pageSize) in SetPageSize() function in OHOS::Print::PrintAttributes 299 SetPageSize(*pageSizePtr); in ReadFromParcel()
|
H A D | print_job.cpp | 142 void PrintJob::SetPageSize(const PrintPageSize &pageSize) in SetPageSize() function in OHOS::Print::PrintJob 325 SetPageSize(*pageSizePtr); in ReadFromParcel()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_attributes.h | 48 void SetPageSize(const PrintPageSize &pageSize);
|
H A D | print_job.h | 58 void SetPageSize(const PrintPageSize &pageSize);
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 125 testJob.SetPageSize(pageSize); in TestStartPrintJob() 197 printJob.SetPageSize(pageSize); in TestRequestPreview() 275 printJob.SetPageSize(pageSize); in TestQueryAllPrintJob() 290 printJob.SetPageSize(pageSize); in TestQueryPrintJobById() 421 testJob.SetPageSize(pageSize); in TestStartNativePrintJob() 453 printJob.SetPageSize(pageSize); in TestUpdatePrintJobOptionByPrinterId()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 421 config.SetPageSize(1024); 544 config.SetPageSize(1024); 557 config.SetPageSize(1024); 601 config.SetPageSize(1024);
|
H A D | rdb_store_config_test.cpp | 735 config.SetPageSize(pageSize); 747 config.SetPageSize(0);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_connection.h | 85 int SetPageSize(const RdbStoreConfig &config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | sqlite_connection.h | 86 int SetPageSize(const RdbStoreConfig &config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 181 void SetPageSize(int pageSize);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 471 API_EXPORT void SetPageSize(int pageSize);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 200 rdbStoreConfig.SetPageSize(rdbConfig.GetPageSize()); in GetSlaveRdbStoreConfig() 366 errCode = SetPageSize(config); in Configure() 497 int SqliteConnection::SetPageSize(const RdbStoreConfig &config) in SetPageSize() function in OHOS::NativeRdb::SqliteConnection
|
H A D | rdb_store_config.cpp | 169 void RdbStoreConfig::SetPageSize(int pageSize) in SetPageSize() function in OHOS::NativeRdb::RdbStoreConfig
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_helper.cpp | 605 printJob.SetPageSize(pageSize); in SetPrintPageSizeInPrintJob()
|