Searched refs:NotifyRemoteSourceSetUpResult (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 138 … NotifyRemoteSourceSetUpResult(remoteDevId, "", ERR_DH_SCREEN_SA_SCREENREGION_SETUP_FAIL, ""); in HandleNotifySetUp() 168 … NotifyRemoteSourceSetUpResult(remoteDevId, dhId, ERR_DH_SCREEN_SA_SCREENREGION_SETUP_FAIL, ""); in HandleNotifySetUp() 175 … NotifyRemoteSourceSetUpResult(remoteDevId, dhId, ERR_DH_SCREEN_SA_SCREENREGION_SETUP_FAIL, ""); in HandleNotifySetUp() 181 … NotifyRemoteSourceSetUpResult(remoteDevId, dhId, ERR_DH_SCREEN_SA_SCREENREGION_START_FAIL, ""); in HandleNotifySetUp() 187 NotifyRemoteSourceSetUpResult(remoteDevId, dhId, DH_SUCCESS, ""); in HandleNotifySetUp() 190 void ScreenRegionManager::NotifyRemoteSourceSetUpResult(const std::string &remoteDevId, const std::… in NotifyRemoteSourceSetUpResult() function in OHOS::DistributedHardware::V1_0::ScreenRegionManager
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregionmgr.h | 52 void NotifyRemoteSourceSetUpResult(const std::string &remoteDevId, const std::string &dhId,
|