Home
last modified time | relevance | path

Searched refs:CLOUD_DETAIL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_observer.cpp61 if (mode_ != DistributedRdb::CLOUD_DETAIL && mode_ != DistributedRdb::LOCAL_DETAIL) { in OnChange()
H A Dnapi_rdb_const_properties.cpp60 …NAPI_PROPERTY(subscribeType, "SUBSCRIBE_TYPE_CLOUD_DETAILS", int32_t(SubscribeMode::CLOUD_DETAIL)); in ExportSubscribeType()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h233 CLOUD_DETAIL, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_subscribe_test.cpp257 auto status = store->Subscribe({ SubscribeMode::CLOUD_DETAIL }, observer_.get());
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp280 return SubscribeMode::CLOUD_DETAIL; in GetSubscribeType()