Home
last modified time | relevance | path

Searched refs:sptr (Results 2926 - 2950 of 8334) sorted by relevance

1...<<111112113114115116117118119120>>...334

/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);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/inner_kits/
H A Dav_trans_control_center_callback_stub_test.cpp67 sptr<IRemoteObject> CallbackStubPtr(new TestControlCenterCallbackStub()); in HWTEST_F()
84 sptr<IRemoteObject> CallbackStubPtr(new TestControlCenterCallbackStub()); in HWTEST_F()
101 sptr<IRemoteObject> CallbackStubPtr(new TestControlCenterCallbackStub()); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware.h37 virtual int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) = 0;
38 virtual int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) = 0;
47 const sptr<IAVTransControlCenterCallback> callback) = 0;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h40 int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) override;
41 int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) override;
50 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) override;
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dsharing_dhid_listener_proxy.cpp27 SharingDhIdListenerProxy::SharingDhIdListenerProxy(const sptr<IRemoteObject> &object) in SharingDhIdListenerProxy()
37 sptr<IRemoteObject> remote = Remote(); in OnSharing()
68 sptr<IRemoteObject> remote = Remote(); in OnNoSharing()
H A Dstart_stop_result_call_back_proxy.cpp26 StartStopResultCallbackProxy::StartStopResultCallbackProxy(const sptr<IRemoteObject> &object) in StartStopResultCallbackProxy()
36 sptr<IRemoteObject> remote = Remote(); in OnStart()
81 sptr<IRemoteObject> remote = Remote(); in OnStop()
H A Dinput_node_listener_proxy.cpp26 InputNodeListenerProxy::InputNodeListenerProxy(const sptr<IRemoteObject> &object) in InputNodeListenerProxy()
36 sptr<IRemoteObject> remote = Remote(); in OnNodeOnLine()
74 sptr<IRemoteObject> remote = Remote(); in OnNodeOffLine()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_backup_connection.h35 const sptr<IRemoteObject> &remoteObject,
71 sptr<IExtension> GetBackupExtProxy();
109 sptr<IExtension> backupProxy_;
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit.h56 API_EXPORT int32_t RegisterPublisherListener(const DHTopic topic, sptr<IPublisherListener> listener);
64 API_EXPORT int32_t UnregisterPublisherListener(const DHTopic topic, sptr<IPublisherListener> listener);
131 API_EXPORT int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h38 int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in RegisterPublisherListener()
45 int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in UnregisterPublisherListener()
92 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h69 sptr<IRemoteObject> GetRemoteObject(const int32_t saId);
70 void AddRemoteObject(const int32_t saId, const sptr<IRemoteObject> &remoteObject);
91 std::unordered_map<int32_t, sptr<IRemoteObject>> remoteObjects_;
/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp29 int32_t CloudSyncServiceProxy::RegisterCallbackInner(const sptr<IRemoteObject> &remoteObject, in RegisterCallbackInner()
70 sptr<ICloudSyncService> CloudSyncServiceProxy::GetInstance() in GetInstance()
72 serviceProxy_ = iface_cast<ICloudSyncService>(sptr(new CloudSyncServiceMock())); in GetInstance()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcecallbackproxy_fuzzer/
H A Ddscreensourcecallbackproxy_fuzzer.cpp29 int32_t InitSource(const std::string &params, const sptr<IDScreenSourceCallback> &callback) override
68 sptr<IRemoteObject> dscreenSourceStubPtr(new DScreenSourceStubFuzzTest()); in DscreenSourceCallbackProxyFuzzTest()
69 sptr<DScreenSourceCallbackProxy> sourceCbkProxy(new DScreenSourceCallbackProxy(dscreenSourceStubPtr)); in DscreenSourceCallbackProxyFuzzTest()
/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_service_impl.cpp26 sptr<NfcTagServiceImpl> NfcTagServiceImpl::GetInstance() in GetInstance()
127 ErrCode NfcTagServiceImpl::RegListener(const sptr<INfcTagCallback> &callback) in RegListener()
135 ErrCode NfcTagServiceImpl::UnregListener(const sptr<INfcTagCallback> &callback) in UnregListener()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_stub.h36 using RemoteDeathMap = std::map<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>;
70 sptr<IRemoteObject::DeathRecipient> deathRecipient_;
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp32 sptr<IBundleMgr> EGLBundleMgrHelper::Connect() in Connect()
37 sptr<ISystemAbilityManager> systemAbilityManager = in Connect()
43 sptr<IRemoteObject> remoteObject_ = systemAbilityManager->GetSystemAbility( in Connect()

Completed in 13 milliseconds

1...<<111112113114115116117118119120>>...334