Home
last modified time | relevance | path

Searched refs:sptr (Results 2901 - 2925 of 8320) sorted by relevance

1...<<111112113114115116117118119120>>...333

/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecontrollerservicestub_fuzzer/
H A Dscreencapturecontrollerservicestub_fuzzer.cpp50 sptr<IRemoteObject> listener = new(std::nothrow) MediaListenerStubFuzzer(); in FuzzScreenCaptureControllerOnRemoteRequest()
51 sptr<IRemoteObject> screenCaptureController = mediaServer->GetSubSystemAbility( in FuzzScreenCaptureControllerOnRemoteRequest()
57 sptr<IRemoteStub<IStandardScreenCaptureController>> screenCaptureControllerStub = in FuzzScreenCaptureControllerOnRemoteRequest()
/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_proxy.cpp31 EventFilterProxy::EventFilterProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IEventFilter>(impl) in EventFilterProxy()
53 sptr<IRemoteObject> remote = Remote(); in HandleKeyEvent()
84 sptr<IRemoteObject> remote = Remote(); in HandlePointerEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_sched_service_proxy.h63 void RegisterSystemloadNotifier(const sptr<IRemoteObject>& notifier) override;
88 void RegisterEventListener(const sptr<IRemoteObject>& listener, uint32_t eventType,
104 explicit ResSchedServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IResSchedService>(impl) {} in ResSchedServiceProxy()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_client.h45 int32_t OnWindowVisibilityChanged(const std::vector<sptr<MemMgrWindowInfo>> &MemMgrWindowInfo);
53 sptr<IMemMgr> GetMemMgrService();
55 sptr<IMemMgr> dpProxy_;
H A Di_mem_mgr.h49 virtual int32_t SubscribeAppState(const sptr<IAppStateSubscriber> &subscriber) = 0;
51 virtual int32_t UnsubscribeAppState(const sptr<IAppStateSubscriber> &subscriber) = 0;
58 virtual int32_t OnWindowVisibilityChanged(const std::vector<sptr<MemMgrWindowInfo>> &MemMgrWindowInfo) = 0;
/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h94 ErrCode RequestStopBackgroundRunning(const std::string &abilityName, const sptr<IRemoteObject> &abilityToken,
206 sptr<BackgroundTaskMgr::IBackgroundTaskMgr> proxy_;
207 sptr<BgTaskMgrDeathRecipient> recipient_;
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/include/
H A Dlisten_ability_proxy.h27 const sptr<IRemoteObject>& remote) in ListenAbilityProxy()
88 sptr<IRemoteObject> remote_ = nullptr;
89 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr;
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dstatus_change_wrapper.cpp43 SystemProcessStatusChangeWrapper::SystemProcessStatusChangeWrapper(const sptr<IRemoteObject> &impl, in SystemProcessStatusChangeWrapper()
72 int32_t systemAbilityId, sptr<ISystemAbilityStatusChange> listener) in UnSubscribeSystemAbilityHandler()
83 UnSubscribeSystemProcessHandler::UnSubscribeSystemProcessHandler(sptr<ISystemProcessStatusChange> listener) in UnSubscribeSystemProcessHandler()
/foundation/window/window_manager/test/fuzztest/wms/windowstubnotify_fuzzer/
H A Dwindowstubnotify_fuzzer.cpp51 sptr<WindowOption> windowOption = new(std::nothrow)WindowOption(); in DoSomethingInterestingWithMyAPI()
55 sptr<WindowImpl> window = new(std::nothrow)WindowImpl(windowOption); in DoSomethingInterestingWithMyAPI()
59 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/windowstubget_fuzzer/
H A Dwindowstubget_fuzzer.cpp51 sptr<WindowOption> windowOption = new(std::nothrow)WindowOption(); in DoSomethingInterestingWithMyAPI()
55 sptr<WindowImpl> window = new(std::nothrow)WindowImpl(windowOption); in DoSomethingInterestingWithMyAPI()
59 sptr<WindowAgent> windowStub = new(std::nothrow)WindowAgent(window); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp52 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in GetBundleName()
54 OHOS::sptr<OHOS::IRemoteObject> remoteObject = in GetBundleName()
56 sptr<AppExecFwk::IBundleMgr> iBundleMgr = OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleName()
/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/
H A Dnet_stats_callback_proxy.cpp23 NetStatsCallbackProxy::NetStatsCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<INetStatsCallback>(impl) {} in NetStatsCallbackProxy()
39 sptr<IRemoteObject> remote = Remote(); in NetIfaceStatsChanged()
71 sptr<IRemoteObject> remote = Remote(); in NetUidStatsChanged()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_adj_info.cpp56 sptr<NetAdjInfo> NetAdjInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
58 sptr<NetAdjInfo> info = new (std::nothrow) NetAdjInfo(); in Unmarshalling()
70 sptr<INetAddr> netAddr; in Unmarshalling()
H A Dnet_specifier.cpp66 sptr<NetSpecifier> NetSpecifier::Unmarshalling(Parcel &parcel) in Unmarshalling()
68 sptr<NetSpecifier> ptr = new (std::nothrow) NetSpecifier(); in Unmarshalling()
82 bool NetSpecifier::Marshalling(Parcel &parcel, const sptr<NetSpecifier> &object) in Marshalling()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dforeground_callback_stub_test.cpp62 const sptr<KITS::IForegroundCallback> callback; in HWTEST_F()
76 const sptr<KITS::IForegroundCallback> callback = new TAG::ForegroundCallbackStub(); in HWTEST_F()
91 const sptr<KITS::IForegroundCallback> callback; in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_service.h43 const sptr<IRemoteObject>& profileEventNotifier,
46 const sptr<IRemoteObject>& profileEventNotifier,
49 const sptr<IRemoteObject>& profileEventNotifier) override;
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dopen_vpn_ctl.h54 OpenvpnCtl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, std::vector<int32_t> &activeUserIds);
60 int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &sysVpnConfig) override;
63 sptr<OpenvpnConfig> openvpnConfig_;
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h31 explicit TagSessionProxy(const OHOS::sptr<OHOS::IRemoteObject>& remote) in TagSessionProxy()
57 const sptr<KITS::IForegroundCallback> &callback) override;
60 const sptr<KITS::IReaderModeCallback> &callback) override;
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/
H A Dsyncdeviceprofileinner_fuzzer.cpp52 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in SubscribeProfileEvents()
60 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in UnsubscribeProfileEvents()
67 int32_t SyncDeviceProfile(const SyncOptions& syncOptions, const sptr<IRemoteObject>& profileEventNotifier) in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/
H A Dputdeviceprofileinner_fuzzer.cpp53 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in SubscribeProfileEvents()
61 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in UnsubscribeProfileEvents()
68 int32_t SyncDeviceProfile(const SyncOptions& syncOptions, const sptr<IRemoteObject>& profileEventNotifier) in SyncDeviceProfile()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dreader_mode_callback_stub_test.cpp76 sptr<KITS::IReaderModeCallback> callback = nullptr; in HWTEST_F()
89 sptr<KITS::IReaderModeCallback> callback = nullptr; in HWTEST_F()
102 sptr<KITS::IReaderModeCallback> callback = new TAG::ReaderModeCallbackStub(); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_scan_callback_stub_test.cpp66 OHOS::sptr<OHOS::IRemoteObject> AsObject() override
80 sptr<IWifiScanCallback> userCallback = new (std::nothrow) IWifiScanCallbackMock(); in HWTEST_F()
108 sptr<IWifiScanCallback> userCallback = new (std::nothrow) IWifiScanCallbackMock(); in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/include/
H A Dgeneral_controller_service_impl.h47 void RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) override;
49 void UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) override;
65 ConcurrentMap<sptr<AAFwk::IDataAbilityObserver>, std::list<Uri>> observers_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H A Dconnect.h66 const OHOS::sptr<OHOS::IRemoteObject> &remoteObject,
75 OHOS::sptr<OHOS::IRemoteObject> remoteObject_ = nullptr;
85 OHOS::sptr<OHOS::IRemoteObject> ConnectServiceInner(int userId);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.h39 int32_t OnSendResult(const sptr<AssetObj> &assetObj, int32_t result) override;
50 int32_t PushAsset(int32_t userId, const sptr<AssetObj> &assetObj,
51 const sptr<ObjectAssetsSendListener> &sendCallback);

Completed in 10 milliseconds

1...<<111112113114115116117118119120>>...333