Searched refs:InnerUpdate (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/event_report/event/include/ |
H A D | logger_event.h | 37 InnerUpdate(name, ParamValue(value)); in Update() 47 virtual void InnerUpdate(const std::string &name, const ParamValue& value);
|
H A D | plugin_stats_event.h | 31 void InnerUpdate(const std::string &name, const ParamValue& value) override;
|
/ohos5.0/base/hiviewdfx/hiview/base/event_report/event/ |
H A D | plugin_stats_event.cpp | 78 void PluginStatsEvent::InnerUpdate(const std::string &name, const ParamValue& value) in InnerUpdate() function in OHOS::HiviewDFX::PluginStatsEvent 80 LoggerEvent::InnerUpdate(name, value); in InnerUpdate()
|
H A D | logger_event.cpp | 107 void LoggerEvent::InnerUpdate(const std::string &name, const ParamValue& value) in InnerUpdate() function in OHOS::HiviewDFX::LoggerEvent
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_db.cpp | 164 return InnerUpdate(tableName, std::move(record), extend, false); in BatchUpdate() 179 return InnerUpdate(tableName, std::move(record), extend, true); in BatchDelete() 406 DBStatus VirtualCloudDb::InnerUpdate(const std::string &tableName, std::vector<VBucket> &&record, in InnerUpdate() function in DistributedDB::VirtualCloudDb
|
H A D | virtual_cloud_db.h | 107 DBStatus InnerUpdate(const std::string &tableName, std::vector<VBucket> &&record,
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | libhiviewbase.map | 104 …"OHOS::HiviewDFX::LoggerEvent::InnerUpdate(std::__h::basic_string<char, std::__h::char_traits<char…
|