Searched refs:GetJobStateChar (Results 1 – 4 of 4) sorted by relevance
34 static std::string GetJobStateChar(const uint32_t state);
301 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED);314 std::string result = PrintUtils::GetJobStateChar(PRINT_JOB_PREPARED + 100);
122 std::string PrintUtils::GetJobStateChar(const uint32_t state) in GetJobStateChar() function in OHOS::Print::PrintUtils
927 jobId.c_str(), state, PrintUtils::GetJobStateChar(state).c_str(), subState); in UpdatePrintJobState()