Searched refs:onErrorEventKey (Results 1 – 2 of 2) sorted by relevance
120 std::string onErrorEventKey; variable121 auto onError = [&onErrorEventKey](122 … const std::string& /* code */, const std::string& /* msg */) { onErrorEventKey = CHECK_KEY; }; in __anond3ebbf3e0402()
220 std::string onErrorEventKey; variable221 auto onError = [&onErrorEventKey](222 … const std::string& /* code */, const std::string& /* msg */) { onErrorEventKey = CHECK_KEY; }; in __anonbf2bd1f30402()263 EXPECT_EQ(onErrorEventKey, CHECK_KEY);