Home
last modified time | relevance | path

Searched defs:str (Results 1 - 25 of 124) sorted by relevance

12345

/developtools/smartperf_host/trace_streamer/src/base/
H A Dnumerical_to_string.h29 std::string str = "0x" + base::number(inputNumber, base::INTEGER_RADIX_TYPE_HEX); in Uint64ToHexText() local
H A Dparting_string.cpp19 PartingString::PartingString(std::string str, char delimiter) : str_(std::move(str)), delimiter_(delimiter) in PartingString() argument
H A Dstring_to_numerical.h49 std::optional<T> StrToInt(const std::string &str, int32_t base = INTEGER_RADIX_TYPE_DEC) in StrToInt() argument
71 inline std::optional<double> StrToDouble(const std::string &str) in StrToDouble() argument
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DStringUtils.java44 public static boolean containsIgnoreCase(String[] array, String str) { in containsIgnoreCase() argument
H A DHashUtils.java78 private static byte[] getByteDigest(byte[] str, int count, String algMethod) { in getByteDigest() argument
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache_base.cpp31 DataIndex TraceDataCacheBase::GetDataIndex(std::string_view str) in GetDataIndex() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dfs_digest_utils_test.cpp57 std::string str = api->Result(type); in HWTEST_F() local
80 std::string str = api->Result(type); in HWTEST_F() local
98 std::string str = api->Result(type); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_cert_verify_openssl_utils_test.cpp158 std::string str = VerifyCertOpensslUtils::GetDnToString(nullptr); in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Djson_utils.cpp72 bool JsonUtils::StrToFile(const std::string& str, const std::string& filePath) in StrToFile() argument
84 outFile << str; in StrToFile() local
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_common.cpp21 void SplitString(const std::string& str, const std::string &sep, std::vector<std::string>& ret) in SplitString() argument
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_field_parser_test.cpp50 void AppendString(const std::string& str) in AppendString() argument
H A Dftrace_data_reader_test.cpp64 std::string str; in RandomString() local
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Ddaemon_app.rs224 let mut str = match String::from_utf8(_payload.to_vec()) { variables
337 let mut str = match String::from_utf8(msg) { in execute_cmd() variables
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_common.cpp21 void SplitParamValue(const std::string& str, const std::string &sep, std::vector<std::string>& ret) in SplitParamValue() argument
/developtools/profiler/host/smartperf/client/client_command/
H A Dheartbeat.cpp31 std::string str; in KillSpId() local
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsp_task_test.cpp49 std::string str = "-SESSIONID 12345678 -INTERVAL 1000 -PKG ohos.samples.ecg -c -g -t -p -f -r -o"; in HWTEST_F() local
58 std::string str = ""; in HWTEST_F() local
67 std::string str = ""; in HWTEST_F() local
H A Dsmartperf_main_test.cpp43 std::string str = ""; in g_getOptions() local
64 std::string str = g_getOptions(argv); in CheckCMDParam() local
133 std::string str = g_getOptions(argv); HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dremote_sign_provider.cpp46 std::string str = it->first.substr(size - 3); in CheckParams() local
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb_wrapper.cpp44 char* str = new char[ret.length()]; in GetReadyUsbDevice() local
/developtools/profiler/hiebpf/include/
H A Dcommand.h38 int GetClockId(const std::string &str) in GetClockId() argument
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Ddynamic_frame_table.cpp74 const std::string &str = in Column() local
82 const std::string &str = in Column() local
/developtools/profiler/hiebpf/src/
H A Dringbuffer.cpp194 int RingBuffer::Put(const char* str, const std::size_t len) in Put() argument
235 int RingBuffer::Put(const std::string& str) in Put() argument
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/
H A Dftrace_field_processor_test.cpp50 void AppendString(const std::string &str) in AppendString() argument
/developtools/hdc/src/daemon/
H A Ddaemon_forward.cpp115 std::string str = ark + ":" + svr; in SetupArkPoint() local
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dtest_main.cpp32 std::string str = ""; in IoTest() local

Completed in 7 milliseconds

12345