Home
last modified time | relevance | path

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

12

/developtools/hdc/src/common/
Dfile.cpp154 string s = SerialStruct::SerializeToString(context->fileMode); in CheckMaster() local
157 string s = SerialStruct::SerializeToString(context->transferConfig); in CheckMaster() local
200 string s = SerialStruct::SerializeToString(mode); in FileModeSync() local
204 string s = SerialStruct::SerializeToString(ctxNow.transferConfig); in FileModeSync() local
231 for (auto s : dirsOfOptName) { in FileModeSync() local
320 string s = string(reinterpret_cast<char *>(payload), payloadSize); in CommandDispatch() local
Dbase.cpp958 string GetFullFilePath(string &s) in GetFullFilePath()
972 string GetPathWithoutFilename(const string &s) in GetPathWithoutFilename()
1080 int StringEndsWith(string s, string sub) in StringEndsWith()
1665 SOCKET s = fd; in ReadFromFd() local
1682 SOCKET s = fd; in WriteToFd() local
/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/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Drcu.proto23 string s = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
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/syscap_codec/src/
Dendian_internal.c29 uint8_t s[4]; in CheckEndian() member
/developtools/profiler/device/services/ipc/src/
Dproto_encoder_plugin_generator.cpp58 static std::string SwapName(const std::string& s) in SwapName()
76 static std::string Tolowercase(const std::string& s) in Tolowercase()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp57 for (auto& s : strs) { in Join() local
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp38 std::istringstream s(mapContent); in GetMaps() local
/developtools/profiler/host/smartperf/client/client_command/
Dparse_start_trace_noh.cpp95 std::string s = str.substr(i, pos - i); in Split() local
Dparse_start_frame_trace.cpp132 std::string s = str.substr(i, pos - i); in Split() local
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts659 … let s = area.map((a) => '"_checkbox_ ' + a.map((aa: any) => aa.t).join(' ') + '"').join(' '); variable
664 let s = area.map((a) => '"' + a.map((aa: any) => aa.t).join(' ') + '"').join(' '); variable
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1116 let s = ''; variable
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_help.cpp95 char* s = str; in GetProcessorNumFromString() 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
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1159 let s = ''; variable
/developtools/hdc/src/daemon/
Ddaemon.cpp252 string s = string(reinterpret_cast<char *>(payload), payloadSize); in DaemonSessionHandshake() local
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts455 let s = CpuFreqStruct.maxFreqName; variable
/developtools/smartperf_host/ide/src/trace/component/
DSpRecyclerSystemTrace.ts455 let s = CpuFreqStruct.maxFreqName; variable

12