Searched refs:HandleDScreenNotify (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregionmgr.h | 35 void HandleDScreenNotify(const std::string &remoteDevId, int32_t eventCode, const std::string &eventContent);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr_test.cpp | 82 ScreenRegionManager::GetInstance().HandleDScreenNotify(remoteDevId, eventCode, eventContent); in HWTEST_F() 84 ScreenRegionManager::GetInstance().HandleDScreenNotify(remoteDevId, eventCode, eventContent); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/ |
H A D | dscreen_sink_service.cpp | 120 V1_0::ScreenRegionManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in DScreenNotify()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen_manager.h | 60 void HandleDScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager_test.cpp | 253 * @tc.desc: Verify the HandleDScreenNotify function failed. 262 DScreenManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in HWTEST_F() 265 DScreenManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_service.cpp | 208 V1_0::DScreenManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in DScreenNotify()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr.cpp | 69 void ScreenRegionManager::HandleDScreenNotify(const std::string &remoteDevId, int32_t eventCode, in HandleDScreenNotify() function in OHOS::DistributedHardware::V1_0::ScreenRegionManager 72 DHLOGI("HandleDScreenNotify, remoteDevId: %{public}s, eventCode: %{public}" PRId32, in HandleDScreenNotify()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 391 void DScreenManager::HandleDScreenNotify(const std::string &devId, int32_t eventCode, in HandleDScreenNotify() function in OHOS::DistributedHardware::V1_0::DScreenManager 394 DHLOGI("HandleDScreenNotify, devId: %{public}s, eventCode: %{public}" PRId32, GetAnonyString(devId).c_str(), in HandleDScreenNotify()
|
Completed in 5 milliseconds