Home
last modified time | relevance | path

Searched refs:HandleDScreenNotify (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregionmgr.h35 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 Dscreenregionmgr_test.cpp82 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 Ddscreen_sink_service.cpp120 V1_0::ScreenRegionManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in DScreenNotify()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen_manager.h60 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 Ddscreen_manager_test.cpp253 * @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 Ddscreen_source_service.cpp208 V1_0::DScreenManager::GetInstance().HandleDScreenNotify(devId, eventCode, eventContent); in DScreenNotify()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp69 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 Ddscreen_manager.cpp391 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