Home
last modified time | relevance | path

Searched refs:ScreenOnSoftbusSessionClosed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp63 static void ScreenOnSoftbusSessionClosed(int32_t sessionId, ShutdownReason reason) {} in ScreenOnSoftbusSessionClosed() function
86 softbusAdapter.sessListener_.OnShutdown = ScreenOnSoftbusSessionClosed;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp36 static void ScreenOnSoftbusSessionClosed(int32_t sessionId, ShutdownReason reason) in ScreenOnSoftbusSessionClosed() function
61 sessListener_.OnShutdown = ScreenOnSoftbusSessionClosed; in SoftbusAdapter()