Home
last modified time | relevance | path

Searched refs:sptr (Results 2801 - 2825 of 8067) sorted by relevance

1...<<111112113114115116117118119120>>...323

/foundation/ability/ability_runtime/test/fuzztest/completefirstframedrawing_fuzzer/
H A Dcompletefirstframedrawing_fuzzer.cpp32 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
34 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
55 sptr<IRemoteObject> abilityToken = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/killprocessbyabilitytoken_fuzzer/
H A Dkillprocessbyabilitytoken_fuzzer.cpp34 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
36 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
55 sptr<IRemoteObject> token = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI()
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player_impl_proxy.h31 explicit StreamPlayerImplProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IStreamPlayerIpc>(impl) {} in StreamPlayerImplProxy()
34 int32_t RegisterListener(sptr<IStreamPlayerListenerImpl> listener) override;
36 int32_t SetSurface(sptr<IBufferProducer> producer) override;
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.h54 napi_env env, napi_value object, const std::string &key, sptr<AAFwk::IArray> &ao);
58 napi_env env, napi_value object, const std::string &key, sptr<AAFwk::IArray> &ao) in InnerWrapWantParamsArray()
66 sptr<AAFwk::IInterface> iface = nullptr; in InnerWrapWantParamsArray()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Dability_stage.h56 void AddAbility(const sptr<IRemoteObject> &token,
58 void RemoveAbility(const sptr<IRemoteObject> &token);
68 std::map<sptr<IRemoteObject>, std::shared_ptr<AppExecFwk::AbilityLocalRecord>> abilityRecords_;
/foundation/ability/ability_runtime/test/unittest/assert_fault_callback_death_mgr_test/
H A Dassert_fault_callback_death_mgr_test.cpp52 sptr<IRemoteObject> remote; in HWTEST_F()
69 sptr<IRemoteObject> remote; in HWTEST_F()
86 sptr<IRemoteObject> remote; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Dui_mgr_service.h48 int32_t RegisterCallBack(const AAFwk::Want& want, const sptr<IUIService>& uiService) override;
62 int32_t HandleRegister(const AAFwk::Want& want, const sptr<IUIService>& uiService);
70 std::map<std::string, sptr<IUIService>> callbackMap_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.h31 explicit SystemWindowScene(const sptr<Rosen::Session>& session);
39 sptr<Rosen::Session> GetSession();
73 sptr<Rosen::Session> session_;
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_channel_client.h32 const sptr<IAccessibleAbilityChannel> &channel) : channelId_(channelId), proxy_(channel) {} in AccessibleAbilityChannelClient()
43 sptr<IRemoteObject> GetRemote();
186 sptr<IAccessibleAbilityChannel> proxy_ = nullptr;
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_window_info_parcel.cpp42 sptr<RectParcel> boundsInScreen = parcel.ReadStrongParcelable<RectParcel>(); in ReadFromParcel()
70 sptr<AccessibilityWindowInfoParcel> AccessibilityWindowInfoParcel::Unmarshalling(Parcel &parcel) in Unmarshalling()
72 sptr<AccessibilityWindowInfoParcel> info = new(std::nothrow) AccessibilityWindowInfoParcel(); in Unmarshalling()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_window_info_parcel.cpp41 sptr<RectParcel> boundsInScreen = parcel.ReadStrongParcelable<RectParcel>(); in ReadFromParcel()
68 sptr<AccessibilityWindowInfoParcelTest> AccessibilityWindowInfoParcelTest::Unmarshalling(Parcel &parcel) in Unmarshalling()
70 sptr<AccessibilityWindowInfoParcelTest> info = new(std::nothrow) AccessibilityWindowInfoParcelTest(); in Unmarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hdi.cpp22 static OHOS::sptr<IHciInterface> g_iBtHci = nullptr;
23 static OHOS::sptr<BluetoothHciCallbacks> g_bluetoothHciCallbacks = nullptr;
31 OHOS::sptr<IHciInterface> iBtHci = IHciInterface::Get(); in HdiInit()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h37 const sptr<IBluetoothBleCentralManagerCallback> &callback) override;
39 const sptr<IBluetoothBleCentralManagerCallback> &callback) override;
55 void DeregisterBleCentralManagerCallbackInner(const sptr<IBluetoothBleCentralManagerCallback> &callback,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_clean_cache_callback_host_test/
H A Dbms_clean_cache_callback_host_test.cpp63 sptr<MockCleanCacheCallbackHost> cleanCacheCallbackHost = new (std::nothrow) MockCleanCacheCallbackHost(); in HWTEST_F()
79 sptr<MockCleanCacheCallbackHost> cleanCacheCallbackHost = new (std::nothrow) MockCleanCacheCallbackHost(); in HWTEST_F()
99 sptr<MockCleanCacheCallbackHost> cleanCacheCallbackHost = new (std::nothrow) MockCleanCacheCallbackHost(); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h25 explicit BluetoothHfpHfProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothHfpHf>(impl) {}; in BluetoothHfpHfProxy()
50 void RegisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) override;
51 void DeregisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) override;
H A Dbluetooth_hid_host_proxy.h25 explicit BluetoothHidHostProxy(const sptr<IRemoteObject>& remote) : IRemoteProxy<IBluetoothHidHost>(remote) in BluetoothHidHostProxy()
34 ErrCode RegisterObserver(const sptr<IBluetoothHidHostObserver> observer) override;
35 ErrCode DeregisterObserver(const sptr<IBluetoothHidHostObserver> observer) override;
H A Dbluetooth_avrcp_tg_proxy.h26 explicit BluetoothAvrcpTgProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothAvrcpTg>(impl) {} in BluetoothAvrcpTgProxy()
29 void RegisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) override;
30 void UnregisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) override;
H A Dbluetooth_gatt_client_proxy.h26 explicit BluetoothGattClientProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothGattClient>(impl) in BluetoothGattClientProxy()
31 int RegisterApplication(const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr,
34 int RegisterApplication(const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr,
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h32 sptr<Want> replaceWant = nullptr;
39 sptr<Want> replaceWant = nullptr;
46 sptr<Want> replaceWant = nullptr;
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_client_tracker_callback_proxy.h27 explicit ClientTrackerCallbackListener(const sptr<IStandardClientTracker> &listener);
43 sptr<IStandardClientTracker> listener_ = nullptr;
48 explicit AudioClientTrackerCallbackProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/av_codec/services/engine/common/
H A Dfsurface_memory.cpp34 sptr<SurfaceBuffer> surfaceBuffer = nullptr; in AllocSurfaceBuffer()
57 sptr<SurfaceBuffer> FSurfaceMemory::GetSurfaceBuffer() in GetSurfaceBuffer()
74 sptr<SyncFence> FSurfaceMemory::GetFence() in GetFence()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h48 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override;
50 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override;
111 std::vector<sptr<DeathRecipient>> recipients_;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_buffer_callback_manager.h36 sptr<RSISurfaceBufferCallback> callback);
53 sptr<RSISurfaceBufferCallback> GetSurfaceBufferCallback(pid_t pid, uint64_t uid) const;
60 std::map<std::pair<pid_t, uint64_t>, sptr<RSISurfaceBufferCallback>>
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp82 VideoProcessing_ErrorCode DetailEnhancerVideoNative::Process(const sptr<SurfaceBuffer>& sourceImage, in Process()
83 sptr<SurfaceBuffer>& destinationImage) in Process()
88 void DetailEnhancerVideoNative::UpdateRequestCfg(const sptr<SurfaceBuffer>& consumerBuffer, in UpdateRequestCfg()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dscan_session.h45 explicit ScanSession(sptr<ICaptureSession> &ScanSession): CaptureSession(ScanSession) in ScanSession()
51 int32_t AddOutput(sptr<CaptureOutput> &output) override;
58 bool CanAddOutput(sptr<CaptureOutput>& output) override;

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...323