Home
last modified time | relevance | path

Searched refs:QueryDb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp288 …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
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_flow_controller.h68 TraceFlowRecord QueryDb();
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp76 traceFlowRecord_ = QueryDb(); in InitTraceDb()
177 TraceFlowRecord TraceFlowController::QueryDb() in QueryDb() function in OHOS::HiviewDFX::TraceFlowController
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h51 int QueryDb(std::vector<std::string>& eventStrs, const std::string& table,