Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 46) 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.cpp242 string s = SerialStruct::SerializeToString(context->fileMode); in CheckMaster() local
245 string s = SerialStruct::SerializeToString(context->transferConfig); in CheckMaster() local
287 string s = SerialStruct::SerializeToString(mode); in FileModeSync() local
291 string s = SerialStruct::SerializeToString(ctxNow.transferConfig); in FileModeSync() local
318 for (auto s : dirsOfOptName) { in FileModeSync() local
474 string s = string(reinterpret_cast<char *>(payload), payloadSize); in CommandDispatch() local
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/smartperf_host/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/hdc/hdc_rust/src/host/
Dtranslate.rs77 let mut s = " OpenHarmony device connector(HDC) ... \n".to_string() in verbose() localVariable
Dclient.rs351 let mut s = current_dir.display().to_string(); in file_send_task() localVariable
423 let mut s = current_dir.display().to_string(); in app_install_task() localVariable
Dhost_app.rs307 let s = String::from_utf8(_payload.to_vec()); in command_dispatch() localVariable
334 let s = String::from_utf8(_payload.to_vec()); in command_dispatch() localVariable
/developtools/profiler/device/plugins/native_hook/src/
Dsampling.cpp38 Spinlock s; in CalcSamplings() local
/developtools/profiler/device/services/ipc/test/unittest/
Dservice_base_test.cpp39 std::string s="asdf"; variable
Dsocket_context_test.cpp50 std::string s="abc"; variable
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DTimeUtils.ts39 s: seconds, constant
/developtools/syscap_codec/src/
Dendian_internal.c29 uint8_t s[4]; in CheckEndian() member
/developtools/smartperf_host/ide/test/base-ui/untils/
DExcelFormater.test.ts20 const s = 'Hello, {name}!'; constant
/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.cpp66 for (auto& s : strs) { in Join() local
/developtools/hiperf/src/
Dvirtual_thread.cpp287 std::istringstream s(mapContent); in ParseServiceMap() local
309 std::istringstream s(mapContent); in ParseDevhostMap() local
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp38 std::istringstream s(mapContent); in GetMaps() local
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts266 …let s = pageArea.map((a) => '"_checkbox_ ' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' … variable
272 let s = pageArea.map((a) => '"' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' '); variable
Dlit-table.ts367 … let s = area.map((a) => '"_checkbox_ ' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' '); variable
373 let s = area.map((a) => '"' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' '); variable
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts246 const [h, s, l] = rgbToHsl(color[0] / 255, color[1] / 255, color[2] / 255); constant
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts731 let s = this.scale * bb; variable
757 let s = this.scale * bb; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp303 std::string s = ReadFileToString(path); in ReadIntFromProcFile() local
313 std::string s = std::to_string(value); in WriteIntToProcFile() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
Drender_service_stdtype.cpp95 std::string s = ""; in SetSrcs() local

12