Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 37) sorted by relevance

12

/developtools/hiperf/test/unittest/common/native/include/
Dvirtual_runtime_test.h52 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = {
102 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = {
/developtools/global_resource_tool/include/
Did_worker.h69 std::map<std::pair<ResType, std::string>, int32_t> ids_;
70 std::map<std::pair<ResType, std::string>, ResourceId> definedIds_;
73 std::map<std::pair<ResType, std::string>, int32_t> cacheIds_;
Di_resource_compiler.h40 …const std::map<std::pair<ResType, std::string>, std::vector<ResourceItem>> &GetResourceItems() con…
57 std::map<std::pair<ResType, std::string>, std::vector<ResourceItem>> nameInfos_;
Dresource_table.h78 bool ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> &datas,
83 const std::map<int32_t, std::pair<int32_t, int32_t>> &datas,
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_runtime_test.cpp193 for (auto &pair : runtime_->GetThreads()) { variable
194 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
Dvirtual_runtime_test.h51 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = {
/developtools/hdc/src/daemon/
Djdwp.cpp96 for (auto &&pair : pollNodeMap) { in RemoveFdFromPollList()
97 if (pair.second.ppid == pid) { in RemoveFdFromPollList()
99 pollNodeMap.erase(pair.second.pollfd.fd); in RemoveFdFromPollList()
537 for (const auto &pair : thisClass->pollNodeMap) { in FdEventPollThread() local
538 pollFd.fd = pair.second.pollfd.fd; in FdEventPollThread()
539 pollFd.events = pair.second.pollfd.events; in FdEventPollThread()
540 pollFd.revents = pair.second.pollfd.revents; in FdEventPollThread()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java440 for (Pair<Integer, byte[]> pair : pairList) { in encodeListOfPairsToByteArray()
441 encodeSize += INT_SIZE+INT_SIZE+INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray()
447 for (Pair<Integer, byte[]> pair : pairList) { in encodeListOfPairsToByteArray()
448 byte[] second = pair.getSecond(); in encodeListOfPairsToByteArray()
450 encodeBytes.putInt(pair.getFirst()); in encodeListOfPairsToByteArray()
DCertUtils.java166 for (String pair : pairs) { in checkDN()
168 String[] kvPair = pair.split("="); in checkDN()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp309 for (auto &pair : runtime_->GetThreads()) { variable
310 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
Dhiperf_libreport_test.cpp111 for (std::string &pair : fileBuildPairs) { in DefaultSymbolsBuildIdContentCheck()
112 std::vector<std::string> buildIdPair = StringSplit(pair, ","); in DefaultSymbolsBuildIdContentCheck()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_fs_ops.h47 MOCKABLE std::vector<std::pair<std::string, std::string>> GetPlatformEvents();
Dflow_controller.h76 using EventTypeName = std::pair<std::string, std::string>;
/developtools/global_resource_tool/src/xml/
Dxml_key_node.cpp59 vector<pair<string, int32_t>> sets(keyMap_.begin(), keyMap_.end()); in SaveToFile()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_fs_ops.cpp189 std::vector<std::pair<std::string, std::string>> FtraceFsOps::GetPlatformEvents() in GetPlatformEvents()
191 std::set<std::pair<std::string, std::string>> eventSet; in GetPlatformEvents()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h103 std::pair<uint32_t, PluginContextPtr> GetPluginContext(const std::string& pluginName);
/developtools/hiperf/src/
Dsubcommand_dump.cpp282 for (auto &pair : g_sampleTypeNames) { in DumpSampleType() local
283 if (sampleType & pair.first) { in DumpSampleType()
287 names.append(pair.second); in DumpSampleType()
Dreport_json_file.cpp269 for (const auto &pair : threadMaps) { in OutputJsonRuntimeInfo() local
270 const VirtualThread &thread = pair.second; in OutputJsonRuntimeInfo()
Dsubcommand_report.cpp427 for (auto &pair : prevSampleCache_) { in FlushCacheRecord() local
428 std::unique_ptr<PerfRecordSample> sample = std::move(pair.second); in FlushCacheRecord()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp85 …mallocMap_.insert(std::pair<void *, std::shared_ptr<RawStack>>(rawData->stackConext.addr, rawData)… in PutRawStack()
Dstack_preprocess.cpp329 threadMap_.insert(std::pair<std::string, uint32_t>(threadName, threadMap_.size() + 1)); in GetThreadIdx()
392 …functionMap_.insert(std::pair<std::string, uint32_t>(callsFrame.symbolName_, functionMap_.size() +… in SetFrameInfo()
407 … fileMap_.insert(std::pair<std::string, uint32_t>(callsFrame.filePath_, fileMap_.size() + 1)); in SetFrameInfo()
/developtools/global_resource_tool/src/
Dresource_table.cpp111 map<int32_t, pair<int32_t, int32_t>> datas; in LoadResTable()
331 bool ResourceTable::ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> … in ReadIdTables()
385 const std::map<int32_t, std::pair<int32_t, int32_t>> &datas, in ReadDataRecordStart()
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp116 …spMap.insert(std::pair<std::string, std::string>(std::string("timestamp"), std::to_string(timestam… in ExecCommand()
/developtools/hiperf/include/
Dreport_json_file.h256 for (auto &pair : childrenMap) { in UpdateChildrenEventCount()
257 subTreeEventCount_ += pair.second.UpdateChildrenEventCount(); in UpdateChildrenEventCount()
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp99 wdToDir_.insert(std::pair<int, std::string>(wd, std::string(fullpath))); in WatchPlugins()

12