Searched refs:NotifyRemoteScreenService (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregionmgr.h | 48 int32_t NotifyRemoteScreenService(const std::string &remoteDevId, const std::string &dhId,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 204 NotifyRemoteScreenService(remoteDevId, dhId, eventCode, eventContent); in NotifyRemoteSourceSetUpResult() 207 int32_t ScreenRegionManager::NotifyRemoteScreenService(const std::string &remoteDevId, const std::s… in NotifyRemoteScreenService() function in OHOS::DistributedHardware::V1_0::ScreenRegionManager
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen_manager.h | 83 …int32_t NotifyRemoteScreenService(const std::string &devId, int32_t eventCode, const std::string &…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenmgr/dscreenmanager_fuzzer/ |
H A D | dscreenmanager_fuzzer.cpp | 119 dscreenManager->NotifyRemoteScreenService(devId, eventCode, eventContent); in NotifyRemoteScreenServiceFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 404 int32_t DScreenManager::NotifyRemoteScreenService(const std::string &devId, int32_t eventCode, in NotifyRemoteScreenService() function in OHOS::DistributedHardware::V1_0::DScreenManager 502 NotifyRemoteScreenService(devId, eventCode, eventContent); in NotifyRemoteSinkSetUp()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr_test.cpp | 123 …ScreenRegionManager::GetInstance().NotifyRemoteScreenService(remoteDevId, dhId, eventCode, eventCo…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager_test.cpp | 282 …int32_t ret = DScreenManager::GetInstance().NotifyRemoteScreenService(devId, eventCode, eventConte…
|