Searched refs:IsSupportType (Results 1 – 6 of 6) sorted by relevance
146 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
418 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
45 bool IsSupportType(const std::string &type) const;
51 static bool IsSupportType(const std::string& type);
91 static bool IsSupportType(const std::string &type, Version version);
177 bool RequestEvent::IsSupportType(const std::string &type, Version version) in IsSupportType() function in OHOS::Request::RequestEvent221 if (!IsSupportType(jsParam.type, jsParam.task->config_.version)) { in ParseOnOffParameters()