Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h712 return serviceProxyPrivate_; in GetServiceProxy()
717 explicit CameraManager(sptr<ICameraService> serviceProxy) : serviceProxyPrivate_(serviceProxy) in CameraManager()
795 serviceProxyPrivate_ = proxy; in SetServiceProxy()
837 sptr<ICameraService> serviceProxyPrivate_; variable