Home
last modified time | relevance | path

Searched refs:sphQueryFuncMap_ (Results 1 - 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dsqllite_prepar_cache_data.cpp123 sphQueryFuncMap_ = { in FillSphQueryFuncMapPartOne()
156 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::PROCESS_SO_INIT_DATA), in FillSphQueryFuncMapPartTow()
159 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::HI_SYS_EVENT_DATA), in FillSphQueryFuncMapPartTow()
162 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::LOG_DATA), in FillSphQueryFuncMapPartTow()
165 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::VIRTUAL_MEM_DATA), in FillSphQueryFuncMapPartTow()
168 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::ENERGY_SYSTEM_DATA), in FillSphQueryFuncMapPartTow()
171 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::ENERGY_STATE_DATA), in FillSphQueryFuncMapPartTow()
174 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::ENERGY_ANOMAL_DATA), in FillSphQueryFuncMapPartTow()
177 sphQueryFuncMap_.emplace(static_cast<uint32_t>(SphQueryType::FRAME_EXPECTED_DATA), in FillSphQueryFuncMapPartTow()
180 sphQueryFuncMap_ in FillSphQueryFuncMapPartTow()
[all...]
H A Dsqllite_prepar_cache_data.h36 std::map<uint32_t, SphQueryCallBack> sphQueryFuncMap_; member in SysTuning::TraceStreamer::SqllitePreparCacheData
H A Dtrace_data_db.cpp429 auto queryFuncItor = sqlPreparCacheData_.sphQueryFuncMap_.find(type); in SearchDatabaseToProto()
430 if (queryFuncItor != sqlPreparCacheData_.sphQueryFuncMap_.end()) { in SearchDatabaseToProto()

Completed in 4 milliseconds