Home
last modified time | relevance | path

Searched defs:jobList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1895 std::map<std::string, std::shared_ptr<PrintJob>> jobList; variable
1907 std::map<std::string, std::shared_ptr<PrintJob>> jobList; variable
1919 std::map<std::string, std::shared_ptr<PrintJob>> jobList; variable
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp720 std::map<std::string, std::shared_ptr<PrintJob>> jobList; in TestDetermineUserJobStatus() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp3034 const std::map<std::string, std::shared_ptr<PrintJob>> &jobList) in DetermineUserJobStatus()