Home
last modified time | relevance | path

Searched refs:bindIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp49 int bindIndex = 1; // 1 is the first index for blob to bind. in CloudExcuteRemoveOrUpdate() local
54 errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, useVect, true); in CloudExcuteRemoveOrUpdate()
56 errCode = SQLiteUtils::BindTextToStatement(statement, bindIndex, user); in CloudExcuteRemoveOrUpdate()
63 bindIndex++; in CloudExcuteRemoveOrUpdate()
67 … errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, devVect, true); // only one arg. in CloudExcuteRemoveOrUpdate()
93 int bindIndex = 1; // 1 is the first index for blob to bind. in CloudCheckDataExist() local
96 errCode = SQLiteUtils::BindTextToStatement(statement, bindIndex, user); // only one arg. in CloudCheckDataExist()
102 bindIndex++; in CloudCheckDataExist()
104 errCode = SQLiteUtils::BindTextToStatement(statement, bindIndex, user); // only one arg. in CloudCheckDataExist()
114 … errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, devVect, true); // only one arg. in CloudCheckDataExist()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp1873 int bindIndex = 1; in SetDeviceId() local
1874 …errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, deviceIdVec, true); // only one a… in SetDeviceId()
1879 bindIndex++; in SetDeviceId()
1880 errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, key, true); // only one arg. in SetDeviceId()
1950 int bindIndex = 1; in ChangeUserId() local
1951 errCode = SQLiteUtils::BindTextToStatement(statement, bindIndex, wantUserId); // only one arg. in ChangeUserId()
1956 bindIndex++; in ChangeUserId()
1959 …errCode = SQLiteUtils::BindBlobToStatement(statement, bindIndex, deviceIdVec, true); // only one a… in ChangeUserId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1467 int bindIndex = 1; in GetAndBindFillUploadAssetStatement() local
1472 errCode = bindCloudFieldFuncMap_[TYPE_INDEX<Assets>](bindIndex++, assets, field, statement); in GetAndBindFillUploadAssetStatement()