Home
last modified time | relevance | path

Searched refs:isSelfCalled (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Didata_listener.h29 virtual void OnShutdown(int32_t socket, bool isSelfCalled) = 0;
H A Ddsched_transport_softbus_adapter.h56 void OnShutdown(int32_t sessionId, bool isSelfCalled);
72 void NotifyListenersSessionShutdown(int32_t sessionId, bool isSelfCalled);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h56 void OnShutdown(int32_t socket, bool isSelfCalled);
88 void OnShutdown(int32_t socket, bool isSelfCalled);
/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/
H A Ddschedtransportsoftbusadapter_fuzzer.cpp84 bool isSelfCalled = sessionId % 2; in FuzzConnectDevice() local
85 dschedTransportSoftbusAdapter.NotifyListenersSessionShutdown(sessionId, isSelfCalled); in FuzzConnectDevice()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp741 void DSchedContinueManager::OnShutdown(int32_t socket, bool isSelfCalled) in OnShutdown() argument
743 if (isSelfCalled) { in OnShutdown()
747 HILOGW("called, sessionId: %{public}d, isSelfCalled %{public}d", socket, isSelfCalled); in OnShutdown()
771 void DSchedContinueManager::SoftbusListener::OnShutdown(int32_t socket, bool isSelfCalled) in OnShutdown() argument
773 DSchedContinueManager::GetInstance().OnShutdown(socket, isSelfCalled); in OnShutdown()

Completed in 3 milliseconds