/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()
|
/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessibility_enable_ability_lists_observer_proxy.cpp | 23 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 D | quick_fix_manager_host_impl.h | 32 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 D | mock_accessibility_enable_ability_lists_observer_proxy.cpp | 23 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 D | bluetooth_socket_server.cpp | 62 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 D | bluetooth_a2dp_sink_proxy.h | 28 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 D | bluetooth_ble_central_manager_proxy.h | 27 explicit BluetoothBleCentralManagerProxy(const sptr<IRemoteObject> &impl); 32 const sptr<IBluetoothBleCentralManagerCallback> &callback) override; 34 const sptr<IBluetoothBleCentralManagerCallback> &callback) override;
|