Searched defs:col (Results 1 - 4 of 4) sorted by relevance
/base/telephony/cellular_data/test/ |
H A D | cellular_data_observer_test.cpp | 121 std::string col = std::string(CELLULAR_DATA_COLUMN_ROAMING) + std::to_string(1); in HWTEST_F() local
|
/base/security/asset/services/db_operator/src/ |
H A D | sqlite3_wrapper.c | 76 const char *SqliteColumnName(void *pStmt, int col) in SqliteColumnName() argument 86 const void *SqliteColumnBlob(void *pStmt, int col) in SqliteColumnBlob() argument 91 int SqliteColumnInt(void *pStmt, int col) in SqliteColumnInt() argument 96 int64_t SqliteColumnInt64(void *pStmt, int col) in SqliteColumnInt64() argument 101 int SqliteColumnBytes(void *pStmt, int col) in SqliteColumnBytes() argument 106 SqliteColumnType(void *pStmt, int col) SqliteColumnType() argument [all...] |
/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_query.cpp | 456 SysEventQuery &SysEventQuery::Order(const std::string &col, bool isAsc) in Order() argument
|
/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_query.h | 190 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() argument 193 Cond &And(const std::string &col, Op op, const T &value) in And() argument 267 SysEventQuery &Where(const std::string &col, Op op, const T &value) in Where() argument 275 SysEventQuery &And(const std::string &col, Op op, const T &value) in And() argument
|
Completed in 3 milliseconds