Searched refs:c_str (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 136 printk("%s: Received inference job. job=%p\n", name->c_str(), job); in inferenceProcessTask() 141 printk("%s: Sending inference response. job=%p\n", name->c_str(), job); in inferenceProcessTask() 146 printk("%s: Failed to send message\n", name->c_str()); in inferenceProcessTask() 180 printk("%s: Sending inference. job=%p, name=%s\n", name->c_str(), &job, in inferenceSenderTask() 181 job.name.c_str()); in inferenceSenderTask() 186 printk("%s: Failed to send message\n", name->c_str()); in inferenceSenderTask() 196 printk("%s: Received job response. job=%p, status=%u\n", name->c_str(), job, in inferenceSenderTask()
|
D | inference_process.cpp | 157 printk("Invoke failed for inference. job=%s\n", job.name.c_str()); in runJob()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 36 printf("testString(\"%s\")\n", thing.c_str()); in testString() 76 hexstr.str().c_str()); in testBinary() 82 printf("testStruct({\"%s\", %d, %d, %" PRId64 "})\n", thing.string_thing.c_str(), in testStruct() 92 thing.string_thing.c_str(), (int)thing.byte_thing, thing.i32_thing, in testNest() 130 printf("%s => %s", (m_iter->first).c_str(), (m_iter->second).c_str()); in testStringMap() 245 x->string_thing.c_str(), (int)x->byte_thing, in testInsanity() 275 printf("testException(%s)\n", arg.c_str()); in testException() 295 printf("testMultiException(%s, %s)\n", arg0.c_str(), arg1.c_str()); in testMultiException()
|
/Zephyr-latest/samples/modules/thrift/hello/server/src/ |
D | HelloHandler.h | 33 printk("%s: %s\n", __func__, msg.c_str()); in echo()
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 136 ret = setsockopt(socket_, SOL_TLS, TLS_HOSTNAME, host_.c_str(), host_.size()); in openSecConnection() 244 GlobalOutput(errStr.c_str()); in openSecConnection() 296 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open() 300 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open() 306 GlobalOutput(errStr.c_str()); in open() 563 strncpy(password, userPassword.c_str(), length); in passwordCallback() 596 return (matchName(host.c_str(), name, size) ? ALLOW : SKIP); in verify()
|
D | TSSLSocket.h | 374 return message_.c_str(); in what()
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TServerFramework.cpp | 101 GlobalOutput(errStr.c_str()); in releaseOneDescriptor() 181 GlobalOutput(errStr.c_str()); in serve()
|