Home
last modified time | relevance | path

Searched refs:sptr (Results 3526 - 3550 of 8270) sorted by relevance

1...<<141142143144145146147148149150>>...331

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dability_foreground_state_observer_proxy.cpp23 AbilityForegroundStateObserverProxy::AbilityForegroundStateObserverProxy(const sptr<IRemoteObject> &impl) in AbilityForegroundStateObserverProxy()
47 sptr<IRemoteObject> remote = Remote(); in OnAbilityStateChanged()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_foreground_state_observer_proxy.cpp23 AppForegroundStateObserverProxy::AppForegroundStateObserverProxy(const sptr<IRemoteObject> &impl) in AppForegroundStateObserverProxy()
47 sptr<IRemoteObject> remote = Remote(); in OnAppStateChanged()
H A Dability_foreground_state_observer_proxy.cpp23 AbilityForegroundStateObserverProxy::AbilityForegroundStateObserverProxy(const sptr<IRemoteObject> &impl) in AbilityForegroundStateObserverProxy()
47 sptr<IRemoteObject> remote = Remote(); in OnAbilityStateChanged()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_ability_manager_client_interface1.h78 sptr<IBundleMgr> GetBundleManager() const override
80 return sptr<IBundleMgr>(new (std::nothrow) MockIBundleMgr());
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.h41 void OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override;
44 void OnStartContentEditing(const AAFwk::Want &want, const sptr<AAFwk::SessionInfo> &sessionInfo);
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h32 MirrorPlayer(sptr<IMirrorPlayerImpl> proxy) : proxy_(proxy) {}; in MirrorPlayer()
46 sptr<IMirrorPlayerImpl> proxy_;
H A Dmirror_player_impl_proxy.h32 explicit MirrorPlayerImplProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IMirrorPlayerImpl>(impl) {} in MirrorPlayerImplProxy()
38 int32_t SetSurface(sptr<IBufferProducer> producer) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension_context.h37 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) override;
40 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode);
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_proxy_test/
H A Dapp_foreground_state_observer_proxy_test.cpp36 sptr<AppForegroundStateObserverProxy> observerProxy_;
37 sptr<MockAppForegroundStateObserverStub> mock_;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_supply_callback.h31 static sptr<MockFormSupplyCallback> GetInstance();
75 static sptr<MockFormSupplyCallback> instance;
/foundation/ability/ability_runtime/test/unittest/render_state_observer_proxy_test/
H A Drender_state_observer_proxy_test.cpp35 sptr<RenderStateObserverProxy> observerProxy_;
36 sptr<MockRenderStateObserverStub> mock_;
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/include/
H A Dmock_app_mgr_service_inner.h44 virtual int32_t RegisterKiaInterceptor(const sptr<IKiaInterceptor> &interceptor);
54 sptr<IKiaInterceptor> kiaInterceptor_ = nullptr;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapp_state_callback.h51 virtual void OnAbilityRequestDone(const sptr<IRemoteObject> &token, const AbilityState state) = 0;
70 virtual void OnAppRemoteDied(const std::vector<sptr<IRemoteObject>> &abilityTokens) {} in OnAppRemoteDied()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dquick_fix_callback_with_record.h29 explicit QuickFixCallbackWithRecord(sptr<IQuickFixCallback> callback) in QuickFixCallbackWithRecord()
47 sptr<IQuickFixCallback> callback_ = nullptr;
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_caption_observer_proxy.cpp24 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibleAbilityManagerCaptionObserver>(impl) in AccessibleAbilityManagerCaptionObserverProxy()
61 sptr<IRemoteObject> remote = Remote(); in OnPropertyChanged()
H A Daccessible_ability_manager_state_observer_proxy.cpp23 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibleAbilityManagerStateObserver>(impl) in AccessibleAbilityManagerStateObserverProxy()
58 sptr<IRemoteObject> remote = Remote(); in OnStateChanged()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_event_transmission.cpp53 void EventTransmission::SetNext(const sptr<EventTransmission> &next) in SetNext()
60 sptr<EventTransmission> EventTransmission::GetNext() in GetNext()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_manager_caption_observer_proxy.cpp24 const sptr<IRemoteObject> &impl) : IRemoteProxy<IAccessibleAbilityManagerCaptionObserver>(impl) in AccessibleAbilityManagerCaptionObserverProxyMock()
61 sptr<IRemoteObject> remote = Remote(); in OnPropertyChanged()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Daccessibility_extension.cpp25 const sptr<IRemoteObject> &token) in Init()
35 const sptr<IRemoteObject> &token) in CreateAndInitContext()
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/zidl/
H A Dconvert_callback_proxy.cpp23 ConvertCallbackProxy::ConvertCallbackProxy(const sptr<IRemoteObject>& object) : IRemoteProxy<IConvertCallback>(object) in ConvertCallbackProxy()
43 sptr<IRemoteObject> remote = Remote(); in OnConvert()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_sink.h37 virtual void RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) = 0;
38 virtual void DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) = 0;
H A Di_bluetooth_ble_advertiser.h33 virtual void RegisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) = 0;
34 virtual void DeregisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) = 0;
H A Di_bluetooth_opp.h39 virtual void RegisterObserver(const sptr<IBluetoothOppObserver> &observer) = 0;
40 virtual void DeregisterObserver(const sptr<IBluetoothOppObserver> &observer) = 0;
H A Di_bluetooth_map_mse.h36 virtual void RegisterObserver(const sptr<IBluetoothMapMseObserver> &observer) = 0;
37 virtual void DeregisterObserver(const sptr<IBluetoothMapMseObserver> &observer) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_advertiser_server.h32 virtual void RegisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) override;
33 virtual void DeregisterBleAdvertiserCallback(const sptr<IBluetoothBleAdvertiseCallback> &callback) override;

Completed in 9 milliseconds

1...<<141142143144145146147148149150>>...331