Home
last modified time | relevance | path

Searched refs:RdbNdk (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_values_bucket.cpp28 namespace RdbNdk { namespace
105 if (bucket == nullptr || bucket->id != OHOS::RdbNdk::RDB_VBUCKET_CID) { in GetSelf()
109 return static_cast<OHOS::RdbNdk::RelationalValuesBucket *>(bucket); in GetSelf()
122 } // namespace RdbNdk
125 using namespace OHOS::RdbNdk;
H A Drelational_predicates_objects.cpp22 namespace RdbNdk { namespace
102 if (valueObject == nullptr || valueObject->id != OHOS::RdbNdk::RDB_PREDICATES_OBJECTS_CID) { in GetSelf()
106 return static_cast<OHOS::RdbNdk::RelationalPredicatesObjects *>(valueObject); in GetSelf()
113 } // namespace RdbNdk
H A Dconvertor_error_code.h17 namespace OHOS::RdbNdk { namespace in OHOS
26 } // namespace OHOS::RdbNdk
H A Drelational_predicates_objects.h26 namespace RdbNdk { namespace
41 } // namespace RdbNdk
H A Dmodify_time_cursor.h21 namespace OHOS::RdbNdk { namespace in OHOS
50 } // namespace OHOS::RdbNdk
H A Drelational_values_bucket.h23 namespace RdbNdk { namespace
41 } // namespace RdbNdk
H A Dmodify_time_cursor.cpp21 namespace OHOS::RdbNdk { namespace in OHOS
90 } // namespace OHOS::RdbNdk
H A Drelational_cursor.cpp29 namespace RdbNdk { namespace
205 if (cursor == nullptr || cursor->id != RdbNdk::RDB_CURSOR_CID) { in GetSelf()
209 return static_cast<RdbNdk::RelationalCursor *>(cursor); in GetSelf()
407 } // namespace RdbNdk
H A Drelational_predicates.cpp28 namespace RdbNdk { namespace
376 if (predicates == nullptr || predicates->id != OHOS::RdbNdk::RDB_PREDICATES_CID) { in GetSelf()
380 return static_cast<OHOS::RdbNdk::RelationalPredicate *>(predicates); in GetSelf()
382 } // namespace RdbNdk
H A Drelational_cursor.h26 namespace RdbNdk { namespace
71 } // namespace RdbNdk
H A Drelational_predicates.h23 namespace RdbNdk { namespace
61 } // namespace RdbNdk
H A Drelational_store_impl.h27 namespace RdbNdk { namespace
88 } // namespace RdbNdk
H A Dconvertor_error_code.cpp21 namespace OHOS::RdbNdk { namespace in OHOS
H A Drelational_asset.cpp23 using namespace OHOS::RdbNdk;
H A Drelational_store.cpp38 using namespace OHOS::RdbNdk;
206 OHOS::RdbNdk::RelationalStore::RelationalStore(std::shared_ptr<OHOS::NativeRdb::RdbStore> store) : store_(store) in RelationalStore()
518 return new OHOS::RdbNdk::RelationalCursor(std::move(resultSet)); in OH_Rdb_ExecuteQuery()
969 return new OHOS::RdbNdk::RelationalCursor(std::move(resultSet)); in OH_Rdb_QueryLockedRow()
/foundation/distributeddatamgr/relational_store/frameworks/common/include/
H A Dlogger.h29 namespace RdbNdk { namespace
32 return { LOG_CORE, 0xD001656, "RdbNdk" }; in LogLabel()
34 } // namespace RdbNdk
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp33 using namespace OHOS::RdbNdk;
H A Drdb_store_test.cpp32 using namespace OHOS::RdbNdk;

Completed in 10 milliseconds