Home
last modified time | relevance | path

Searched defs:jobOrderId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_user_data_test.cpp145 std::string jobOrderId = "0"; variable
158 std::string jobOrderId = "0"; variable
183 std::string jobOrderId = "0"; variable
199 std::string jobOrderId = "0"; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_user_data.cpp57 const std::string &jobId, const std::shared_ptr<PrintJob> &printJob, std::string jobOrderId) in UpdateQueuedJobList()
H A Dprint_service_ability.cpp1221 std::string jobOrderId = GetPrintJobOrderId(); in UpdateQueuedJobList() local
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_user_data_other_test.cpp28 std::string jobOrderId; member in OHOS::Print::PrintUserDataTest