/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/ |
H A D | codeccreatecomponent_fuzzer.cpp | 29 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 D | dcameraopencamera_fuzzer.cpp | 49 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 D | dstreamchangetoofflinestream_fuzzer.cpp | 60 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 D | face_auth_interface_service_fuzzer.cpp | 43 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 D | modal_system_app_freeze_uiextension.h | 58 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 D | ability_connection_wrapper_proxy.cpp | 31 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 D | form_render_interface.h | 45 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 D | headset_adapter_host_manager.h | 27 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 D | mock_form_provider_data.cpp | 57 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 D | mock_form_render_mgr_inner.cpp | 57 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 D | intell_voice_service_proxy.h | 27 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 D | i_cast_session_manager_service.h | 41 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 D | reverse_continuation_scheduler_primary_proxy.cpp | 23 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 D | ui_service_proxy.cpp | 27 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 D | js_service_extension_context.h | 36 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 D | ability_interceptor_interface.h | 28 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 D | disposed_rule_interceptor.h | 45 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 D | render_state_observer_proxy.cpp | 27 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 D | render_scheduler_proxy.cpp | 25 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 D | ui_service_extension.h | 60 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 D | app_mgr_interface.h | 43 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 D | service_router_mgr_service.h | 83 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 D | want_params_wrapper.h | 56 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 D | app_exception_handler.cpp | 36 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 D | ability_foreground_state_observer_proxy_test.cpp | 38 sptr<AbilityForegroundStateObserverProxy> observerProxy_ {nullptr}; 39 sptr<MockAbilityForegroundStateObserverStub> mock_; 79 sptr<IRemoteObject> token = new MockAbilityForegroundStateObserverServerStub(); in HWTEST_F()
|