Searched refs:isSelfCalled (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/ |
H A D | idata_listener.h | 29 virtual void OnShutdown(int32_t socket, bool isSelfCalled) = 0;
|
H A D | dsched_transport_softbus_adapter.h | 56 void OnShutdown(int32_t sessionId, bool isSelfCalled); 72 void NotifyListenersSessionShutdown(int32_t sessionId, bool isSelfCalled);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue_manager.h | 56 void OnShutdown(int32_t socket, bool isSelfCalled); 88 void OnShutdown(int32_t socket, bool isSelfCalled);
|
/foundation/ability/dmsfwk/test/fuzztest/dschedtransportsoftbusadapter_fuzzer/ |
H A D | dschedtransportsoftbusadapter_fuzzer.cpp | 84 bool isSelfCalled = sessionId % 2; in FuzzConnectDevice() local 85 dschedTransportSoftbusAdapter.NotifyListenersSessionShutdown(sessionId, isSelfCalled); in FuzzConnectDevice()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 741 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