/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | assert_fault_callback_death_mgr.h | 37 sptr<IRemoteObject> iremote_; 38 sptr<IRemoteObject::DeathRecipient> deathObj_; 42 void AddAssertFaultCallback(sptr<IRemoteObject> &remote, CallbackTask callback);
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_i_remote_object.h | 49 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override 54 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override 64 sptr<IRemoteBroker> AsInterface() override
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_ace_container.cpp | 22 sptr<IRemoteObject> AceContainer::GetToken() in GetToken() 27 sptr<IRemoteObject> AceContainer::GetParentToken() in GetParentToken() 38 sptr<OHOS::Rosen::Window> AceContainer::GetUIWindow(int32_t instanceId) in GetUIWindow()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.h | 28 explicit ScreenPattern(const sptr<Rosen::ScreenSession>& screenSession); 36 sptr<Rosen::ScreenSession> GetScreenSession() in GetScreenSession() 58 sptr<Rosen::ScreenSession> screenSession_;
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_verify_agent.h | 42 virtual void ConvertToExplicitWant(OHOS::AAFwk::Want& implicitWant, sptr<IConvertCallback>& callback) override 46 MOCK_METHOD(sptr<IRemoteObject>, AsObject, (), (override)); 57 virtual void ConvertToExplicitWant(OHOS::AAFwk::Want& implicitWant, sptr<IConvertCallback>& callback) override
|
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/ |
H A D | app_domain_verify_agent_client.h | 45 void ConvertToExplicitWant(OHOS::AAFwk::Want& implicitWant, sptr<IConvertCallback>& callback); 82 static sptr<IAppDomainVerifyAgentService> agentServiceProxy_; 84 sptr<IRemoteObject::DeathRecipient> deathRecipient_;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
H A D | quick_fix_manager_interface.h | 33 const sptr<IQuickFixStatusCallback> &statusCallback, bool isDebug = false, const std::string &targetPath = "") in DeployQuickFix() 39 const sptr<IQuickFixStatusCallback> &statusCallback) in SwitchQuickFix() 45 const sptr<IQuickFixStatusCallback> &statusCallback) in DeleteQuickFix()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | system_ability_helper.cpp | 26 std::map<int32_t, sptr<IRemoteObject>> g_abilities; 29 sptr<IRemoteObject> SystemAbilityHelper::GetSystemAbility(const int32_t systemAbilityId) in GetSystemAbility() 39 bool SystemAbilityHelper::AddSystemAbility(const int32_t systemAbilityId, const sptr<IRemoteObject> &systemAbility) in AddSystemAbility()
|
/foundation/bundlemanager/bundle_framework/services/test/mock/src/ |
H A D | system_ability_helper.cpp | 25 static std::map<int32_t, sptr<IRemoteObject>> g_abilities; 27 sptr<IRemoteObject> SystemAbilityHelper::GetSystemAbility(const int32_t systemAbilityId) in GetSystemAbility() 37 bool SystemAbilityHelper::AddSystemAbility(const int32_t systemAbilityId, const sptr<IRemoteObject> &systemAbility) in AddSystemAbility()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_pan_proxy.h | 25 explicit BluetoothPanProxy(const sptr<IRemoteObject>& remote) : IRemoteProxy<IBluetoothPan>(remote) in BluetoothPanProxy() 33 ErrCode RegisterObserver(const sptr<IBluetoothPanObserver> observer) override; 34 ErrCode DeregisterObserver(const sptr<IBluetoothPanObserver> observer) override;
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/ |
H A D | audio_policy_manager_listener_proxy.h | 27 explicit AudioPolicyManagerListenerProxy(const sptr<IRemoteObject> &impl); 41 AudioPolicyManagerListenerCallback(const sptr<IStandardAudioPolicyManagerListener> &listener); 46 sptr<IStandardAudioPolicyManagerListener> listener_ = nullptr;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_proxy.cpp | 25 RSRenderServiceProxy::RSRenderServiceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<RSIRenderService>(impl) {} in RSRenderServiceProxy() 27 sptr<RSIRenderServiceConnection> RSRenderServiceProxy::CreateConnection(const sptr<RSIConnectionToken>& token) in CreateConnection()
|
/foundation/multimedia/media_foundation/src/common/ |
H A D | surface_memory.h | 35 sptr<SurfaceBuffer> GetSurfaceBuffer(); 50 explicit SurfaceMemory(sptr<SurfaceBuffer> surfaceBuffer, int32_t surfaceCapacity); 58 sptr<SurfaceBuffer> surfaceBuffer_ {nullptr};
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/ |
H A D | deferred_video_processing_session_proxy.h | 28 const sptr<IRemoteObject>& remote) in DeferredVideoProcessingSessionProxy() 43 const sptr<IPCFileDescriptor>& srcFd, 44 const sptr<IPCFileDescriptor>& dstFd) override;
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | surface_memory.h | 34 sptr<SurfaceBuffer> GetSurfaceBuffer(); 49 explicit SurfaceMemory(sptr<SurfaceBuffer> surfaceBuffer, int32_t surfaceCapacity); 57 sptr<SurfaceBuffer> surfaceBuffer_ {nullptr};
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_capture.h | 34 virtual int32_t SetCallback(sptr<IStreamCaptureCallback> &callback) = 0; 38 virtual int32_t SetThumbnail(bool isEnabled, const sptr<OHOS::IBufferProducer> &producer) = 0; 42 virtual int32_t SetBufferProducerInfo(const std::string bufName, const sptr<OHOS::IBufferProducer> &producer) = 0;
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | preview_output_impl.h | 25 explicit Camera_PreviewOutput(OHOS::sptr<OHOS::CameraStandard::PreviewOutput> &innerPreviewOutput); 38 OHOS::sptr<OHOS::CameraStandard::PreviewOutput> GetInnerPreviewOutput(); 55 OHOS::sptr<OHOS::CameraStandard::PreviewOutput> innerPreviewOutput_;
|
H A D | video_output_impl.h | 25 explicit Camera_VideoOutput(OHOS::sptr<OHOS::CameraStandard::VideoOutput> &innerVideoOutput); 38 OHOS::sptr<OHOS::CameraStandard::VideoOutput> GetInnerVideoOutput(); 53 OHOS::sptr<OHOS::CameraStandard::VideoOutput> innerVideoOutput_;
|
/foundation/multimedia/av_codec/test/unittest/common/common_mock/surface/inner/ |
H A D | surface_inner_mock.cpp | 31 std::shared_ptr<SurfaceMock> SurfaceMockFactory::CreateSurface(sptr<Surface> &surface) in CreateSurface() 43 sptr<Surface> SurfaceInnerMock::GetSurface() in GetSurface() 46 sptr<Rosen::WindowOption> option = new Rosen::WindowOption(); in GetSurface()
|
/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_service_proxy.cpp | 27 MediaServiceProxy::MediaServiceProxy(const sptr<IRemoteObject> &impl) in MediaServiceProxy() 38 sptr<IRemoteObject> MediaServiceProxy::GetSubSystemAbility(IStandardMediaService::MediaSystemAbility subSystemId, in GetSubSystemAbility() 39 const sptr<IRemoteObject> &listener) in GetSubSystemAbility()
|
/foundation/multimedia/player_framework/services/services/sa_media/server/ |
H A D | media_server.h | 35 sptr<IRemoteObject> GetSubSystemAbility(IStandardMediaService::MediaSystemAbility subSystemId, 36 const sptr<IRemoteObject> &listener) override; 50 sptr<MediaAppFrozenStateObserver> mediaAppFrozenStateObserver_;
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_listener_proxy.h | 28 explicit TransCoderListenerCallback(const sptr<IStandardTransCoderListener> &listener);
35 sptr<IStandardTransCoderListener> listener_ = nullptr;
40 explicit TransCoderListenerProxy(const sptr<IRemoteObject> &impl);
|
/foundation/multimodalinput/input/test/unittest/common/include/ |
H A D | window_utils_test.h | 34 sptr<Rosen::Window>& GetWindow(); 50 sptr<Rosen::Window> CreateWindow(const TestWindowInfo& info); 52 sptr<Rosen::Window> testWindow_ { nullptr };
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | app_mgr_helper.h | 60 bool SubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer); 68 bool UnsubscribeObserver(const sptr<AppExecFwk::IApplicationStateObserver> &observer); 78 sptr<AppExecFwk::IAppMgr> appMgrProxy_ {nullptr};
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_ipc_skeleton.cpp | 32 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in DebugGetUidByBundleName() 37 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName() 42 sptr<OHOS::AppExecFwk::IBundleMgr> bundleMgrProxy = iface_cast<OHOS::AppExecFwk::IBundleMgr>(remoteObject); in DebugGetUidByBundleName()
|