Home
last modified time | relevance | path

Searched refs:m_callback (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.cpp31 NetStateObserver::NetStateObserver(): m_callback(nullptr) in NetStateObserver()
43 m_callback = callback; in SetNetStateCallback()
76 m_callback(SystemNetWorkState::NETWORK_IS_PORTAL, urlRedirect); in OnNetDetectionResultChanged()
80 m_callback(SystemNetWorkState::NETWORK_NOTWORKING, ""); in OnNetDetectionResultChanged()
84 m_callback(SystemNetWorkState::NETWORK_IS_WORKING, ""); in OnNetDetectionResultChanged()
H A Dwifi_net_observer.h90 std::function<void(SystemNetWorkState, std::string)> m_callback;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_observer_test.cpp63 ASSERT_NE(netStateObserver->m_callback, nullptr);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.h35 std::function<void(std::string)> *m_callback; variable
H A Dpreferences_impl.cpp485 if (IsSameFunction(callback, (*it)->m_callback)) { in UnRegisterObserver()
525 m_callback = callback; in CJPreferencesObserver()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h49 std::function<void()> *m_callback;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp304 m_callback = callback; in RdbStoreObserverImpl()
310 return m_callback; in GetCallBack()