Home
last modified time | relevance | path

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

123

/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.cpp319 string s = SerialStruct::SerializeToString(context->fileMode); in CheckMaster() local
322 string s = SerialStruct::SerializeToString(context->transferConfig); in CheckMaster() local
364 string s = SerialStruct::SerializeToString(mode); in FileModeSync() local
368 string s = SerialStruct::SerializeToString(ctxNow.transferConfig); in FileModeSync() local
395 for (auto s : dirsOfOptName) { in FileModeSync() local
574 string s = string(reinterpret_cast<char *>(payload), payloadSize); in CommandDispatch() local
Dheartbeat.cpp64 string s = string(reinterpret_cast<char *>(payload), payloadSize); in HandleRecvHeartbeatMsg() local
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Drcu.proto23 string s = 1; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Drcu.proto23 string s = 1; field
/developtools/smartperf_host/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
/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/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/common/utils/
DTimeUtils.ts39 s: seconds, constant
/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/smartperf_host/ide/test/base-ui/untils/
DExcelFormater.test.ts20 const s = 'Hello, {name}!'; constant
/developtools/hdc/test/unittest/common/
Dheartbeat_ut.cpp67 std::string s = SerialStruct::SerializeToString(heartbeatMsg); variable
/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/profiler/hidebug/test/unittest/native/
Dhidebug_util_test.cpp86 auto split2 = SplitStr("/test/", '/', [](std::string& s) { in __anonfd8019cc0102()
/developtools/hiperf/src/
Dvirtual_thread.cpp289 std::istringstream s(mapContent); in ParseServiceMap() local
315 std::istringstream s(mapContent); in ParseDevhostMap() local
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp38 std::istringstream s(mapContent); in GetMaps() local
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts275 …let s = pageArea.map((a) => '"_checkbox_ ' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' … variable
281 let s = pageArea.map((a) => '"' + a.map((aa: unknown) => aa.t).join(' ') + '"').join(' '); variable
/developtools/smartperf_host/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/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts728 let s = this.scale * bb; variable
754 let s = this.scale * bb; variable

123