Home
last modified time | relevance | path

Searched refs:UpdateShadowPic (Results 1 – 24 of 24) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/src/
Dinteraction_manager.cpp134 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManager
136 return INTER_MGR_IMPL.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
Ddrag_manager_impl.cpp253 int32_t DragManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManagerImpl
264 return DeviceStatusClient::GetInstance().UpdateShadowPic(shadowInfo); in UpdateShadowPic()
Dinteraction_manager_impl.cpp298 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/
Ddrag_manager_impl.h53 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
Dinteraction_manager_impl.h61 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/base/msdp/device_status/intention/drag/client/include/
Ddrag_client.h46 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Dinteraction_manager.h218 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/base/msdp/device_status/intention/frameworks/client/include/
Dintention_manager.h63 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/base/msdp/device_status/services/communication/base/
Di_devicestatus.h62 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
/base/msdp/device_status/interfaces/innerkits/include/
Ddevicestatus_client.h68 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/base/msdp/device_status/intention/frameworks/client/src/
Dintention_manager.cpp267 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/
Ddevicestatus_srv_proxy.h54 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
/base/msdp/device_status/frameworks/native/src/
Ddevicestatus_client.cpp419 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/
Ddevicestatus_service.h102 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
/base/msdp/device_status/intention/drag/client/src/
Ddrag_client.cpp153 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/
Ddrag_manager.h57 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
Ddrag_drawing.h169 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/base/msdp/device_status/interfaces/innerkits/
Dlibdevicestatus_client_map50 …"OHOS::Msdp::DeviceStatus::InteractionManager::UpdateShadowPic(OHOS::Msdp::DeviceStatus::ShadowInf…
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_manager.cpp281 int32_t DragManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManager
289 return dragDrawing_.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
Ddrag_drawing.cpp319 int32_t DragDrawing::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragDrawing
/base/msdp/device_status/services/native/src/
Ddevicestatus_service.cpp815 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/
Ddevicestatus_srv_stub.cpp691 int32_t ret = UpdateShadowPic(shadowInfo); in UpdateShadowPicStub()
/base/msdp/device_status/services/communication/client/src/
Ddevicestatus_srv_proxy.cpp654 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/
Dinteraction_drag_drawing_test.cpp367 ret = InteractionManager::GetInstance()->UpdateShadowPic(shadowInfo);