/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 177 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManager 179 return INTER_MGR_IMPL.UpdateShadowPic(shadowInfo); in UpdateShadowPic() 309 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManager 311 return DRAG_MANAGER.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
H A D | interaction_manager_impl.cpp | 323 int32_t InteractionManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 326 return dragManagerImpl_.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
H A D | drag_manager_impl.cpp | 248 int32_t DragManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 255 return DeviceStatusClient::GetInstance().UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
/base/msdp/device_status/frameworks/native/interaction/include/ |
H A D | drag_manager_impl.h | 53 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
H A D | interaction_manager_impl.h | 60 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 63 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | devicestatus_client.h | 69 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_drag_manager.h | 88 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 47 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/intention/drag/server/include/ |
H A D | drag_server.h | 49 int32_t UpdateShadowPic(CallingContext &context, MessageParcel &data, MessageParcel &reply);
|
/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 71 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 277 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/services/communication/client/include/ |
H A D | devicestatus_srv_proxy.h | 55 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
/base/msdp/device_status/intention/drag/server/src/ |
H A D | drag_server.cpp | 124 return UpdateShadowPic(context, data, reply); in SetParam() 275 int32_t DragServer::UpdateShadowPic(CallingContext &context, MessageParcel &data, MessageParcel &reply) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragServer 284 return env_->GetDragManager().UpdateShadowPic(param.shadowInfo_); in UpdateShadowPic()
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 426 int32_t DeviceStatusClient::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 430 return devicestatusProxy_->UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 360 int32_t IntentionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::IntentionManager 363 return drag_.UpdateShadowPic(*tunnel_, shadowInfo); in UpdateShadowPic()
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 98 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_manager.h | 80 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
H A D | drag_drawing.h | 252 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 926 int32_t DeviceStatusService::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DeviceStatusService 930 return this->dragMgr_.UpdateShadowPic(std::cref(shadowInfo)); in UpdateShadowPic()
|
/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 449 int32_t ret = InteractionManager::GetInstance()->UpdateShadowPic(shadowInfo); in HWTEST_F() 653 ret = InteractionManager::GetInstance()->UpdateShadowPic(shadowInfo); in HWTEST_F() 1098 int32_t ret = InteractionManager::GetInstance()->UpdateShadowPic(shadowInfo); in HWTEST_F()
|
H A D | drag_server_test.cpp | 614 int32_t ret = g_dragServer->UpdateShadowPic(context, datas, reply); in HWTEST_F() 1061 ret = g_dragServer->UpdateShadowPic(context, datas, reply); in HWTEST_F()
|
/base/msdp/device_status/intention/drag/client/src/ |
H A D | drag_client.cpp | 205 int32_t DragClient::UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragClient
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 503 int32_t DragManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic() function in OHOS::Msdp::DeviceStatus::DragManager 512 return dragDrawing_.UpdateShadowPic(shadowInfo); in UpdateShadowPic()
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 792 int32_t ret = UpdateShadowPic(shadowInfo); in UpdateShadowPicStub()
|