Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_utils.h34 static std::string GetJobStateChar(const uint32_t state);
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_utils_test.cpp301 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED);
314 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED + 100);
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_utils.cpp122 std::string PrintUtils::GetJobStateChar(const uint32_t state) in GetJobStateChar() function in OHOS::Print::PrintUtils
/base/print/print_fwk/services/src/
Dprint_service_ability.cpp927 jobId.c_str(), state, PrintUtils::GetJobStateChar(state).c_str(), subState); in UpdatePrintJobState()