Home
last modified time | relevance | path

Searched refs:UnSubscribeRemote (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h202 int UnSubscribeRemote(const SubscribeOption &option, RdbStoreObserver *observer);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp613 int RdbStoreImpl::UnSubscribeRemote(const SubscribeOption& option, RdbStoreObserver *observer) in UnSubscribeRemote() function in OHOS::NativeRdb::RdbStoreImpl
636 return UnSubscribeRemote(option, observer); in UnSubscribe()