Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c76 const char *SqliteColumnName(void *pStmt, int col) in SqliteColumnName()
86 const void *SqliteColumnBlob(void *pStmt, int col) in SqliteColumnBlob()
91 int SqliteColumnInt(void *pStmt, int col) in SqliteColumnInt()
96 int64_t SqliteColumnInt64(void *pStmt, int col) in SqliteColumnInt64()
101 int SqliteColumnBytes(void *pStmt, int col) in SqliteColumnBytes()
106 int SqliteColumnType(void *pStmt, int col) in SqliteColumnType()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.cpp31 int32_t CursorMock::GetColumnName(int32_t col, std::string &name) const in GetColumnName()
95 int32_t CursorMock::Get(int32_t col, DistributedData::Value &value) in Get()
109 int32_t CursorMock::Get(const std::string &col, DistributedData::Value &value) in Get()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Dcache_cursor.cpp42 int32_t CacheCursor::GetColumnName(int32_t col, std::string &name) const in GetColumnName()
101 int32_t CacheCursor::Get(int32_t col, DistributedData::Value &value) in Get()
109 int32_t CacheCursor::Get(const std::string &col, DistributedData::Value &value) in Get()
H A Drdb_cursor.cpp43 int32_t RdbCursor::GetColumnName(int32_t col, std::string &name) const in GetColumnName()
91 int32_t RdbCursor::Get(int32_t col, DistributedData::Value &value) in Get()
106 int32_t RdbCursor::Get(const std::string &col, DistributedData::Value &value) in Get()
H A Drdb_result_set_impl.cpp316 int RdbResultSetImpl::GetAsset(int32_t col, NativeRdb::ValueObject::Asset& value) in GetAsset()
325 int RdbResultSetImpl::GetAssets(int32_t col, NativeRdb::ValueObject::Assets& value) in GetAssets()
333 int RdbResultSetImpl::Get(int32_t col, NativeRdb::ValueObject& value) in Get()
349 int RdbResultSetImpl::GetSize(int col, size_t& size) in GetSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h82 inline double Get(int32_t row, int32_t col) const in Get()
88 inline void Set(int32_t row, int32_t col, double value) in Set()
H A Dmatrix3.cpp19 void Matrix3::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
128 bool Matrix3N::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
203 bool MatrixN3::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_model_ng.cpp28 auto col = Referenced::MakeRefPtr<V2::GridContainerSize>(); in Create() local
35 void GridRowModelNG::Create(const RefPtr<V2::GridContainerSize>& col, const RefPtr<V2::Gutter>& gut… in Create()
90 void GridRowModelNG::SetColumns(FrameNode* frameNode, const RefPtr<V2::GridContainerSize>& col) in SetColumns()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp90 int32_t CloudCursorImpl::GetColumnName(int32_t col, std::string &name) const in GetColumnName()
205 DBValue CloudCursorImpl::GetExtend(OhCloudExtValueBucket *vb, const std::string &col) in GetExtend()
240 int32_t CloudCursorImpl::Get(int32_t col, DBValue &value) in Get()
251 int32_t CloudCursorImpl::Get(const std::string &col, DBValue &value) in Get()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_target_packing_common.h88 vec4 GetPackColor(in vec4 col) in GetPackColor()
93 vec4 GetPackBaseColorWithAo(in vec3 col, in float ao) in GetPackBaseColorWithAo()
143 void GetUnpackBaseColorWithAo(in vec4 col, out vec3 color, out float ao) in GetUnpackBaseColorWithAo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_result_set.cpp317 int RdSharedResultSet::Get(int32_t col, ValueObject &value) in Get()
339 int RdSharedResultSet::GetValue(int32_t col, T &value) in GetValue()
350 std::pair<int, ValueObject> RdSharedResultSet::GetValueObject(int32_t col, size_t index) in GetValueObject()
H A Dstep_result_set.cpp343 int StepResultSet::Get(int32_t col, ValueObject &value) in Get()
372 int StepResultSet::GetValue(int32_t col, T &value) in GetValue()
383 std::pair<int, ValueObject> StepResultSet::GetValueObject(int32_t col, size_t index) in GetValueObject()
H A Dcache_result_set.cpp284 int CacheResultSet::GetAsset(int32_t col, ValueObject::Asset &value) in GetAsset()
297 int CacheResultSet::GetAssets(int32_t col, ValueObject::Assets &value) in GetAssets()
315 int CacheResultSet::Get(int32_t col, ValueObject &value) in Get()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp42 …const RefPtr<GridLayoutProperty>& layoutProperty, int32_t row, int32_t col, int32_t& rowSpan, int3… in CreateChildConstraint()
101 int32_t col = 0; in InitGridCeils() local
110 bool GridLayoutAlgorithm::CheckGridPlaced(int32_t index, int32_t row, int32_t col, int32_t& rowSpan… in CheckGridPlaced()
178 …tF GridLayoutAlgorithm::ComputeItemPosition(LayoutWrapper* layoutWrapper, int32_t row, int32_t col, in ComputeItemPosition()
222 float GridLayoutAlgorithm::GetItemSize(int32_t row, int32_t col, bool height) const in GetItemSize()
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/source_map_test/
H A Dsource_map_test.cpp155 int32_t col = 1; variable
178 int32_t col = 3; variable
207 int32_t col = 3; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_row_model_impl.cpp29 void GridRowModelImpl::Create(const RefPtr<V2::GridContainerSize>& col, const RefPtr<V2::Gutter>& g… in Create()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h193 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond()
196 Cond &And(const std::string &col, Op op, const T &value) in And()
270 SysEventQuery &Where(const std::string &col, Op op, const T &value) in Where()
278 SysEventQuery &And(const std::string &col, Op op, const T &value) in And()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp48 int32_t col = 0; variable
93 int32_t col = 0; variable
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_db.cpp124 for (const auto &col : columnNames) { in FillMetadata() local
141 for (const auto &col : columnNames) { in FillVibrateMetadata() local
149 unique_ptr<RingtoneMetadata> &metadata, const std::string &col) in ExtractMetaFromColumn()
172 unique_ptr<VibrateMetadata> &metadata, const std::string &col) in ExtractVibrateMetaFromColumn()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/
H A Dgrid_row_new_test_ng.cpp61 V2::GridContainerSize col = V2::GridContainerSize(5); in __anondd4488980202() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp240 int32_t col = 1; variable
272 int32_t col = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp119 int32_t col = FitItem(it, size.columns); in FillOne() local
202 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) in MeasureItem()
361 void GridIrregularFiller::SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size) in SetItemInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.h40 int32_t col = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_utils.cpp19 void QueryUtils::FillQueryIn(const std::string &col, const std::vector<Type> &data, size_t valueTyp… in FillQueryIn()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_base.cpp311 unique_ptr<RingtoneMetadata> &metadata, const std::string &col) in ExtractMetaFromColumn()
342 for (const auto &col : columnNames) { in PopulateMetadata() local

123