Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 70) sorted by relevance

123

/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Drpc_server.cpp26 bool RpcServer::ParseData(const uint8_t* data, size_t len, ResultCallBack resultCallBack) in ParseData()
51 bool RpcServer::ParseDataOver(const uint8_t* data, size_t len, ResultCallBack resultCallBack) in ParseDataOver()
64 bool RpcServer::SqlOperate(const uint8_t* data, size_t len, ResultCallBack resultCallBack) in SqlOperate()
80 bool RpcServer::SqlQuery(const uint8_t* data, size_t len, ResultCallBack resultCallBack) in SqlQuery()
92 bool RpcServer::Reset(const uint8_t* data, size_t len, ResultCallBack resultCallBack) in Reset()
104 int RpcServer::WasmSqlQuery(const uint8_t* data, size_t len, uint8_t* out, int outLen) in WasmSqlQuery()
Dhttp_socket.cpp119 bool HttpSocket::Recv(void* data, size_t& len) in Recv()
142 bool HttpSocket::Send(const void* data, size_t len) in Send()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp42 long FileCache::Write(char* bytes, int32_t len) in Write()
51 size_t len = fwrite(bytes, sizeof(char), dataLen - writedLen, fp_); in Write() local
74 size_t len = static_cast<size_t>(fread(content, sizeof(char), dataLen - readLen, fp_)); in Read() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Di2c.proto27 uint32 len = 5; field
36 uint32 len = 5; field
53 uint32 len = 5; field
Dnet.proto34 uint32 len = 12; field
57 uint32 len = 12; field
70 uint32 len = 2; field
84 uint32 len = 9; field
98 uint32 len = 2; field
106 uint32 len = 2; field
123 uint32 len = 12; field
136 uint32 len = 2; field
153 uint32 len = 12; field
176 uint32 len = 12; field
Dext4.proto33 uint32 len = 4; field
63 uint64 len = 4; field
101 uint32 len = 4; field
110 uint32 len = 4; field
128 uint32 len = 4; field
137 uint64 len = 4; field
146 uint64 len = 4; field
176 uint32 len = 4; field
193 uint32 len = 4; field
203 uint32 len = 4; field
[all …]
/developtools/profiler/protos/types/plugins/ftrace_data/
Di2c.proto27 uint32 len = 5; field
36 uint32 len = 5; field
53 uint32 len = 5; field
Dnet.proto34 uint32 len = 12; field
57 uint32 len = 12; field
70 uint32 len = 2; field
84 uint32 len = 9; field
98 uint32 len = 2; field
106 uint32 len = 2; field
123 uint32 len = 12; field
136 uint32 len = 2; field
153 uint32 len = 12; field
176 uint32 len = 12; field
Dext4.proto33 uint32 len = 4; field
63 uint64 len = 4; field
101 uint32 len = 4; field
110 uint32 len = 4; field
128 uint32 len = 4; field
137 uint64 len = 4; field
146 uint64 len = 4; field
176 uint32 len = 4; field
193 uint32 len = 4; field
203 uint32 len = 4; field
[all …]
/developtools/profiler/trace_analyzer/src/base/
Dcodec_cov.cpp41 bool IsUTF8(const uint8_t* data, int len) in IsUTF8()
68 bool IsGBK(const uint8_t* data, int len) in IsGBK()
95 CODING GetCoding(const uint8_t* data, int len) in GetCoding()
111 int len = MultiByteToWideChar(CP_ACP, 0, srcStr, -1, NULL, 0); in GbkToUtf8() local
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dcodec_cov.cpp41 bool IsUTF8(const uint8_t* data, int len) in IsUTF8()
67 bool IsGBK(const uint8_t* data, int len) in IsGBK()
94 CODING GetCoding(const uint8_t* data, int len) in GetCoding()
110 int len = MultiByteToWideChar(CP_ACP, 0, srcStr, -1, NULL, 0); in GbkToUtf8() local
/developtools/bytrace_standard/interfaces/kits/js/napi/
Ddeclare_napi.cpp45 size_t len = 0; in JSTraceStart() local
77 size_t len = 0; in JSTraceFinish() local
101 size_t len = 0; in JSTraceCount() local
/developtools/profiler/device/plugins/cpu_plugin/src/
Dtest_main.cpp34 …int len = cpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), cpuPlugin->resultBufferSiz… in Report() local
113 int len = cpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), in main() local
/developtools/hiperf/test/fuzztest/PerfFile_fuzzer/
DPerfFile_fuzzer.cpp26 bool Read(void *buf, size_t len) override in Read()
43 bool Read(char *buf, [[maybe_unused]] uint64_t offset, size_t len) override in Read()
/developtools/hiperf/include/
Dreport.h188 static const std::string GetEventCount(const ReportItem &a, size_t len, in GetEventCount()
203 static const std::string GetPid(const ReportItem &a, size_t len, const std::string &format) in GetPid()
217 static const std::string GetTid(const ReportItem &a, size_t len, const std::string &format) in GetTid()
228 static const std::string GetComm(const ReportItem &a, size_t len, const std::string &format) in GetComm()
238 static const std::string GetFunc(const ReportItem &a, size_t len, const std::string &format) in GetFunc()
248 static const std::string GetDso(const ReportItem &a, size_t len, const std::string &format) in GetDso()
258 static const std::string GetFromDso(const ReportItem &a, size_t len, const std::string &format) in GetFromDso()
268 static const std::string GetFromFunc(const ReportItem &a, size_t len, const std::string &format) in GetFromFunc()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/
DFileUtils.java78 int len = -1; in unzipTarFile() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp125 std::string RandomAddr(int len) in RandomAddr()
135 std::string RandomString(int len) in RandomString()
/developtools/syscap_codec/test/
Dsyscap_tool_test.c43 size_t len = fwrite(fileContext, 1, strlen(fileContext), fp); in PrepareTestFile() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DIoStreamConsumer.java70 int len; in run() local
/developtools/hdc_standard/src/host/
Dmain.cpp215 size_t len = strlen(buf); in ParseServerListenString() local
232 size_t len = strlen(str); in ParseServerListenString() local
354 size_t len = strlen(env); in InitServerAddr() local
/developtools/hdc_standard/src/daemon/
Ddaemon_forward.cpp62 constexpr auto len = sizeof(uint32_t); in SetupJdwpPoint() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp647 constexpr int len {4}; in GetSecIndex() local
1120 constexpr int len {2}; in GetEntryAddr() local
1141 constexpr int len {5}; in GetPrgOffset() local
1162 constexpr int len {8}; in GetSecOffset() local
1183 constexpr int len {2}; in GetFlag() local
1204 constexpr int len {6}; in GetEhdrSize() local
1225 constexpr int len {6}; in GetPhdrSize() local
1246 constexpr int len {5}; in GetNumPhdrs() local
1267 constexpr int len {6}; in GetShdrSize() local
1288 constexpr int len {5}; in GetNumShdrs() local
[all …]
/developtools/hdc_standard/src/common/
Dauth.cpp127 int GetUserInfo(char *buf, size_t len) in GetUserInfo()
254 size_t len = BUF_SIZE_DEFAULT; in GetUserKeyPath() local
294 unsigned int len; in AuthSign() local
301 int GetPublicKeyFileBuf(unsigned char *data, size_t len) in GetPublicKeyFileBuf()
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp648 constexpr int len {4}; in GetSecIndex() local
1121 constexpr int len {2}; in GetEntryAddr() local
1142 constexpr int len {5}; in GetPrgOffset() local
1163 constexpr int len {8}; in GetSecOffset() local
1184 constexpr int len {2}; in GetFlag() local
1205 constexpr int len {6}; in GetEhdrSize() local
1226 constexpr int len {6}; in GetPhdrSize() local
1247 constexpr int len {5}; in GetNumPhdrs() local
1268 constexpr int len {6}; in GetShdrSize() local
1289 constexpr int len {5}; in GetNumShdrs() local
[all …]
/developtools/hiperf/test/fuzztest/ElfParser_fuzzer/
DElfParser_fuzzer.cpp27 ssize_t ReadFile(void *buf, size_t len) override in ReadFile()

123