Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store_impl.h74 int DoUnsubScribe(Rdb_SubscribeType type, const Rdb_DataObserver *observer);
H A Drelational_store.cpp709 return rdbStore->DoUnsubScribe(type, observer); in OH_Rdb_Unsubscribe()
741 int RelationalStore::DoUnsubScribe(Rdb_SubscribeType type, const Rdb_DataObserver *observer) in DoUnsubScribe() function in RelationalStore