Home
last modified time | relevance | path

Searched refs:finish (Results 1 - 19 of 19) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/rpc/
H A Dwasm_func.cpp25 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 Drpc_server.h88 bool ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFile);
93 int32_t finish,
H A Drpc_server.cpp727 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 Dwasm_func.cpp30 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 Ddaemon_unity.cpp49 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 Ddaemon_unity.h39 bool AsyncCmdOut(bool finish, int64_t exitStatus, const string result);
H A Ddaemon_app.h30 bool AsyncInstallFinish(bool finish, int64_t exitStatus, const string result);
H A Ddaemon_app.cpp114 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 Djdwp.h72 bool finish; member
H A Djdwp.cpp78 if (ctx->finish) { in FreeContext()
81 ctx->finish = true; in FreeContext()
506 // cross thread call finish
/developtools/hdc/test/fuzztest/jdwpreadstream_fuzzer/
H A DJdwpReadStream_fuzzer.cpp45 ctx->finish = true; in FuzzJdwpReadStream()
/developtools/hdc/src/common/
H A Dforward.cpp184 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 Dforward.h45 bool finish; member
/developtools/hdc/test/unittest/common/
H A DHdcJdwpTest.cpp81 ctxJdwp->finish = true; // For skip HdcJdwp::FreeContext, because the pipe in HWTEST_F()
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Drpc_server_test.cpp37 void res(const std::string result, int32_t finish) in res() argument
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dsqllite_prepar_cache_data.h29 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 Dsdk_api_test.cpp42 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 DCompressor.java2805 * 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 Dvmlinux.h23996 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...]

Completed in 423 milliseconds