/foundation/bundlemanager/bundle_tool/test/moduletest/bm/ |
H A D | bm_command_install_module_test.cpp | 45 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 D | bm_command_dump_module_test.cpp | 45 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 D | power_state_listener.h | 53 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 D | buffer_utils.h | 36 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 D | rs_render_service_stub_test.cpp | 37 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 D | vsync_connection_test.cpp | 30 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 D | rs_render_service_stub_unittest_test.cpp | 37 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 D | rs_render_service_proxy_test.cpp | 41 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 D | video_sample.h | 47 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 D | deferred_video_processing_session_callback_proxy.cpp | 22 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 D | i_standard_codec_service.h | 36 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 D | mediakeysystem_service_proxy.h | 27 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 D | key_session_service_proxy.h | 26 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 D | hstream_metadata.h | 32 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 D | hcamera_service_callback_proxy.h | 27 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 D | screen_capture_monitor_impl.cpp | 35 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 D | avmetadatastub_local_fuzzer.cpp | 29 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 D | playerstub_fuzzer.cpp | 30 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 D | transcoder_client.h | 29 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 D | screen_capture_service_proxy.h | 25 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 D | app_mgr_helper.cpp | 67 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 D | app_state_subscriber.h | 150 sptr<DeathRecipient> recipient_ { nullptr };
151 sptr<IMemMgr> proxy_ { nullptr };
159 const sptr<AppStateSubscriberImpl> GetImpl() const;
162 sptr<AppStateSubscriberImpl> impl_ { nullptr };
|
H A D | mem_mgr_proxy.h | 25 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 D | device_switch_collect.h | 31 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 D | istandby_service.h | 52 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;
|