Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 7 of 7) 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/update/updater/services/include/applypatch/
Dapply_patch.h22 std::vector<std::string> fields; member
/base/hiviewdfx/hiview/adapter/dbstore/
Ddata_query.cpp36 DOCSTORE_API DataQuery& DataQuery::Select(const std::vector<std::string>& fields) in Select()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Djson_parser.cpp49 …ol JsonParser::CheckJsonValue(const Json::Value& eventJson, const std::vector<std::string>& fields) in CheckJsonValue()
/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