Home
last modified time | relevance | path

Searched refs:GetTaskEventId (Results 1 - 9 of 9) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h45 static std::string GetTaskEventId(const std::string &taskId, const std::string &type);
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h92 static std::string GetTaskEventId(const std::string &taskId, const std::string &type);
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp95 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/
H A Dprint_utils_test.cpp204 std::string result = PrintUtils::GetTaskEventId(taskId, type); in HWTEST_F()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp383 std::string NapiScanUtils::GetTaskEventId(const std::string &taskId, const std::string &type) in GetTaskEventId() function in OHOS::Scan::NapiScanUtils
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1114 eventType = NapiScanUtils::GetTaskEventId(taskId, type); in On()
1141 eventType = NapiScanUtils::GetTaskEventId(taskId, type); in Off()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2182 eventType = PrintUtils::GetTaskEventId(taskId, type); in On()
2209 eventType = PrintUtils::GetTaskEventId(taskId, type); in Off()
2361 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), stateInfo); in SendPrintJobEvent()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp639 NapiScanUtils::GetTaskEventId(taskId, type); in TestGetTaskEventId()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1684 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), EVENT_CANCEL); in HWTEST_F()

Completed in 18 milliseconds