Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 35) sorted by relevance

12

/developtools/profiler/device/cmds/src/
Dcommand_param_text.cpp18 CommandParamText::CommandParamText(std::string& s) : stringText_(s) {} in CommandParamText()
19 void CommandParamText::SetValue(const std::string& s) in SetValue()
Dcommand_param.cpp30 [filterName](const std::string& s) { return s == filterName; }); in IsInFilter()
/developtools/hdc/src/common/
Dfile.cpp152 string s = SerialStruct::SerializeToString(context->fileMode); in CheckMaster() local
155 string s = SerialStruct::SerializeToString(context->transferConfig); in CheckMaster() local
197 string s = SerialStruct::SerializeToString(mode); in FileModeSync() local
201 string s = SerialStruct::SerializeToString(ctxNow.transferConfig); in FileModeSync() local
228 for (auto s : dirsOfOptName) { in FileModeSync() local
316 string s = string(reinterpret_cast<char *>(payload), payloadSize); in CommandDispatch() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Drcu.proto23 string s = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/profiler/device/services/ipc/test/unittest/
Dservice_base_test.cpp40 std::string s="asdf"; variable
Dsocket_context_test.cpp52 std::string s="abc"; variable
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dgn_common_tool.py264 s = """ variable
278 s = "\"${updater_faultloggerd_cfg}\"" variable
/developtools/syscap_codec/src/
Dendian_internal.c28 uint8_t s[4]; in CheckEndian() member
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp57 for (auto& s : strs) { in Join() local
Dftrace_fs_ops.cpp48 struct stat s; in GetFtraceRoot() local
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorker.ts331 let s = CpuFreqStruct.maxFreqName variable
790 let s = CpuAbilityMonitorStruct.maxCpuUtilizationName variable
842 let s = MemoryAbilityMonitorStruct.maxMemoryByteName variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp247 std::string s = traceRangeStr.substr(i, pos - i); in UpdateTraceRangeTime() local
/developtools/hiperf/src/
Dutilities.cpp359 std::string s = ReadFileToString(path); in ReadIntFromProcFile() local
369 std::string s = std::to_string(value); in WriteIntToProcFile() local
579 char *s = str; in GetProcessorNumFromString() local
Dvirtual_thread.cpp224 std::istringstream s(mapContent); in ParseMap() local
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Drpc_server.cpp77 std::string s = thirdPartyConfig.substr(i, pos - i); in TraceStreamer_Init_ThirdParty_Config() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dvirtual_thread.cpp220 std::istringstream s(mapContent); in ParseMap() local
Dutilities.cpp336 std::string s = ReadFileToString(path); in ReadIntFromProcFile() local
346 std::string s = std::to_string(value); in WriteIntToProcFile() local
/developtools/hdc/src/daemon/
Ddaemon.cpp250 string s = string(reinterpret_cast<char *>(payload), payloadSize); in DaemonSessionHandshake() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp286 std::string s = ReadFileToString(path); in ReadIntFromProcFile() local
296 std::string s = std::to_string(value); in WriteIntToProcFile() local
Dvirtual_thread.cpp259 std::istringstream s(mapContent); in ParseMap() local
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts444 let s = CpuFreqStruct.maxFreqName variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_parser.cpp329 auto s = cpuStats.per_cpu_stats(0); in ParseFtrace() local
/developtools/hdc/src/host/
Dserver.cpp412 string s = usbMountPoint; in NotifyInstanceSessionFree() local
477 string s = string(reinterpret_cast<char *>(payload), payloadSize); in ServerSessionHandshake() local
/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp121 std::string SwapName(std::string s) in SwapName()

12