Searched refs:GetTaskEventId (Results 1 - 9 of 9) sorted by relevance
/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_utils.h | 45 static std::string GetTaskEventId(const std::string &taskId, const std::string &type);
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | napi_scan_utils.h | 92 static std::string GetTaskEventId(const std::string &taskId, const std::string &type);
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 95 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 D | print_utils_test.cpp | 204 std::string result = PrintUtils::GetTaskEventId(taskId, type); in HWTEST_F()
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | napi_scan_utils.cpp | 383 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 D | scan_service_ability.cpp | 1114 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 D | print_service_ability.cpp | 2182 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 D | scanhelper_fuzzer.cpp | 639 NapiScanUtils::GetTaskEventId(taskId, type); in TestGetTaskEventId()
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 1684 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), EVENT_CANCEL); in HWTEST_F()
|
Completed in 18 milliseconds