Home
last modified time | relevance | path

Searched refs:sptr (Results 2426 - 2450 of 8270) sorted by relevance

1...<<919293949596979899100>>...331

/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()
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessibility_enable_ability_lists_observer_proxy.cpp23 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibilityEnableAbilityListsObserver>(impl) in AccessibilityEnableAbilityListsObserverProxy()
52 sptr<IRemoteObject> remote = Remote(); in OnAccessibilityEnableAbilityListsChanged()
79 sptr<IRemoteObject> remote = Remote(); in OnAccessibilityInstallAbilityListsChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_manager_host_impl.h32 const sptr<IQuickFixStatusCallback> &statusCallback, bool isDebug = false,
36 const sptr<IQuickFixStatusCallback> &statusCallback) override;
39 const sptr<IQuickFixStatusCallback> &statusCallback) override;
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_enable_ability_lists_observer_proxy.cpp23 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibilityEnableAbilityListsObserver>(impl) in AccessiAccessibilityEnableAbilityListsObserverProxyTestbilityElementOperatorCallbackStubTest()
52 sptr<IRemoteObject> remote = Remote(); in OnAccessibilityEnableAbilityListsChanged()
79 sptr<IRemoteObject> remote = Remote(); in OnAccessibilityInstallAbilityListsChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp62 int BluetoothSocketServer::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &observer) in DeregisterServerObserver()
69 const sptr<IBluetoothClientSocketObserver> &observer) in RegisterClientObserver()
75 const sptr<IBluetoothClientSocketObserver> &observer) in DeregisterClientObserver()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_sink_proxy.h28 explicit BluetoothA2dpSinkProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothA2dpSink>(impl) in BluetoothA2dpSinkProxy()
35 void RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) override;
36 void DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) override;
H A Dbluetooth_ble_central_manager_proxy.h27 explicit BluetoothBleCentralManagerProxy(const sptr<IRemoteObject> &impl);
32 const sptr<IBluetoothBleCentralManagerCallback> &callback) override;
34 const sptr<IBluetoothBleCentralManagerCallback> &callback) override;

Completed in 8 milliseconds

1...<<919293949596979899100>>...331