Searched defs:Or (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/ |
D | sys_event_query.cpp | 209 Cond &Cond::Or(const std::string &col, Op op, const int8_t value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 215 Cond &Cond::Or(const std::string &col, Op op, const int16_t value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 221 Cond &Cond::Or(const std::string &col, Op op, const int32_t value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 227 Cond &Cond::Or(const std::string &col, Op op, const int64_t value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 233 Cond &Cond::Or(const std::string &col, Op op, const float value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 239 Cond &Cond::Or(const std::string &col, Op op, const double value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 245 Cond &Cond::Or(const std::string &col, Op op, const std::string &value) in Or() function in OHOS::HiviewDFX::EventStore::Cond 251 Cond &Cond::Or(const Cond &cond) in Or() function in OHOS::HiviewDFX::EventStore::Cond 674 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const int8_t value) in Or() function in OHOS::HiviewDFX::EventStore::SysEventQuery 680 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const int16_t value) in Or() function in OHOS::HiviewDFX::EventStore::SysEventQuery [all …]
|
/base/hiviewdfx/hiview/adapter/dbstore/ |
D | data_query.cpp | 60 DataQuery& DataQuery::Or() in Or() function in OHOS::HiviewDFX::DataQuery
|