Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 11 of 11) sorted by relevance

/developtools/hdc/src/host/
Dhost_updater.cpp62 if (std::find(filter.cbegin(), filter.cend(), token) == filter.cend()) { in Split()
98 if (std::find(params.cbegin(), params.cend(), "-f") != params.cend()) { in BeginTransfer()
157 auto iter = std::find(result.cbegin(), result.cend(), "-f"); in CheckCmd()
158 …bool ret = (iter != result.cend()) ? (result.size() == (paramCount + 1)) : (result.size() == param… in CheckCmd()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h42 for (auto iter = spdata.values.cbegin(); iter != spdata.values.cend(); ++iter) { in WriteCsv()
66 for (auto iter = vmap.cbegin(); iter != vmap.cend(); ++iter) { in WriteCsvH()
Dsp_thread_socket.h35 for (auto iter = dataMap.cbegin(); iter != dataMap.cend(); ++iter) { in MapToString()
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp141 spMap.insert(data.cbegin(), data.cend()); in ExecCommand()
147 for (auto iter = spMap.cbegin(); iter != spMap.cend(); ++iter) { in ExecCommand()
154 spdata.values.insert(spMap.cbegin(), spMap.cend()); in ExecCommand()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp113 HWTEST_F(HashListTest, cend, TestSize.Level1)
120 const auto last = hashList.cend();
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp113 HWTEST_F(HashListTest, cend, TestSize.Level1)
120 const auto last = hashList.cend();
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp73 for (auto iter = cmpFileList.cbegin(); iter != cmpFileList.cend(); iter++) { in OnPluginRemovedStub()
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h184 const Iterator cend() const;
Dhashlistpp.h609 return cend();
622 auto HashList<Key, Val>::cend() const
/developtools/hiperf/include/
Dhashlist.h184 const Iterator cend() const;
Dhashlist.hpp610 return cend(); in cbegin()
623 auto HashList<Key, Val>::cend() const in cend() function in OHOS::Developtools::HiPerf::HashList