Home
last modified time | relevance | path

Searched refs:sptr (Results 1876 - 1900 of 8017) sorted by relevance

1...<<71727374757677787980>>...321

/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_install_module_test.cpp45 sptr<IBundleMgr> mgrProxyPtr_;
46 sptr<IBundleInstaller> installerProxyPtr_;
70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
H A Dbm_command_dump_module_test.cpp45 sptr<IBundleMgr> mgrProxyPtr_;
46 sptr<IBundleInstaller> installerProxyPtr_;
70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/listener/
H A Dpower_state_listener.h53 explicit PowerStateListener(const sptr<AudioPolicyServer> audioPolicyServer);
60 sptr<AudioPolicyServer> audioPolicyServer_;
80 explicit SyncHibernateListener(const sptr<AudioPolicyServer> audioPolicyServer);
87 sptr<AudioPolicyServer> audioPolicyServer_;
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_utils.h36 GSError ReadSurfaceBufferImpl(MessageParcel &parcel, uint32_t &sequence, sptr<SurfaceBuffer> &buffer);
37 GSError WriteSurfaceBufferImpl(MessageParcel &parcel, uint32_t sequence, const sptr<SurfaceBuffer> &buffer);
48 GSError ReadExtDataHandle(MessageParcel &parcel, sptr<SurfaceTunnelHandle> &handle);
51 GSError DumpToFileAsync(pid_t pid, std::string name, sptr<SurfaceBuffer> &buffer);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/transaction/
H A Drs_render_service_stub_test.cpp37 static sptr<RSIConnectionToken> token_;
38 static sptr<RSRenderServiceStub> stub_;
40 sptr<RSIConnectionToken> RSRenderServiceStubTest::token_ = new IRemoteStub<RSIConnectionToken>();
41 sptr<RSRenderServiceStub> RSRenderServiceStubTest::stub_ = new RSRenderService();
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_connection_test.cpp30 static inline sptr<VSyncController> vsyncController = nullptr;
31 static inline sptr<VSyncDistributor> vsyncDistributor = nullptr;
32 static inline sptr<VSyncGenerator> vsyncGenerator = nullptr;
33 static inline sptr<VSyncConnection> vsyncConnection = nullptr;
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/transaction/
H A Drs_render_service_stub_unittest_test.cpp37 static sptr<RSIConnectionToken> token_;
38 static sptr<RSRenderServiceStub> stub_;
40 sptr<RSIConnectionToken> RSRenderServiceStubUnitTest::token_ = new IRemoteStub<RSIConnectionToken>();
41 sptr<RSRenderServiceStub> RSRenderServiceStubUnitTest::stub_ = new RSRenderService();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_proxy_test.cpp41 static inline sptr<RSIRenderService> renderService = nullptr;
66 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(nullptr); in HWTEST_F()
81 sptr<RSIConnectionToken> token = new IRemoteStub<RSIConnectionToken>(); in HWTEST_F()
83 sptr<RSIRenderServiceConnection> conn = renderService->CreateConnection(token); in HWTEST_F()
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.h47 sptr<SurfaceBuffer> memory{nullptr};
48 sptr<SyncFence> fence{nullptr};
78 sptr<Surface> cs_{};
80 std::queue<sptr<SurfaceBuffer>> inputBufferAvilQue_{};
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_video_processing_session_callback_proxy.cpp22 const std::string& videoId, const sptr<IPCFileDescriptor>& fd) in OnProcessVideoDone()
38 sptr<IRemoteObject> remote = Remote(); in OnProcessVideoDone()
73 sptr<IRemoteObject> remote = Remote(); in OnError()
104 sptr<IRemoteObject> remote = Remote(); in OnStateChanged()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Di_standard_codec_service.h36 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
47 virtual sptr<Surface> CreateInputSurface() = 0;
48 virtual int32_t SetOutputSurface(sptr<Surface> surface) = 0;
57 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig()
/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmediakeysystem_service_proxy.h27 explicit MediaKeySystemServiceProxy(const sptr<IRemoteObject> &impl);
38 sptr<IMediaKeySessionService> &keySessionProxy) override;
49 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
50 int32_t SetCallback(sptr<IMediaKeySystemServiceCallback> &callback) override;
H A Dkey_session_service_proxy.h26 explicit MediaKeySessionServiceProxy(const sptr<IRemoteObject> &impl);
41 int32_t GetMediaDecryptModule(sptr<IMediaDecryptModuleService> &decryptModule) override;
44 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
45 int32_t SetCallback(sptr<IMediaKeySessionServiceCallback> &callback) override;
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_metadata.h32 HStreamMetadata(sptr<OHOS::IBufferProducer> producer, int32_t format, std::vector<int32_t> metadataTypes);
35 int32_t LinkInput(sptr<OHOS::HDI::Camera::V1_0::IStreamOperator> streamOperator,
42 int32_t SetCallback(sptr<IStreamMetadataCallback>& callback) override;
55 sptr<IStreamMetadataCallback> streamMetadataCallback_;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_callback_proxy.h27 explicit HCameraServiceCallbackProxy(const sptr<IRemoteObject> &impl);
40 explicit HCameraMuteServiceCallbackProxy(const sptr<IRemoteObject> &impl);
50 explicit HTorchServiceCallbackProxy(const sptr<IRemoteObject> &impl);
60 explicit HFoldServiceCallbackProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/frameworks/native/screen_capture/
H A Dscreen_capture_monitor_impl.cpp35 sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener> listener) in RegisterScreenCaptureMonitorListener()
42 sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener> listener) in UnregisterScreenCaptureMonitorListener()
65 sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener> listener) in RegisterScreenCaptureMonitorListener()
74 sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener> listener) in UnregisterScreenCaptureMonitorListener()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/
H A Davmetadatastub_local_fuzzer.cpp29 sptr<AVMetadataServiceProxyFuzzer> avmetaProxy = AVMetadataServiceProxyFuzzer::Create(); in FuzzAVMetadataStub()
51 sptr<IRemoteObject> listener = new(std::nothrow) MediaListenerStubFuzzer(); in FuzzAVMetadataStubLocal()
52 sptr<IRemoteObject> avmetadata = mediaServer->GetSubSystemAbility( in FuzzAVMetadataStubLocal()
58 sptr<IRemoteStub<IStandardAVMetadataHelperService>> avmetadataStub = in FuzzAVMetadataStubLocal()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayerstub_fuzzer.cpp30 sptr<PlayerServiceProxyFuzzer> playerProxy = PlayerServiceProxyFuzzer::Create(); in FuzzPlayerStub()
52 sptr<IRemoteObject> listener = new(std::nothrow) MediaListenerStubFuzzer(); in FuzzPlayerStubLocal()
53 sptr<IRemoteObject> player = mediaServer->GetSubSystemAbility( in FuzzPlayerStubLocal()
59 sptr<IRemoteStub<IStandardPlayerService>> playerStub = iface_cast<IRemoteStub<IStandardPlayerService>>(player); in FuzzPlayerStubLocal()
/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.h29 static std::shared_ptr<TransCoderClient> Create(const sptr<IStandardTransCoderService> &ipcProxy);
30 explicit TransCoderClient(const sptr<IStandardTransCoderService> &ipcProxy);
55 sptr<IStandardTransCoderService> transCoderProxy_ = nullptr;
56 sptr<TransCoderListenerStub> listenerStub_ = nullptr;
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_proxy.h25 explicit ScreenCaptureServiceProxy(const sptr<IRemoteObject> &impl);
39 int32_t StartScreenCaptureWithSurface(sptr<Surface> surface, bool isPrivacyAuthorityEnabled) override;
42 int32_t AcquireVideoBuffer(sptr<OHOS::SurfaceBuffer> &surfaceBuffer, int32_t &fence,
51 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp67 bool WEAK_FUNC AppMgrHelper::SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in SubscribeObserver()
79 bool WEAK_FUNC AppMgrHelper::UnsubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer) in UnsubscribeObserver()
97 sptr<ISystemAbilityManager> systemAbilityManager = in Connect()
104 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(APP_MGR_SERVICE_ID); in Connect()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dapp_state_subscriber.h150 sptr<DeathRecipient> recipient_ { nullptr };
151 sptr<IMemMgr> proxy_ { nullptr };
159 const sptr<AppStateSubscriberImpl> GetImpl() const;
162 sptr<AppStateSubscriberImpl> impl_ { nullptr };
H A Dmem_mgr_proxy.h25 explicit MemMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IMemMgr>(impl) {} in MemMgrProxy()
33 int32_t SubscribeAppState(const sptr<IAppStateSubscriber> &subscriber) override;
34 int32_t UnsubscribeAppState(const sptr<IAppStateSubscriber> &subscriber) override;
38 int32_t OnWindowVisibilityChanged(const std::vector<sptr<MemMgrWindowInfo>> &MemMgrWindowInfo) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h31 const sptr<DeviceSwitchCollect>& deviceSwitchCollect) in SwitchEventSubscriber()
49 CesStateListener(const sptr<DeviceSwitchCollect>& deviceSwitchCollect) in CesStateListener()
59 explicit DeviceSwitchCollect(const sptr<IReport>& report);
70 sptr<CesStateListener> cesStateListener_;
/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h52 virtual ErrCode SubscribeStandbyCallback(const sptr<IStandbyServiceSubscriber>& subscriber) = 0;
60 virtual ErrCode UnsubscribeStandbyCallback(const sptr<IStandbyServiceSubscriber>& subscriber) = 0;
68 virtual ErrCode ApplyAllowResource(const sptr<ResourceRequest>& resourceRequest) = 0;
76 virtual ErrCode UnapplyAllowResource(const sptr<ResourceRequest>& resourceRequest) = 0;

Completed in 11 milliseconds

1...<<71727374757677787980>>...321