| /base/msdp/device_status/frameworks/native/interaction/src/ |
| D | interaction_manager.cpp | 134 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManager 136 return INTER_MGR_IMPL.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
| D | drag_manager_impl.cpp | 253 int32_t DragManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 264 return DeviceStatusClient::GetInstance().UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
| D | interaction_manager_impl.cpp | 298 int32_t InteractionManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 301 return dragManagerImpl_.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
| /base/msdp/device_status/frameworks/native/interaction/include/ |
| D | drag_manager_impl.h | 53 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| D | interaction_manager_impl.h | 61 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/intention/drag/client/include/ |
| D | drag_client.h | 46 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/interfaces/innerkits/interaction/include/ |
| D | interaction_manager.h | 218 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/intention/frameworks/client/include/ |
| D | intention_manager.h | 63 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/services/communication/base/ |
| D | i_devicestatus.h | 62 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
| /base/msdp/device_status/interfaces/innerkits/include/ |
| D | devicestatus_client.h | 68 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/intention/frameworks/client/src/ |
| D | intention_manager.cpp | 267 int32_t IntentionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::IntentionManager 270 return drag_.UpdateShadowPic(*tunnel_, shadowInfo); in UpdateShadowPic()
|
| /base/msdp/device_status/services/communication/client/include/ |
| D | devicestatus_srv_proxy.h | 54 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
| /base/msdp/device_status/frameworks/native/src/ |
| D | devicestatus_client.cpp | 419 int32_t DeviceStatusClient::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 423 return devicestatusProxy_->UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
| /base/msdp/device_status/services/native/include/ |
| D | devicestatus_service.h | 102 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
| /base/msdp/device_status/intention/drag/client/src/ |
| D | drag_client.cpp | 153 int32_t DragClient::UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragClient
|
| /base/msdp/device_status/services/interaction/drag/include/ |
| D | drag_manager.h | 57 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| D | drag_drawing.h | 169 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
| /base/msdp/device_status/interfaces/innerkits/ |
| D | libdevicestatus_client_map | 50 …"OHOS::Msdp::DeviceStatus::InteractionManager::UpdateShadowPic(OHOS::Msdp::DeviceStatus::ShadowInf…
|
| /base/msdp/device_status/services/interaction/drag/src/ |
| D | drag_manager.cpp | 281 int32_t DragManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManager 289 return dragDrawing_.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
| D | drag_drawing.cpp | 319 int32_t DragDrawing::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragDrawing
|
| /base/msdp/device_status/services/native/src/ |
| D | devicestatus_service.cpp | 815 int32_t DeviceStatusService::UpdateShadowPic(const ShadowInfo &shadowInfo) in OnStart() function in OHOS::Msdp::DeviceStatus::DeviceStatusService 819 std::bind(&DragManager::UpdateShadowPic, &dragMgr_, std::cref(shadowInfo))); in OnStart()
|
| /base/msdp/device_status/services/communication/service/src/ |
| D | devicestatus_srv_stub.cpp | 691 int32_t ret = UpdateShadowPic(shadowInfo); in UpdateShadowPicStub()
|
| /base/msdp/device_status/services/communication/client/src/ |
| D | devicestatus_srv_proxy.cpp | 654 int32_t DeviceStatusSrvProxy::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
|
| /base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
| D | interaction_drag_drawing_test.cpp | 367 ret = InteractionManager::GetInstance()->UpdateShadowPic(shadowInfo);
|