/developtools/smartperf_host/trace_streamer/src/rpc/ |
H A D | wasm_func.cpp | 25 using ReplyFunction = void (*)(const char *data, uint32_t len, int32_t finish); 26 using TLVReplyFunction = void (*)(const char *data, uint32_t len, uint32_t type, int32_t finish); 46 using ExportDBCallback = void (*)(const char *data, uint32_t len, int32_t finish); 49 using ParseELFFunction = void (*)(const char *data, uint32_t len, int32_t finish); 57 void ResultCallback(const std::string &jsonResult, int32_t finish) in ResultCallback() argument 59 g_reply(jsonResult.data(), jsonResult.size(), finish); in ResultCallback() 61 void TLVResultCallback(const char *data, uint32_t len, uint32_t type, int32_t finish) in TLVResultCallback() argument 63 g_replyTLV(data, len, type, finish); in TLVResultCallback() 65 void FfrtConvertedResultCallback(const std::string &content, int32_t finish) in FfrtConvertedResultCallback() argument 67 g_ffrtConvertedReply(content.data(), content.size(), finish); in FfrtConvertedResultCallback() 69 SplitFileCallback(const std::string &jsonResult, int32_t dataType, int32_t finish) SplitFileCallback() argument 74 ParseELFCallback(const std::string &soDataResult, int32_t finish) ParseELFCallback() argument 257 TraceStreamerDownloadELFEx(int32_t totalLen, int32_t fileNameLen, int32_t dataLen, int32_t finish) TraceStreamerDownloadELFEx() argument 316 ExportDatabaseCallback(const std::string &jsonResult, int32_t finish) ExportDatabaseCallback() argument [all...] |
H A D | rpc_server.h | 88 bool ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFile); 93 int32_t finish,
|
H A D | rpc_server.cpp | 727 bool RpcServer::ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFile) in ClearPathFile() argument 729 if (finish) { in ClearPathFile() 750 int32_t finish, in DownloadELFCallback() 784 if (!ClearPathFile(symbolsPath, finish, parseELFFile)) { in DownloadELFCallback() 746 DownloadELFCallback(const std::string &fileName, size_t totalLen, const uint8_t *data, size_t len, int32_t finish, ParseELFFileCallBack parseELFFile) DownloadELFCallback() argument
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
H A D | wasm_func.cpp | 30 using QueryResultCallbackFunction = void (*)(const char *data, uint32_t len, int32_t finish, int32_t isConfig); 41 void QueryResultCallback(const std::string &jsonResult, int32_t finish, int32_t isConfig) in QueryResultCallback() argument 43 g_reply(jsonResult.data(), jsonResult.size(), finish, isConfig); in QueryResultCallback()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 49 bool HdcDaemonUnity::AsyncCmdOut(bool finish, int64_t exitStatus, const string result) in AsyncCmdOut() argument 58 if (finish) { in AsyncCmdOut() 80 funcResultOutput = [this](bool finish, int64_t exitStatus, const string result) -> bool { in ExecuteShell() 81 return this->AsyncCmdOut(finish, exitStatus, result); in ExecuteShell() 92 WRITE_LOG(LOG_DEBUG, "Shell failed finish"); in ExecuteShell() 217 LogMsg(MSG_OK, "Mount finish"); in RemountDevice() 408 WRITE_LOG(LOG_DEBUG, "CommandDispatch command:%d finish.", command); in CommandDispatch()
|
H A D | daemon_unity.h | 39 bool AsyncCmdOut(bool finish, int64_t exitStatus, const string result);
|
H A D | daemon_app.h | 30 bool AsyncInstallFinish(bool finish, int64_t exitStatus, const string result);
|
H A D | daemon_app.cpp | 114 bool HdcDaemonApp::AsyncInstallFinish(bool finish, int64_t exitStatus, const string result) in AsyncInstallFinish() argument 170 funcAppModFinish = [this](bool finish, int64_t exitStatus, const string result) -> bool { in PackageShell() 171 return this->AsyncInstallFinish(finish, exitStatus, result); in PackageShell()
|
H A D | jdwp.h | 72 bool finish; member
|
H A D | jdwp.cpp | 78 if (ctx->finish) { in FreeContext() 81 ctx->finish = true; in FreeContext() 506 // cross thread call finish
|
/developtools/hdc/test/fuzztest/jdwpreadstream_fuzzer/ |
H A D | JdwpReadStream_fuzzer.cpp | 45 ctx->finish = true; in FuzzJdwpReadStream()
|
/developtools/hdc/src/common/ |
H A D | forward.cpp | 184 WRITE_LOG(LOG_DEBUG, "FreeContext id:%u, bNotifyRemote:%d, finish:%d", in FreeContext() 185 ctx->id, bNotifyRemote, ctx->finish); in FreeContext() 186 if (ctx->finish) { in FreeContext() 214 ctx->finish = true; in FreeContext() 727 if (status < 0 && !ctx->finish) { in SendCallbackForwardBuf() 728 WRITE_LOG(LOG_DEBUG, "SendCallbackForwardBuf ctx->type:%d, status:%d finish", ctx->type, status); in SendCallbackForwardBuf() 826 if (ctx->finish) { in ForwardCommandDispatch()
|
H A D | forward.h | 45 bool finish; member
|
/developtools/hdc/test/unittest/common/ |
H A D | HdcJdwpTest.cpp | 81 ctxJdwp->finish = true; // For skip HdcJdwp::FreeContext, because the pipe
in HWTEST_F()
|
/developtools/smartperf_host/trace_streamer/test/unittest/interface/ |
H A D | rpc_server_test.cpp | 37 void res(const std::string result, int32_t finish) in res() argument
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
H A D | sqllite_prepar_cache_data.h | 29 using TLVResultCallBack = std::function<void(const char *data, uint32_t len, uint32_t type, int32_t finish)>;
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/ |
H A D | sdk_api_test.cpp | 42 void res(const std::string result, int32_t finish, int32_t isConfig) in res() argument 49 void QueryResultCallback(const std::string &jsonResult, int32_t finish, int32_t isConfig) in QueryResultCallback() argument
|
/developtools/packing_tool/adapter/ohos/ |
H A D | Compressor.java | 2805 * ZipOutputStream flush, closeEntry and finish. 2824 zipOut.finish(); in closeZipOutputStream() 2827 LOG.error("Compressor::closeZipOutputStream finish exception " + exception.getMessage()); in closeZipOutputStream()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 23996 void (*finish)(); member 32047 int (*finish)(); member 65914 void (*finish)(struct ts_config *, struct ts_state *); global() member 155833 int (*finish)(struct net *, struct sock *, struct sk_buff *); global() member [all...] |