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/src/
Dprint_task.cpp146 if (task == nullptr || !task->IsSupportType(type)) { in On()
177 if (task == nullptr || !task->IsSupportType(type)) { in Off()
206 bool PrintTask::IsSupportType(const std::string &type) const in IsSupportType() function in OHOS::Print::PrintTask
Dnapi_inner_print.cpp418 if (!NapiInnerPrint::IsSupportType(type)) { in On()
451 if (!NapiInnerPrint::IsSupportType(type)) { in Off()
556 bool NapiInnerPrint::IsSupportType(const std::string& type) in IsSupportType() function in OHOS::Print::NapiInnerPrint
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
Dprint_task.h45 bool IsSupportType(const std::string &type) const;
Dnapi_inner_print.h51 static bool IsSupportType(const std::string& type);
/base/request/request/frameworks/js/napi/include/
Drequest_event.h91 static bool IsSupportType(const std::string &type, Version version);
/base/request/request/frameworks/js/napi/src/
Drequest_event.cpp177 bool RequestEvent::IsSupportType(const std::string &type, Version version) in IsSupportType() function in OHOS::Request::RequestEvent
221 if (!IsSupportType(jsParam.type, jsParam.task->config_.version)) { in ParseOnOffParameters()