Lines Matching refs:DInputCheckParam
24 DInputCheckParam &DInputCheckParam::GetInstance(void)
26 static DInputCheckParam instance;
29 bool DInputCheckParam::CheckParam(const std::string &deviceId, sptr<IRemoteBroker> callback)
42 bool DInputCheckParam::CheckParam(const std::string &deviceId, const uint32_t &inputTypes,
62 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes,
86 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
104 bool DInputCheckParam::CheckParam(const std::string &sinkId, const std::vector<std::string> &dhIds,
128 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
156 bool DInputCheckParam::CheckRegisterParam(const std::string &devId, const std::string &dhId,
178 bool DInputCheckParam::CheckUnregisterParam(const std::string &devId, const std::string &dhId,