| /developtools/global_resource_tool/include/ |
| D | id_worker.h | 72 std::map<std::pair<ResType, std::string>, int32_t> ids_; 73 std::map<std::pair<ResType, std::string>, ResourceId> sysDefinedIds_; 74 std::map<std::pair<ResType, std::string>, ResourceId> appDefinedIds_; 78 std::map<std::pair<ResType, std::string>, int32_t> cacheIds_;
|
| D | i_resource_compiler.h | 35 …const std::map<std::pair<ResType, std::string>, std::vector<ResourceItem>> &GetResourceItems() con… 48 std::map<std::pair<ResType, std::string>, std::vector<ResourceItem>> nameInfos_;
|
| D | resource_table.h | 79 bool ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> &datas, 84 const std::map<int32_t, std::pair<int32_t, int32_t>> &datas,
|
| /developtools/hiperf/test/unittest/common/native/include/ |
| D | virtual_runtime_test.h | 52 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/profiler/device/plugins/native_daemon/include/ |
| D | virtual_runtime.h | 100 std::pair<MemMaps*, uint32_t> FindMap(uint64_t addr); 126 struct SymbolCacheKey : public std::pair<uint64_t, uint32_t> { 138 …SymbolCacheKey(const std::pair<uint64_t, uint32_t>& arg) : pair(arg), ip(first), filePathId(second… in SymbolCacheKey() 139 …SymbolCacheKey(uint64_t ip, uint32_t filePathId) : pair(ip, filePathId), ip(first), filePathId(sec… in SymbolCacheKey()
|
| D | virtual_thread.h | 75 const std::pair<MemMaps*, uint32_t> FindMemMapsByAddr(uint64_t addr) const;
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 195 for (auto &pair : runtime_->GetThreads()) { variable 196 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
| D | virtual_runtime_test.h | 51 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = {
|
| /developtools/hdc/src/daemon/ |
| D | jdwp.cpp | 96 for (auto &&pair : pollNodeMap) { in RemoveFdFromPollList() 97 if (pair.second.ppid == pid) { in RemoveFdFromPollList() 99 pollNodeMap.erase(pair.second.pollfd.fd); in RemoveFdFromPollList() 543 for (const auto &pair : thisClass->pollNodeMap) { in FdEventPollThread() local 544 pollFd.fd = pair.second.pollfd.fd; in FdEventPollThread() 545 pollFd.events = pair.second.pollfd.events; in FdEventPollThread() 546 pollFd.revents = pair.second.pollfd.revents; in FdEventPollThread()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 396 std::pair<std::string, std::vector<std::string>> EbpfConverter::GetSymbolInfo(uint64_t pid, uint64_… in GetSymbolInfo() 400 return std::pair<std::string, std::vector<std::string>>(); in GetSymbolInfo() 416 return std::pair<std::string, std::vector<std::string>>(); in GetSymbolInfo() 421 return std::pair<std::string, std::vector<std::string>>(); in GetSymbolInfo() 425 std::pair<std::string, std::vector<std::string>> symbolInfos; in GetSymbolInfo() 433 return std::pair<std::string, std::vector<std::string>>(); in GetSymbolInfo() 452 return std::pair<std::string, std::vector<std::string>>(); in GetSymbolInfo()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | HapUtils.java | 440 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()
|
| D | CertUtils.java | 166 for (String pair : pairs) { in checkDN() 168 String[] kvPair = pair.split("="); in checkDN()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_converter.h | 40 std::pair<std::string, std::vector<std::string>> GetSymbolInfo(uint64_t pid, uint64_t ip);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 309 for (auto &pair : runtime_->GetThreads()) { variable 310 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_fs_ops.h | 48 MOCKABLE std::vector<std::pair<std::string, std::string>> GetPlatformEvents();
|
| D | flow_controller.h | 78 using EventTypeName = std::pair<std::string, std::string>;
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_fs_ops.cpp | 193 std::vector<std::pair<std::string, std::string>> FtraceFsOps::GetPlatformEvents() in GetPlatformEvents() 195 std::set<std::pair<std::string, std::string>> eventSet; in GetPlatformEvents()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_data_repeater.cpp | 85 …mallocMap_.insert(std::pair<void*, std::shared_ptr<RawStack>>(rawData->stackConext->addr, rawData)… in PutRawStack()
|
| D | virtual_runtime.cpp | 380 auto foundSymbolIter = userSymbolCache_.find(std::pair(ip, curMemMaps->filePathId_)); in GetSymbolCache() 416 userSymbolCache_[std::pair(callFrame.ip_, symbol.filePathId_)] = symbol; in GetSymbol() 513 std::pair<MemMaps*, uint32_t> VirtualRuntime::FindMap(uint64_t addr) in FindMap()
|
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 301 for (auto &pair : g_sampleTypeNames) { in DumpSampleType() local 302 if (sampleType & pair.first) { in DumpSampleType() 306 names.append(pair.second); in DumpSampleType()
|
| D | report_json_file.cpp | 269 for (const auto &pair : threadMaps) { in OutputJsonRuntimeInfo() local 270 const VirtualThread &thread = pair.second; in OutputJsonRuntimeInfo()
|
| /developtools/profiler/device/services/plugin_service/include/ |
| D | plugin_service.h | 104 std::pair<uint32_t, PluginContextPtr> GetPluginContext(const std::string& pluginName);
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 130 map<int32_t, pair<int32_t, int32_t>> datas; in LoadResTable() 385 bool ResourceTable::ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> … in ReadIdTables() 439 const std::map<int32_t, std::pair<int32_t, int32_t>> &datas, in ReadDataRecordStart()
|
| D | i_resource_compiler.cpp | 94 const map<pair<ResType, string>, vector<ResourceItem>> &IResourceCompiler::GetResourceItems() const in GetResourceItems()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | smartperf_command.cpp | 116 …spMap.insert(std::pair<std::string, std::string>(std::string("timestamp"), std::to_string(timestam… in ExecCommand()
|