Home
last modified time | relevance | path

Searched defs:fields (Results 1 - 23 of 23) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
H A Dsql_util.cpp20 GenerateCreateSql(const std::string& table, const std::vector<std::pair<std::string, std::string>>& fields) GenerateCreateSql() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dsql_util.cpp20 std::string CreateTable(const std::string& table, const std::vector<std::pair<std::string, std::string>>& fields) in CreateTable() argument
/base/update/updater/services/include/applypatch/
H A Dapply_patch.h22 std::vector<std::string> fields; member
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp37 std::vector<std::pair<std::string, std::string>> fields = {{EventTable::FIELD_UID, SQL_INT_TYPE}, in OnCreate() local
H A Ddata_share_dao.cpp109 std::vector<std::string> fields = { std::to_string(uid) }; in DeleteSubscriberInfo() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Duser_property_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Duser_id_dao.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Dapp_event_observer_dao.cpp51 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Dapp_event_mapping_dao.cpp54 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
H A Dcustom_event_param_dao.cpp56 const std::vector<std::pair<std::string, std::string>> fields = { in Create() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp48 bool JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& fields) in CheckJsonValue() argument
H A Devent_db_helper.cpp201 std::vector<std::pair<std::string, std::string>> fields = { in CreatePluginStatsTable() local
216 std::vector<std::pair<std::string, std::string>> fields = {{DB_COLUMIN_EVNET, SQL_TEXT_TYPE}}; in CreateSysUsageTable() local
181 CreateTable(const std::string& table, const std::vector<std::pair<std::string, std::string>>& fields) CreateTable() argument
H A Dfold_app_usage_db_helper.cpp168 std::vector<std::pair<std::string, std::string>> fields = { in CreateAppEventsTable() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dapp_event_task_storage.cpp58 const std::vector<std::pair<std::string, std::string>> fields = { in InnerCreateAppTaskTable() local
H A Dtrace_storage.cpp68 const std::vector<std::pair<std::string, std::string>> fields = { in CreateTraceFlowControlTable() local
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp309 std::vector<std::string> fields; in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp46 const std::vector<std::pair<std::string, std::string>> fields = { in CreateEventsTable() local
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp55 const std::vector<std::pair<std::string, std::string>> fields = { in OnCreate() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp57 const std::vector<std::pair<std::string, std::string>> fields = { in CreateExportDetailsTable() local
35 CreateTable(NativeRdb::RdbStore& dbStore, const std::string& tableName, const std::vector<std::pair<std::string, std::string>>& fields) CreateTable() argument
/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h54 virtual AbsPredicates *GroupBy(std::vector<std::string> fields) {return nullptr;}; in GroupBy() argument
93 virtual AbsPredicates *GroupBy(std::vector<std::string> fields) {return nullptr;}; in GroupBy() argument
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp398 uint8_t fields[textParamLen] = {static_cast<uint8_t>(ContentParam::CT_P_FILENAME), in EncodeTextField() local
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp159 const std::vector<std::pair<std::string, std::string>> fields = { in CreateCpuCollectionTable() local
187 const std::vector<std::pair<std::string, std::string>> fields = { in CreateThreadCpuCollectionTable() local
213 const std::vector<std::pair<std::string, std::string>> fields = { in CreateVersionTable() local
128 CreateTable(NativeRdb::RdbStore& dbStore, const std::string& tableName, const std::vector<std::pair<std::string, std::string>>& fields) CreateTable() argument

Completed in 11 milliseconds