Home
last modified time | relevance | path

Searched defs:serviceProxy (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp119 sptr<IMediaKeySystemFactoryService> serviceProxy = nullptr; in MediaKeySystemFactoryServerDied() local
138 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in IsMediaKeySystemSupported() local
153 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in IsMediaKeySystemSupported() local
169 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in IsMediaKeySystemSupported() local
182 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in GetMediaKeySystems() local
196 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in GetMediaKeySystemUuid() local
217 const sptr<IMediaKeySystemFactoryService> serviceProxy = GetServiceProxy(); in CreateMediaKeySystem() local
/ohos5.0/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp185 sptr<IRemoteObject> serviceProxy = variable
226 sptr<IRemoteObject> serviceProxy = variable
387 sptr<IRemoteObject> serviceProxy = variable
409 sptr<IRemoteObject> serviceProxy = variable
457 sptr<IRemoteObject> serviceProxy = variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp220 auto serviceProxy = GetServiceProxy(); in CreateListenerObject() local
362 auto serviceProxy = GetServiceProxy(); in CreateCaptureSession() local
385 auto serviceProxy = GetServiceProxy(); in CreateCaptureSession() local
514 auto serviceProxy = GetServiceProxy(); in CreatePhotoOutputWithoutProfile() local
528 auto serviceProxy = GetServiceProxy(); in CreatePhotoOutput() local
565 auto serviceProxy = GetServiceProxy(); in CreatePreviewOutputWithoutProfile() local
578 auto serviceProxy = GetServiceProxy(); in CreatePreviewOutput() local
608 auto serviceProxy = GetServiceProxy(); in CreatePreviewOutputStream() local
625 auto serviceProxy = GetServiceProxy(); in CreatePhotoOutputStream() local
663 auto serviceProxy = GetServiceProxy(); in CreateDeferredPreviewOutput() local
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c35 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyAttachDeviceHost() local
72 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyAttachDevice() local
97 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyDetachDevice() local
116 struct DevmgrServiceProxy *serviceProxy = (struct DevmgrServiceProxy *)inst; in DevmgrServiceProxyProcessLoad() local
H A Ddevsvc_manager_proxy.c75 struct DevSvcManagerProxy *serviceProxy = (struct DevSvcManagerProxy *)inst; in DevSvcManagerProxyAddService() local
115 struct DevSvcManagerProxy *serviceProxy = (struct DevSvcManagerProxy *)inst; in DevSvcManagerProxyUpdateService() local
159 struct DevSvcManagerProxy *serviceProxy = (struct DevSvcManagerProxy *)inst; in DevSvcManagerProxyGetService() local
192 struct DevSvcManagerProxy *serviceProxy = (struct DevSvcManagerProxy *)inst; in DevSvcManagerProxyRemoveService() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_manager_impl.cpp227 auto serviceProxy = GetServiceProxy(); in OnAddSystemAbility() local
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h717 explicit CameraManager(sptr<ICameraService> serviceProxy) : serviceProxyPrivate_(serviceProxy) in CameraManager()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_manager_client.cpp62 sptr<IScanService> serviceProxy = iface_cast<IScanService>(systemAbility); in GetScanServiceProxy() local
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp646 … auto func = [printJobName, listener, printAttributes, &taskId](sptr<IPrintService> serviceProxy) { in Print()
674 auto func = [jobId, printAttributes, fd](sptr<IPrintService> serviceProxy) { in StartGetPrintFile()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp991 auto serviceProxy = std::make_shared<DataShareKvServiceProxy>(remoteObject); in NotifyToDataShareService() local
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp1212 …sptr<CameraStandard::ICameraService> serviceProxy = iface_cast<CameraStandard::HCameraServiceProxy… in CheckCameraOutputState() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5787 sptr<ICameraService> serviceProxy = iface_cast<ICameraService>(object); variable
5846 sptr<ICameraService> serviceProxy = iface_cast<ICameraService>(object); variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp6161 auto serviceProxy = CameraManager::GetInstance()->GetServiceProxy(); in CreateAndSetFoldServiceCallback() local