Home
last modified time | relevance | path

Searched refs:GetLayerZorder (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp233 int32_t DisplayDeviceService::GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) in GetLayerZorder() function in OHOS::Display::Device::Server::DisplayDeviceService
235 return displayLayer_->GetLayerZorder(devId, layerId, &zorder); in GetLayerZorder()
H A Ddisplay_device_host_driver.cpp56 …nullptr, nullptr, DDSS::SetLayerCrop, DDSS::SetLayerZorder, DDSS::GetLayerZorder, DDSS::SetLayerPr…
1137 int32_t DisplayDeviceServerStub::GetLayerZorder(MessageParcel *data, MessageParcel *reply) in GetLayerZorder() function in DisplayDeviceServerStub
1156 int32_t ret = device_->GetLayerZorder(devId, layerId, zorderTmp); in GetLayerZorder()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h252 int32_t (*GetLayerZorder)(uint32_t devId, uint32_t layerId, uint32_t *zorder); member
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h77 int32_t GetLayerZorder(MessageParcel *data, MessageParcel *reply);
H A Ddisplay_device_service.h71 int32_t GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) override;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h81 virtual int32_t GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) = 0;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h75 int32_t GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) override;
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1259 int32_t DisplayDeviceProxy::GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) in GetLayerZorder() function in DisplayDeviceProxy