/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturecontrollerservicestub_fuzzer/ |
H A D | screencapturecontrollerservicestub_fuzzer.cpp | 50 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 D | event_filter_proxy.cpp | 31 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 D | res_sched_service_proxy.h | 63 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 D | mem_mgr_client.h | 45 int32_t OnWindowVisibilityChanged(const std::vector<sptr<MemMgrWindowInfo>> &MemMgrWindowInfo); 53 sptr<IMemMgr> GetMemMgrService(); 55 sptr<IMemMgr> dpProxy_;
|
H A D | i_mem_mgr.h | 49 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 D | background_task_manager.h | 94 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 D | listen_ability_proxy.h | 27 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 D | status_change_wrapper.cpp | 43 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 D | windowstubnotify_fuzzer.cpp | 51 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 D | windowstubget_fuzzer.cpp | 51 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 D | sys_cap_util.cpp | 52 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 D | net_stats_callback_proxy.cpp | 23 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 D | net_adj_info.cpp | 56 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 D | net_specifier.cpp | 66 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 D | foreground_callback_stub_test.cpp | 62 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 D | distributed_device_profile_service.h | 43 const sptr<IRemoteObject>& profileEventNotifier, 46 const sptr<IRemoteObject>& profileEventNotifier, 49 const sptr<IRemoteObject>& profileEventNotifier) override;
|
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | open_vpn_ctl.h | 54 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 D | tag_session_proxy.h | 31 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 D | syncdeviceprofileinner_fuzzer.cpp | 52 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 D | putdeviceprofileinner_fuzzer.cpp | 53 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 D | reader_mode_callback_stub_test.cpp | 76 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 D | wifi_scan_callback_stub_test.cpp | 66 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 D | general_controller_service_impl.h | 47 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 D | connect.h | 66 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 D | object_asset_loader.h | 39 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);
|