Home
last modified time | relevance | path

Searched refs:sptr (Results 2551 - 2575 of 8761) sorted by relevance

1...<<101102103104105106107108109110>>...351

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/
H A Dcodeccreatecomponent_fuzzer.cpp29 OHOS::sptr<OHOS::HDI::Codec::V3_0::ICodecComponent> client_ = nullptr; in CodecCreateComponent()
30 OHOS::sptr<OHOS::HDI::Codec::V3_0::ICodecCallback> callback_ = nullptr; in CodecCreateComponent()
31 OHOS::sptr<OHOS::HDI::Codec::V3_0::ICodecComponentManager> omxMgr_ = nullptr; in CodecCreateComponent()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraopencamera_fuzzer/
H A Ddcameraopencamera_fuzzer.cpp49 sptr<ICameraDeviceCallback> callbackObj(new DemoCameraDeviceCallback()); in DcameraOpenCameraFuzzTest()
50 sptr<HDI::Camera::V1_0::ICameraDevice> demoCameraDevice = nullptr; in DcameraOpenCameraFuzzTest()
56 OHOS::sptr<DCameraDevice> dcameraDevice(new (std::nothrow) DCameraDevice(dhBase, sinkAbilityInfo, in DcameraOpenCameraFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/
H A Ddstreamchangetoofflinestream_fuzzer.cpp60 sptr<IStreamOperatorCallback> callbackObj(new (std::nothrow) MockDStreamOperatorCallback()); in DstreamChangeToOfflineStreamFuzzTest()
61 sptr<IOfflineStreamOperator> offlineOperator = nullptr; in DstreamChangeToOfflineStreamFuzzTest()
66 OHOS::sptr<DStreamOperator> dCameraStreamOperator(new (std::nothrow) DStreamOperator(dMetadataProcessor)); in DstreamChangeToOfflineStreamFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
H A Dface_auth_interface_service_fuzzer.cpp43 std::vector<sptr<IAllInOneExecutor>> executorList; in FuzzGetExecutorList()
51 sptr<IBufferProducer> bufferProducer = nullptr; in FuzzSetBufferProducer()
60 sptr<BufferProducerSequenceable> producerSequenceable = in FuzzSetBufferProducer()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dmodal_system_app_freeze_uiextension.h58 void OnAbilityConnectDone(const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject,
67 sptr<AppFreezeDialogConnection> GetConnection();
72 sptr<AppFreezeDialogConnection> dialogConnectionCallback_;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_proxy.cpp31 const sptr<IRemoteObject>& remoteObject, int32_t resultCode) in OnAbilityConnectDone()
45 sptr<IRemoteObject> remote = Remote(); in OnAbilityConnectDone()
66 sptr<IRemoteObject> remote = Remote(); in OnAbilityDisconnectDone()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h45 sptr<IRemoteObject> callerToken) = 0;
55 const sptr<IRemoteObject> &callerToken) = 0;
62 virtual int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) = 0;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dheadset_adapter_host_manager.h27 int32_t SetCallback(const sptr<IIntellVoiceEngineCallback> &engineCallback) override;
35 int32_t Read(OHOS::HDI::IntelligentVoice::Engine::V1_0::ContentType type, sptr<Ashmem> &buffer) override;
40 sptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineAdapter> headsetAdapterProxy1_0_ = nullptr;
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dmock_form_provider_data.cpp57 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> FormProviderData::GetImageDataMap() const in GetImageDataMap()
59 sptr<FormAshmem> formAshmem = new (std::nothrow) FormAshmem(); in GetImageDataMap()
60 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in GetImageDataMap()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dmock_form_render_mgr_inner.cpp57 const FormRecord &formRecord, Want &want, const sptr<IRemoteObject> &hostToken) in RenderForm()
75 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
92 ErrCode FormRenderMgrInner::AddConnection(int64_t formId, sptr<FormRenderConnection> connection) in AddConnection()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_service_proxy.h27 explicit IntellVoiceServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IIntellVoiceService>(impl) {} in IntellVoiceServiceProxy()
30 int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst) override;
38 int32_t EnrollWithWakeupFilesForResult(const std::string &wakeupInfo, const sptr<IRemoteObject> object) override;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_manager_service.h41 virtual int32_t RegisterListener(sptr<ICastServiceListenerImpl> listener) = 0;
45 virtual int32_t CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) = 0;
50 virtual int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) = 0;
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_proxy.cpp23 const sptr<IRemoteObject> &remoteObject) in ReverseContinuationSchedulerPrimaryProxy()
40 sptr<IRemoteObject> remoteObject = Remote(); in NotifyReplicaTerminated()
75 sptr<IRemoteObject> remoteObject = Remote(); in ContinuationBack()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H A Dui_service_proxy.cpp27 UIServiceProxy::UIServiceProxy(const sptr<IRemoteObject>& impl) in UIServiceProxy()
38 int32_t UIServiceProxy::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) in SendData()
60 sptr<IRemoteObject> remoteObject = Remote(); in SendData()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_service_extension_context.h36 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) override;
39 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode);
68 static std::map<ConnectionKey, sptr<JSServiceExtensionConnection>, key_compare> connects_;
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dability_interceptor_interface.h28 const sptr<IRemoteObject> &callerToken, const std::function<bool(void)> &shouldBlockAllAppStartFunc) in AbilityInterceptorParam()
32 const sptr<IRemoteObject> &callerToken, const std::shared_ptr<AppExecFwk::AbilityInfo> &abilityInfo, in AbilityInterceptorParam()
40 const sptr<IRemoteObject> &callerToken;
H A Ddisposed_rule_interceptor.h45 sptr<AppExecFwk::IAppMgr> GetAppMgr();
46 ErrCode CreateModalUIExtension(const Want &want, const sptr<IRemoteObject> &callerToken);
50 std::map<std::string, sptr<DisposedObserver>> disposedObserverMap_;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drender_state_observer_proxy.cpp27 const sptr<IRemoteObject> &impl) : IRemoteProxy<IRenderStateObserver>(impl) in RenderStateObserverProxy()
53 sptr<IRemoteObject> remote = Remote(); in OnRenderStateChanged()
70 sptr<IRemoteObject> remote = Remote(); in SendTransactCmd()
H A Drender_scheduler_proxy.cpp25 const sptr<IRemoteObject> &impl) : IRemoteProxy<IRenderScheduler>(impl) in RenderSchedulerProxy()
38 int32_t crashFd, sptr<IRemoteObject> browser) in NotifyBrowserFd()
59 sptr<IRemoteObject> remote = Remote(); in NotifyBrowserFd()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension.h60 const sptr<IRemoteObject> &token) override;
73 const sptr<IRemoteObject> &token) override;
88 sptr<Rosen::WindowOption> GetWindowOption(
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_mgr_interface.h43 virtual void AttachApplication(const sptr<IRemoteObject>& app) = 0;
78 virtual void AbilityCleaned(const sptr<IRemoteObject>& token) = 0;
83 * @return sptr<IAmsMgr>, return to AMS interface instance.
85 virtual sptr<IAmsMgr> GetAmsMgr() = 0;
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dservice_router_mgr_service.h83 virtual int32_t StartUIExtensionAbility(const sptr<SessionInfo> &sessionInfo,
95 virtual int32_t ConnectUIExtensionAbility(const Want &want, const sptr<IAbilityConnection> &connect,
96 const sptr<SessionInfo> &sessionInfo, int32_t userId = DEFAULT_INVAL_VALUE) override;
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params_wrapper.h56 static sptr<IWantParams> Box(const WantParams &value);
61 * @return sptr<IWantParams>
63 static sptr<IWantParams> Box(WantParams &&value);
69 static sptr<IWantParams> Parse(const std::string &str);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exception_handler.cpp36 void OnLifecycleException(LifecycleException type, sptr<IRemoteObject> token) override
70 auto callback = sptr<AppExceptionCallback>(new AppExceptionCallback()); in RegisterAppExceptionCallback()
74 void AppExceptionHandler::AbilityForegroundFailed(sptr<IRemoteObject> token, const std::string &msg) in AbilityForegroundFailed()
/foundation/ability/ability_runtime/test/unittest/ability_foreground_state_observer_proxy_test/
H A Dability_foreground_state_observer_proxy_test.cpp38 sptr<AbilityForegroundStateObserverProxy> observerProxy_ {nullptr};
39 sptr<MockAbilityForegroundStateObserverStub> mock_;
79 sptr<IRemoteObject> token = new MockAbilityForegroundStateObserverServerStub(); in HWTEST_F()

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...351