Searched refs:QueryDb (Results 1 – 4 of 4) sorted by relevance
288 …return (QueryDb(eventStrs, DB_TABLE_PLUGIN_STATS, {{DB_COLUMIN_PLUGIN, pluginName}}) != NativeRdb:… in QueryPluginStatsTable()294 if (QueryDb(events, table, {}) != NativeRdb::E_OK || events.empty()) { in QuerySysUsageTable()301 int EventDbHelper::QueryDb(std::vector<std::string>& eventStrs, const std::string& table, in QueryDb() function in OHOS::HiviewDFX::EventDbHelper
68 TraceFlowRecord QueryDb();
76 traceFlowRecord_ = QueryDb(); in InitTraceDb()177 TraceFlowRecord TraceFlowController::QueryDb() in QueryDb() function in OHOS::HiviewDFX::TraceFlowController
51 int QueryDb(std::vector<std::string>& eventStrs, const std::string& table,