Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunicator_context.h32 using OnCloseAble = std::function<void(const std::string &deviceId)>; variable
41 void SetSessionListener(const OnCloseAble &closeAbleCallback);
53 OnCloseAble closeListener_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunicator_context.cpp56 void CommunicatorContext::SetSessionListener(const OnCloseAble &closeAbleCallback) in SetSessionListener()