Home
last modified time | relevance | path

Searched refs:set_message (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/tests/
H A D__cxa_thread_atexit_test.cpp27 void set_message(const std::string& msg) { in set_message() function in ClassWithDtor
41 class_with_dtor.set_message(*static_cast<std::string*>(arg)); in thread_nop()
55 void set_message(const std::string& msg) { in set_message() function in ClassWithDtorForMainThread
68 class_with_dtor_for_main_thread.set_message("d-tor for main thread called."); in thread_atexit_main()
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
H A DGrpcGraphServerImpl.h103 response->set_message(kSetGraphConfigMessage); in SetGraphConfig()
111 response->set_message(kSetDebugOptionMessage); in SetDebugOption()
119 response->set_message(kStartGraphMessage); in StartGraphExecution()
154 response->set_message(kStopGraphMessage); in StopGraphExecution()
162 response->set_message(kResetGraphMessage); in ResetGraph()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp532 log_msg->set_message(msg); in dump_log_file()