Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_utils.h30 static std::string GetTaskEventId(const std::string &taskId, const std::string &type);
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_utils.cpp80 std::string PrintUtils::GetTaskEventId(const std::string &taskId, const std::string &type) in GetTaskEventId() function in OHOS::Print::PrintUtils
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_utils_test.cpp202 std::string result = PrintUtils::GetTaskEventId(taskId, type);
/base/print/print_fwk/services/src/
Dprint_service_ability.cpp1288 eventType = PrintUtils::GetTaskEventId(taskId, type); in On()
1323 eventType = PrintUtils::GetTaskEventId(taskId, type); in Off()
1424 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), stateInfo); in SendPrintJobEvent()