Home
last modified time | relevance | path

Searched refs:OnClientShutdown (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp51 static void OnClientShutdown(int32_t socket, ShutdownReason reason);
96 clientListener_.OnShutdown = AppDataListenerWrap::OnClientShutdown; in SoftBusAdapter()
385 std::string SoftBusAdapter::OnClientShutdown(int32_t socket, bool isForce) in OnClientShutdown() function in OHOS::AppDistributedKv::SoftBusAdapter
483 void AppDataListenerWrap::OnClientShutdown(int32_t socket, ShutdownReason reason) in OnClientShutdown() function in OHOS::AppDistributedKv::AppDataListenerWrap
487 std::string name = softBusAdapter_->OnClientShutdown(socket); in OnClientShutdown()
496 auto name = softBusAdapter_->OnClientShutdown(socket, false); in OnClientSocketChanged()
H A Dsoftbus_adapter.h69 std::string OnClientShutdown(int32_t socket, bool isForce = true);
/ohos5.0/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);
/ohos5.0/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()