Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
Drelational_store.h219 int OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates);
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
Drdb_store_test.cpp112 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates);
574 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates);
580 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates1);
721 errCode = OH_Rdb_Update(nullptr, valueBucket, predicates);
723 errCode = OH_Rdb_Update(store, nullptr, predicates);
725 errCode = OH_Rdb_Update(store, valueBucket, nullptr);
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp149 int OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valueBucket, OH_Predicates *predicates) in OH_Rdb_Update() function