Home
last modified time | relevance | path

Searched refs:Remote (Results 1 - 13 of 13) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Diservmgr_client.cpp86 if (Remote() == nullptr) { in RegisterServiceStatusListener()
87 HDF_LOGE("invalid param Remote()"); in RegisterServiceStatusListener()
90 int status = Remote()->SendRequest( in RegisterServiceStatusListener()
110 if (Remote() == nullptr) { in UnregisterServiceStatusListener()
111 HDF_LOGE("invalid param Remote()"); in UnregisterServiceStatusListener()
114 int status = Remote()->SendRequest( in UnregisterServiceStatusListener()
134 if (Remote() == nullptr) { in GetService()
135 HDF_LOGE("invalid param Remote()"); in GetService()
138 int status = Remote()->SendRequest( in GetService()
175 if (Remote() in ListAllService()
[all...]
H A Didevmgr_client.cpp75 if (Remote() == nullptr) { in LoadDevice()
76 HDF_LOGE("invalid param Remote()"); in LoadDevice()
79 int status = Remote()->SendRequest(DEVMGR_SERVICE_LOAD_DEVICE, data, reply, option); in LoadDevice()
101 if (Remote() == nullptr) { in UnloadDevice()
102 HDF_LOGE("invalid param Remote()"); in UnloadDevice()
105 int status = Remote()->SendRequest(DEVMGR_SERVICE_UNLOAD_DEVICE, data, reply, option); in UnloadDevice()
172 if (Remote() == nullptr) { in ListAllDevice()
173 HDF_LOGE("invalid param Remote()"); in ListAllDevice()
176 int status = Remote()->SendRequest(DEVMGR_SERVICE_LIST_ALL_DEVICE, data, reply, option); in ListAllDevice()
225 if (Remote() in ListAllHost()
[all...]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp105 int32_t ret = Remote()->SendRequest(DSP_CMD_REGHOTPLUGCALLBACK, data, reply, option); in RegHotPlugCallback()
133 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYVBLANKCALLBACK, data, reply, option); in RegDisplayVBlankCallback()
162 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYREFRESHCALLBACK, data, reply, option); in RegDisplayRefreshCallback()
185 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYCAPABILITY, data, reply, option); in GetDisplayCapability()
218 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYSUPPORTEDMODES, data, reply, option); in GetDisplaySupportedModes()
247 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYMODE, data, reply, option); in GetDisplayMode()
276 int32_t ret = Remote()->SendRequest(DSP_CMD_SETDISPLAYMODE, data, reply, option); in SetDisplayMode()
300 int32_t ret = Remote()->SendRequest(DSP_CMD_GETDISPLAYPOWERSTATUS, data, reply, option); in GetDisplayPowerStatus()
329 int32_t ret = Remote()->SendRequest(DSP_CMD_SETDISPLAYPOWERSTATUS, data, reply, option); in SetDisplayPowerStatus()
353 int32_t ret = Remote() in GetDisplayBacklight()
[all...]
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_callback_proxy.cpp29 int32_t ret = Remote()->SendRequest(DSP_CMD_REGHOTPLUGCALLBACK, data, reply, option); in OnHotplugIn()
45 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYVBLANKCALLBACK, data, reply, option); in OnVBlankCallback()
60 int32_t ret = Remote()->SendRequest(DSP_CMD_REGDISPLAYREFRESHCALLBACK, data, reply, option); in OnRefreshCallback()
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_proxy.cpp27 sptr<IRemoteObject> remote = Remote(); in QueryDevice()
79 sptr<IRemoteObject> remote = Remote(); in BindDevice()
116 sptr<IRemoteObject> remote = Remote(); in UnBindDevice()
150 sptr<IRemoteObject> remote = Remote(); in QueryDeviceInfo()
196 sptr<IRemoteObject> remote = Remote(); in QueryDriverInfo()
H A Ddriver_ext_mgr_callback_proxy.cpp23 sptr<IRemoteObject> remote = Remote(); in OnConnect()
64 sptr<IRemoteObject> remote = Remote(); in OnDisconnect()
100 sptr<IRemoteObject> remote = Remote(); in OnUnBind()
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_host_vdi_callback.h43 virtual const sptr<IRemoteObject> Remote() const = 0;
H A Dicamera_host_vdi.h49 CAMERA_LOGE("Remote died, do clean works.");
72 const sptr<IRemoteObject> remote = callbackObj->Remote(); in SetCallback()
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_host_service_callback.h45 const sptr<IRemoteObject> Remote() const override;
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H A Diproxy_broker.h48 return Remote(); in AsObject()
/drivers/hdf_core/interfaces/inner_api/ipc/
H A Diproxy_broker.h48 return Remote(); in AsObject()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service_callback.cpp102 const sptr<IRemoteObject> CameraHostServiceCallback::Remote() const in Remote() function in OHOS::Camera::CameraHostServiceCallback
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dallocator_proxy.cpp89 int32_t retCode = Remote()->SendRequest(CMD_REMOTE_ALLOCATOR_ALLOCMEM, data, reply, option); in AllocMem()

Completed in 8 milliseconds