Searched refs:report_error (Results 1 – 8 of 8) sorted by relevance
49 bool report_error) { in OpenEventFile() argument69 if (report_error) { in OpenEventFile()81 if (report_error) { in OpenEventFile()153 bool EventFd::CreateMappedBuffer(size_t mmap_pages, bool report_error) { in CreateMappedBuffer() argument161 if (report_error) { in CreateMappedBuffer()166 if (report_error && is_perm_error) { in CreateMappedBuffer()181 bool EventFd::ShareMappedBuffer(const EventFd& event_fd, bool report_error) { in ShareMappedBuffer() argument187 if (report_error) { in ShareMappedBuffer()
44 bool report_error = true);67 virtual bool CreateMappedBuffer(size_t mmap_pages, bool report_error);71 bool ShareMappedBuffer(const EventFd& event_fd, bool report_error);
40 static bool RunCmd(const std::vector<std::string>& args, bool report_error = true);
44 bool Workload::RunCmd(const std::vector<std::string>& args, bool report_error) { in RunCmd() argument47 if (ret != 0 && report_error) { in RunCmd()
77 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
152 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() argument167 if (report_error) { in FindEventTypeByName()
119 bt_status_t (*report_error)(uint8_t error); member
583 static bt_status_t report_error(uint8_t error) { in report_error() function639 report_error,