Lines Matching refs:ERROR

37         LOG(ERROR) << "NodeLooperThread not present";  in ValidateHint()
41 LOG(ERROR) << "PowerHint type not present in actions: " << hint_type; in ValidateHint()
95 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
100 LOG(ERROR) << "Failed to dump fd: " << fd; in DumpToFd()
110 LOG(ERROR) << "Failed to read JSON config from " << config_path; in GetFromJSON()
116 LOG(ERROR) << "Failed to parse Nodes section from " << config_path; in GetFromJSON()
123 LOG(ERROR) << "Failed to parse Actions section from " << config_path; in GetFromJSON()
145 LOG(ERROR) << "Failed to parse JSON config"; in ParseNodes()
154 LOG(ERROR) << "Failed to read " in ParseNodes()
162 LOG(ERROR) << "Duplicate Node[" << i << "]'s Name"; in ParseNodes()
170 LOG(ERROR) << "Failed to read " in ParseNodes()
178 LOG(ERROR) << "Duplicate Node[" << i << "]'s Path"; in ParseNodes()
187 LOG(ERROR) << "Failed to read " in ParseNodes()
194 LOG(ERROR) << "Invalid Node[" << i in ParseNodes()
208 LOG(ERROR) << "Duplicate value parsed in Node[" << i << "]'s Value[" << j in ParseNodes()
214 LOG(ERROR) << "Failed to read Node[" << i << "]'s Value[" << j << "]"; in ParseNodes()
221 LOG(ERROR) << "Failed to read Node[" << i << "]'s Values"; in ParseNodes()
237 LOG(ERROR) << "Node[" << i in ParseNodes()
289 LOG(ERROR) << "Failed to parse JSON config"; in ParseActions()
305 LOG(ERROR) << "Failed to read " in ParseActions()
316 LOG(ERROR) << "Failed to find " in ParseActions()
329 LOG(ERROR) << "Failed to read Action[" << i << "]'s Value"; in ParseActions()
330 LOG(ERROR) << "Action[" << i << "]'s Value " << value_name in ParseActions()
340 LOG(ERROR) << "Failed to read Action[" << i << "]'s Duration"; in ParseActions()
354 LOG(ERROR) in ParseActions()