Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h74 void OnClientShutdown(int32_t socket);
127 static void OnClientShutdown(int32_t socket, ShutdownReason reason);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp51 static void OnClientShutdown(int32_t socket, ShutdownReason reason);
95 clientListener_.OnShutdown = AppDataListenerWrap::OnClientShutdown; in SoftBusAdapter()
395 std::string SoftBusAdapter::OnClientShutdown(int32_t socket) in OnClientShutdown() function in OHOS::SoftBusAdapter
493 void AppDataListenerWrap::OnClientShutdown(int32_t socket, ShutdownReason reason) in OnClientShutdown() function in OHOS::AppDataListenerWrap
497 std::string name = softBusAdapter_->OnClientShutdown(socket); in OnClientShutdown()
H A Dsoftbus_adapter.h68 std::string OnClientShutdown(int32_t socket);
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dbase_client.h57 virtual void OnClientShutdown(int32_t fd) {} in OnClientShutdown() function in OHOS::Sharing::BaseClientEventHandler
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp49 clientListener_.OnShutdown = AppDataListenerWrap::OnClientShutdown; in SoftBusAdapter()
513 void SoftBusAdapter::OnClientShutdown(int32_t socket) in OnClientShutdown() function in OHOS::ObjectStore::SoftBusAdapter
600 void AppDataListenerWrap::OnClientShutdown(int32_t socket, ShutdownReason reason) in OnClientShutdown() function in OHOS::ObjectStore::AppDataListenerWrap
602 softBusAdapter_->OnClientShutdown(socket); in OnClientShutdown()

Completed in 4 milliseconds