Home
last modified time | relevance | path

Searched refs:notifyUpstreamCallback_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp138 notifyUpstreamCallback_ = callback; in RegisterUpstreamChangedCallback()
182 if (notifyUpstreamCallback_ == nullptr) { in NotifyMainStateMachine()
185 notifyUpstreamCallback_->OnUpstreamStateChanged(eventId_, which, 0, obj); in NotifyMainStateMachine()
191 if (notifyUpstreamCallback_ == nullptr) { in NotifyMainStateMachine()
194 notifyUpstreamCallback_->OnUpstreamStateChanged(eventId_, which); in NotifyMainStateMachine()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_upstreammonitor.h111 std::shared_ptr<NotifyUpstreamCallback> notifyUpstreamCallback_ = nullptr; member in OHOS::NetManagerStandard::NetworkShareUpstreamMonitor
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetworkshare_upstreammonitor_test.cpp230 EXPECT_NE(monitor->notifyUpstreamCallback_, nullptr); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_upstreammonitor_test.cpp231 EXPECT_NE(monitor->notifyUpstreamCallback_, nullptr); in HWTEST_F()

Completed in 3 milliseconds