/base/msdp/device_status/test/fuzztest/getshadowoffset_fuzzer/ |
D | getshadowoffset_fuzzer.cpp | 35 InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffsetFuzzTest()
|
/base/msdp/device_status/frameworks/native/interaction/src/ |
D | interaction_manager.cpp | 111 int32_t InteractionManager::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::InteractionManager 113 return INTER_MGR_IMPL.GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffset()
|
D | drag_manager_impl.cpp | 173 int32_t DragManagerImpl::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DragManagerImpl 176 return DeviceStatusClient::GetInstance().GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffset()
|
D | interaction_manager_impl.cpp | 257 int32_t InteractionManagerImpl::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width,… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl 260 return dragManagerImpl_.GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffset()
|
/base/msdp/device_status/services/interaction/drag/include/ |
D | drag_data_manager.h | 44 …int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height) const;
|
/base/msdp/device_status/frameworks/native/interaction/include/ |
D | drag_manager_impl.h | 49 int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height);
|
D | interaction_manager_impl.h | 52 int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height);
|
/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
D | interaction_manager.h | 181 int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height);
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_data_manager.cpp | 103 int32_t DragDataManager::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DragDataManager
|
D | drag_manager.cpp | 592 return DRAG_DATA_MGR.GetShadowOffset(offsetX, offsetY, width, height); in OnGetShadowOffset()
|
/base/msdp/device_status/services/communication/base/ |
D | i_devicestatus.h | 58 …virtual int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& heigh…
|
/base/msdp/device_status/interfaces/innerkits/include/ |
D | devicestatus_client.h | 64 int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height);
|
/base/msdp/device_status/services/communication/client/include/ |
D | devicestatus_srv_proxy.h | 59 …virtual int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& heigh…
|
/base/msdp/device_status/frameworks/native/src/ |
D | devicestatus_client.cpp | 398 int32_t DeviceStatusClient::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient 402 return devicestatusProxy_->GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffset()
|
/base/msdp/device_status/services/native/include/ |
D | devicestatus_service.h | 84 …int32_t GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height) overr…
|
/base/msdp/device_status/interfaces/innerkits/ |
D | libdevicestatus_client_map | 46 "OHOS::Msdp::DeviceStatus::InteractionManager::GetShadowOffset(int&, int&, int&, int&)";
|
/base/msdp/device_status/services/communication/service/src/ |
D | devicestatus_srv_stub.cpp | 419 int32_t ret = GetShadowOffset(offsetX, offsetY, width, height); in GetShadowOffsetStub()
|
/base/msdp/device_status/services/communication/client/src/ |
D | devicestatus_srv_proxy.cpp | 504 int32_t DeviceStatusSrvProxy::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, i… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
|
/base/msdp/device_status/services/native/src/ |
D | devicestatus_service.cpp | 706 int32_t DeviceStatusService::GetShadowOffset(int32_t& offsetX, int32_t& offsetY, int32_t& width, in… in GetShadowOffset() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | interaction_manager_test.cpp | 1013 ret = InteractionManager::GetInstance()->GetShadowOffset(offsetX, offsetY, width, height);
|