Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp38 …enerateCreateSql(const std::string& table, std::vector<std::pair<std::string, std::string>> fields) in GenerateCreateSql()
70 std::vector<std::pair<std::string, std::string>> fields = { in OnCreate() local
116 std::vector<std::pair<std::string, std::string>> fields = { in CreateBlockTable() local
Dapp_event_blocks_dao.cpp85 std::vector<std::string> fields = { name }; in RemoveBlock() local
Dapp_event_block_dao.cpp72 std::vector<std::string> fields = { std::to_string(seq) }; in DeletePackageBySeq() local
/base/hiviewdfx/hiview/base/utility/
Dsql_util.cpp21 const std::vector<std::pair<std::string, std::string>>& fields) in GenerateCreateSql()
/base/update/updater/services/include/applypatch/
Dapply_patch.h22 std::vector<std::string> fields; member
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp189 const std::vector<std::pair<std::string, std::string>>& fields) in CreateTable()
208 std::vector<std::pair<std::string, std::string>> fields = { in CreatePluginStatsTable() local
223 std::vector<std::pair<std::string, std::string>> fields = {{DB_COLUMIN_EVNET, SQL_TEXT_TYPE}}; in CreateSysUsageTable() local
Djson_parser.cpp49 …ol JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& fields) in CheckJsonValue()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_store.cpp41 … std::vector<std::pair<std::string, std::string>> fields = {{EventTable::FIELD_UID, SQL_INT_TYPE}, in OnCreate() local
Ddata_share_dao.cpp113 std::vector<std::string> fields = { std::to_string(uid) }; in DeleteSubscriberInfo() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp400 uint8_t fields[textParamLen] = {static_cast<uint8_t>(ContentParam::CT_P_FILENAME), in EncodeTextField() local