Home
last modified time | relevance | path

Searched refs:m_callbackRef (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.h36 std::function<void(std::string)> m_callbackRef; variable
H A Dpreferences_impl.cpp526 m_callbackRef = callbackRef; in CJPreferencesObserver()
531 m_callbackRef(key); in OnChange()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h50 std::function<void()> m_callbackRef; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp305 m_callbackRef = callbackRef; in RdbStoreObserverImpl()
336 m_callbackRef(); in OnChange()