Home
last modified time | relevance | path

Searched refs:GenerateCreateSql (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dsql_util.h29 std::string GenerateCreateSql(const std::string& table,
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dsql_util.cpp20 std::string GenerateCreateSql(const std::string& table, in GenerateCreateSql() function
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp41 std::string sql = SqlUtil::GenerateCreateSql(EventTable::TABLE, fields); in OnCreate()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp73 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME, fields); in CreateTraceFlowControlTable()
H A Dapp_event_task_storage.cpp73 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME_TASK, fields); in InnerCreateAppTaskTable()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp38 std::string sql = SqlUtil::GenerateCreateSql(tableName, fields); in CreateTable()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp99 std::string sql = SqlUtil::GenerateCreateSql(TABLE_NAME, fields); in CreateTable()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp52 std::string sql = SqlUtil::GenerateCreateSql(EVENTS_TABLE, fields); in CreateEventsTable()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp184 std::string sql = SqlUtil::GenerateCreateSql(table, fields); in CreateTable()
H A Dfold_app_usage_db_helper.cpp182 std::string sql = SqlUtil::GenerateCreateSql(table, fields); in CreateAppEventsTable()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp131 std::string sql = SqlUtil::GenerateCreateSql(tableName, fields); in CreateTable()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map217 …"OHOS::HiviewDFX::SqlUtil::GenerateCreateSql(std::__h::basic_string<char, std::__h::char_traits<ch…