/foundation/ability/ability_runtime/test/fuzztest/completefirstframedrawing_fuzzer/ |
H A D | completefirstframedrawing_fuzzer.cpp | 32 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 D | killprocessbyabilitytoken_fuzzer.cpp | 34 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 D | stream_player_impl_proxy.h | 31 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 D | js_mission_info_utils.h | 54 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 D | ability_stage.h | 56 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 D | assert_fault_callback_death_mgr_test.cpp | 52 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 D | ui_mgr_service.h | 48 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 D | system_window_scene.h | 31 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 D | accessible_ability_channel_client.h | 32 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 D | accessibility_window_info_parcel.cpp | 42 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 D | mock_accessibility_window_info_parcel.cpp | 41 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 D | bluetooth_hdi.cpp | 22 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 D | bluetooth_ble_central_manager_server.h | 37 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 D | bms_clean_cache_callback_host_test.cpp | 63 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 D | bluetooth_hfp_hf_proxy.h | 25 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 D | bluetooth_hid_host_proxy.h | 25 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 D | bluetooth_avrcp_tg_proxy.h | 26 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 D | bluetooth_gatt_client_proxy.h | 26 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 D | ecological_rule_mgr_service_param.h | 32 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 D | audio_client_tracker_callback_proxy.h | 27 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 D | fsurface_memory.cpp | 34 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 D | ipc_object_proxy.h | 48 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 D | rs_surface_buffer_callback_manager.h | 36 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 D | detail_enhancer_video_native.cpp | 82 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 D | scan_session.h | 45 explicit ScanSession(sptr<ICaptureSession> &ScanSession): CaptureSession(ScanSession)
in ScanSession() 51 int32_t AddOutput(sptr<CaptureOutput> &output) override;
58 bool CanAddOutput(sptr<CaptureOutput>& output) override;
|