Home
last modified time | relevance | path

Searched refs:GetJobStateChar (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h49 static std::string GetJobStateChar(const uint32_t state);
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp303 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED); in HWTEST_F()
316 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED + 100); in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp174 std::string PrintUtils::GetJobStateChar(const uint32_t state) in GetJobStateChar() function in OHOS::Print::PrintUtils
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1634 jobId.c_str(), state, PrintUtils::GetJobStateChar(state).c_str(), subState); in UpdatePrintJobState()

Completed in 8 milliseconds