Home
last modified time | relevance | path

Searched refs:IsSupportType (Results 1 - 6 of 6) sorted by relevance

/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_inner_print.h59 static bool IsSupportType(const std::string& type);
H A Dprint_task.h55 bool IsSupportType(const std::string &type) const;
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h71 static bool IsSupportType(const std::string& type);
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp379 if (task == nullptr || !task->IsSupportType(type)) { in On()
416 if (task == nullptr || !task->IsSupportType(type)) { in Off()
445 bool PrintTask::IsSupportType(const std::string &type) const in IsSupportType() function in OHOS::Print::PrintTask
H A Dnapi_inner_print.cpp534 if (!NapiInnerPrint::IsSupportType(type)) { in On()
570 if (!NapiInnerPrint::IsSupportType(type)) { in Off()
874 bool NapiInnerPrint::IsSupportType(const std::string &type) in IsSupportType() function in OHOS::Print::NapiInnerPrint
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp607 if (!NapiInnerScan::IsSupportType(type)) { in On()
845 bool NapiInnerScan::IsSupportType(const std::string& type) in IsSupportType() function in OHOS::Scan::NapiInnerScan

Completed in 7 milliseconds