Searched defs:Update (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/device/services/profiler_service/src/ | ||
D | trace_file_helper.cpp | 53 bool TraceFileHelper::Update(TraceFileHeader& header) in Update() function in TraceFileHelper |
/developtools/profiler/host/smartperf/trace_streamer/src/table/ | ||
D | table_base.h | 100 virtual int Update(int argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function |
D | process_table.cpp | 125 int ProcessTable::Update(int argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ProcessTable |
D | thread_table.cpp | 485 int ThreadTable::Update(int argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ThreadTable |
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ | ||
D | trace_stdtype.cpp | 117 void SchedSlice::Update(uint64_t index, uint64_t ts, uint64_t state, uint64_t pior) in Update() function in SysTuning::TraceStdtype::SchedSlice |