Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 25 of 51) sorted by relevance

123

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.h63 … uint64_t RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state = TASK_INVALID);
64 uint64_t RowOfInternalTidInStateTable(uint32_t uid) const;
65 void ClearInternalTidInStateTable(uint32_t uid);
66 uint64_t StateOfInternalTidInStateTable(uint32_t uid) const;
Dcpu_filter.cpp206 uint64_t CpuFilter::RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state) in RemberInternalTidInStateTable() argument
208 if (internalTidToRowThreadState_.find(uid) != internalTidToRowThreadState_.end()) { in RemberInternalTidInStateTable()
209 internalTidToRowThreadState_.at(uid) = TPthread{row, state}; in RemberInternalTidInStateTable()
211 internalTidToRowThreadState_.insert(std::make_pair(uid, TPthread{row, state})); in RemberInternalTidInStateTable()
215 uint64_t CpuFilter::RowOfInternalTidInStateTable(uint32_t uid) const in RowOfInternalTidInStateTable()
217 auto row = internalTidToRowThreadState_.find(uid); in RowOfInternalTidInStateTable()
223 void CpuFilter::ClearInternalTidInStateTable(uint32_t uid) in ClearInternalTidInStateTable() argument
225 auto row = internalTidToRowThreadState_.find(uid); in ClearInternalTidInStateTable()
230 uint64_t CpuFilter::StateOfInternalTidInStateTable(uint32_t uid) const in StateOfInternalTidInStateTable()
232 auto row = internalTidToRowThreadState_.find(uid); in StateOfInternalTidInStateTable()
/developtools/smartperf_host/trace_streamer/src/filter/
Dcpu_filter.h63 … uint64_t RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state = TASK_INVALID);
64 uint64_t RowOfInternalTidInStateTable(uint32_t uid) const;
65 void ClearInternalTidInStateTable(uint32_t uid);
66 uint64_t StateOfInternalTidInStateTable(uint32_t uid) const;
Dcpu_filter.cpp206 uint64_t CpuFilter::RemberInternalTidInStateTable(uint32_t uid, uint64_t row, uint64_t state) in RemberInternalTidInStateTable() argument
208 if (internalTidToRowThreadState_.find(uid) != internalTidToRowThreadState_.end()) { in RemberInternalTidInStateTable()
209 internalTidToRowThreadState_.at(uid) = TPthread{row, state}; in RemberInternalTidInStateTable()
211 internalTidToRowThreadState_.insert(std::make_pair(uid, TPthread{row, state})); in RemberInternalTidInStateTable()
215 uint64_t CpuFilter::RowOfInternalTidInStateTable(uint32_t uid) const in RowOfInternalTidInStateTable()
217 auto row = internalTidToRowThreadState_.find(uid); in RowOfInternalTidInStateTable()
223 void CpuFilter::ClearInternalTidInStateTable(uint32_t uid) in ClearInternalTidInStateTable() argument
225 auto row = internalTidToRowThreadState_.find(uid); in ClearInternalTidInStateTable()
230 uint64_t CpuFilter::StateOfInternalTidInStateTable(uint32_t uid) const in StateOfInternalTidInStateTable()
232 auto row = internalTidToRowThreadState_.find(uid); in StateOfInternalTidInStateTable()
/developtools/profiler/device/etc/
Dhiprofiler_daemon.cfg8 "uid" : "hiprofiler",
16 "uid" : "hiprofiler",
Dhiprofilerd.cfg7 "uid" : "hiprofiler",
15 "uid" : "hiprofiler",
Dhiprofiler_plugins.cfg8 "uid" : "hiprofiler",
/developtools/smartperf_host/ide/src/trace/bean/
DEnergyStruct.ts36 uid: number = 0; property in PowerDetailsEnergy
61 uid: number = -1; property in SystemDetailsEnergy
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DEnergyStruct.ts36 uid: number = 0; property in PowerDetailsEnergy
61 uid: number = -1; property in SystemDetailsEnergy
/developtools/smartperf_host/ide/test/trace/bean/
DEnergyStruct.test.ts41 uid: expect.any(Number),
90 uid: expect.any(Number),
/developtools/profiler/hiebpf/include/
Dhiebpf_types.h28 __u32 uid; member
62 __u32 uid; member
/developtools/hdc/src/daemon/etc/
Dhdcd.cfg5 "uid" : "shell",
13 "uid" : "shell",
Dhdcd.root.cfg5 "uid" : "root",
13 "uid" : "root",
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/energy/
DTabPaneSystemDetails.test.ts226 uid: 33,
251 uid: 11,
276 uid: 23,
300 uid: 337,
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_process_parser.h72 ProcessInfo(int32_t pid, const std::string& name, int32_t ppid, int32_t uid) in ProcessInfo()
73 : pid_(pid), name_(name), ppid_(ppid), uid_(uid) in ProcessInfo()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_process_parser.h72 ProcessInfo(int32_t pid, const std::string& name, int32_t ppid, int32_t uid) in ProcessInfo()
73 : pid_(pid), name_(name), ppid_(ppid), uid_(uid) in ProcessInfo()
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp64 int32_t uid; member
204 EXPECT_EQ(processesinfo.uid(), g_processStatus[i].uid);
326 EXPECT_EQ(processesinfo.uid(), g_processStatus[i].uid);
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp45 int32_t uid; member
163 EXPECT_EQ(g_expectBegin.uid, plugin.GetUid(pidList[i]));
191 EXPECT_EQ(g_expectEnd.uid, plugin.GetUid(pidList[i]));
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DSystemEntity.ets28 uid: number;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts53 uid: [],
/developtools/profiler/protos/types/plugins/process_data/
Dprocess_plugin_result.proto45 int32 uid = 4; field
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts53 uid: [],
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/process_data/
Dprocess_plugin_result.proto45 int32 uid = 4; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/process_data/
Dprocess_plugin_result.proto45 int32 uid = 4; field
/developtools/hdc/src/common/
Dchannel.cpp356 uint32_t uid = 0; in GetChannelPseudoUid() local
358 uid = static_cast<uint32_t>(Base::GetRandom()); in GetChannelPseudoUid()
359 } while (AdminChannel(OP_QUERY, uid, nullptr) != nullptr); in GetChannelPseudoUid()
360 return uid; in GetChannelPseudoUid()

123