Home
last modified time | relevance | path

Searched refs:RemoveSessionServerAdapter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_pipe_handler.cpp67 return softbusAdapter_->RemoveSessionServerAdapter(sessionName); in RemoveSessionServer()
H A Dsoftbus_adapter_standard.cpp553 int SoftBusAdapter::RemoveSessionServerAdapter(const std::string &sessionName) const in RemoveSessionServerAdapter() function in OHOS::ObjectStore::SoftBusAdapter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dapp_pipe_handler.cpp81 return softbusAdapter_->RemoveSessionServerAdapter(sessionName); in RemoveSessionServer()
H A Dsoftbus_adapter.h65 int RemoveSessionServerAdapter(const std::string &sessionName) const;
H A Dsoftbus_adapter_standard.cpp416 int SoftBusAdapter::RemoveSessionServerAdapter(const std::string &sessionName) const in RemoveSessionServerAdapter() function in OHOS::AppDistributedKv::SoftBusAdapter
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h68 int RemoveSessionServerAdapter(const std::string &sessionName) const;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp453 auto ret = softBusAdapter.RemoveSessionServerAdapter(sessionName);