Lines Matching refs:CheckParam

29 bool DInputCheckParam::CheckParam(const std::string &deviceId, sptr<IRemoteBroker> callback)
32 DHLOGE("CheckParam deviceId is empty or deviceId size too long.");
36 DHLOGE("CheckParam callback is null.");
42 bool DInputCheckParam::CheckParam(const std::string &deviceId, const uint32_t &inputTypes,
46 DHLOGE("CheckParam deviceId is empty or deviceId size too long.");
52 DHLOGE("CheckParam, inputTypes is invalids.");
56 DHLOGE("CheckParam callback is null.");
62 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes,
66 DHLOGE("CheckParam srcId is empty or srcId size too long.");
70 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
76 DHLOGE("CheckParam, inputTypes is invalids.");
80 DHLOGE("CheckParam callback is null.");
86 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
90 DHLOGE("CheckParam srcId is empty or srcId size too long.");
94 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
98 DHLOGE("CheckParam callback is null.");
104 bool DInputCheckParam::CheckParam(const std::string &sinkId, const std::vector<std::string> &dhIds,
108 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
112 DHLOGE("CheckParam dhIds is empty.");
117 DHLOGE("CheckParam dhId size is too long.");
122 DHLOGE("CheckParam callback is null.");
128 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
132 DHLOGE("CheckParam srcId is empty or srcId size too long.");
136 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
140 DHLOGE("CheckParam dhIds is empty.");
145 DHLOGE("CheckParam dhId size is too long.");
150 DHLOGE("CheckParam callback is null.");
160 DHLOGE("CheckParam devId is empty or devId size too long.");
164 DHLOGE("CheckParam dhId is empty or dhId size too long.");
168 DHLOGE("CheckParam parameters is empty.");
172 DHLOGE("CheckParam callback is null.");
182 DHLOGE("CheckParam devId is empty or devId size too long.");
186 DHLOGE("CheckParam dhId is empty or dhId size too long.");
190 DHLOGE("CheckParam callback is null.");