Home
last modified time | relevance | path

Searched refs:SetSessionListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunicator_context.h41 void SetSessionListener(const OnCloseAble &closeAbleCallback);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunicator_context.cpp56 void CommunicatorContext::SetSessionListener(const OnCloseAble &closeAbleCallback) in SetSessionListener() function in OHOS::DistributedData::CommunicatorContext
H A Dsoftbus_adapter_standard.cpp111 Context::GetInstance().SetSessionListener([this](const std::string &deviceId) { in SoftBusAdapter()