Lines Matching full:ec
59 [this](boost::system::error_code ec, uint32_t) { in asyncReadPropertyWithIncorrectType() argument
60 if (ec) in asyncReadPropertyWithIncorrectType()
64 << ec << "\n"; in asyncReadPropertyWithIncorrectType()
79 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties() argument
80 if (ec) in asyncReadProperties()
91 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties() argument
92 if (ec) in asyncReadProperties()
106 [this](const boost::system::error_code& ec) { in asyncChangeProperty() argument
107 if (ec) in asyncChangeProperty()
111 << ec << "\n"; in asyncChangeProperty()
123 [this](const boost::system::error_code& ec) { in asyncChangeProperty() argument
124 if (ec) in asyncChangeProperty()
129 << ec << "\n"; in asyncChangeProperty()