Home
last modified time | relevance | path

Searched refs:sptr (Results 2051 - 2075 of 8750) sorted by relevance

1...<<81828384858687888990>>...350

/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_datashare.h43 sptr<SettingObserver> CreateObserver(const std::string& key, SettingObserver::UpdateFunc& func);
44 static void ExecRegisterCb(const sptr<SettingObserver>& observer);
45 ErrCode RegisterObserver(const sptr<SettingObserver>& observer, const std::string &strUri = std::string());
46 ErrCode UnregisterObserver(const sptr<SettingObserver>& observer, const std::string &strUri = std::string());
52 static sptr<IRemoteObject> remoteObj_;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dsched_controller.h86 sptr<RmsApplicationStateObserver> appStateObserver_;
91 sptr<WindowStateObserver> windowStateObserver_;
92 sptr<WindowVisibilityObserver> windowVisibilityObserver_;
93 sptr<WindowDrawingContentObserver> windowDrawingContentObserver_;
94 sptr<WindowModeObserver> windowModeObserver_;
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/
H A Dobserver_manager.h76 void AddItemToSysAbilityListener(int32_t systemAbilityId, sptr<ISystemAbilityManager>& systemAbilityManager);
103 sptr<SchedTelephonyObserver> telephonyObserver_ = nullptr;
109 sptr<DeviceMovementObserver> deviceMovementObserver_ = nullptr;
111 sptr<SystemAbilityStatusChangeListener> sysAbilityListener_ = nullptr;
114 sptr<FoldDisplayModeObserver> foldDisplayModeObserver_ = nullptr;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_networking_collect.h29 explicit DeviceStateCallback(const sptr<ICollectPlugin>& collect) : collect_(collect) {} in DeviceStateCallback()
39 sptr<ICollectPlugin> collect_;
56 explicit DeviceNetworkingCollect(const sptr<IReport>& report);
79 WorkHandler(const sptr<DeviceNetworkingCollect>& collect) : collect_(collect) in WorkHandler()
91 sptr<DeviceNetworkingCollect> collect_;
/foundation/window/window_manager/test/systemtest/extension/
H A Dmodal_system_ui_extension_test.cpp89 auto connection = sptr<ModalSystemUiExtension::DialogAbilityConnection>::MakeSptr(want); in HWTEST_F()
95 auto remoteObject = sptr<MockIRemoteObject>::MakeSptr(); in HWTEST_F()
112 auto connection = sptr<ModalSystemUiExtension::DialogAbilityConnection>::MakeSptr(want); in HWTEST_F()
126 auto connection = sptr<ModalSystemUiExtension::DialogAbilityConnection>::MakeSptr(want); in HWTEST_F()
127 auto remoteObject = sptr<MockIRemoteObject>::MakeSptr(); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_load_callback_proxy.cpp28 const sptr<IRemoteObject>& remoteObject) in OnLoadSystemAbilitySuccess()
35 sptr<IRemoteObject> remote = Remote(); in OnLoadSystemAbilitySuccess()
76 sptr<IRemoteObject> remote = Remote(); in OnLoadSystemAbilityFail()
101 const sptr<IRemoteObject>& remoteObject) in OnLoadSACompleteForRemote()
108 sptr<IRemoteObject> remote = Remote(); in OnLoadSACompleteForRemote()
/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp61 sptr<ISystemAbilityManager> sm = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in AddDeviceManager()
68 sptr<IRemoteObject> dmAbility = nullptr; in AddDeviceManager()
81 sptr<SystemAbilityManager> fuzzSAManager = SystemAbilityManager::GetInstance(); in AddDeviceManager()
100 sptr<SystemAbilityManager> manager = SystemAbilityManager::GetInstance(); in FuzzTestRemoteRequest()
133 sptr<SystemAbilityManager> manager = SystemAbilityManager::GetInstance(); in FuzzTestRemoteRequest()
/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp38 sptr<Window> WindowExtensionStubImpl::CreateWindow( in CreateWindow()
40 const sptr<IRemoteObject>& iSession) in CreateWindow()
42 sptr<WindowOption> option = new(std::nothrow) WindowOption(); in CreateWindow()
107 void WindowExtensionStubImpl::GetExtensionWindow(sptr<IWindowExtensionClient>& token) in GetExtensionWindow()
126 sptr<Window> WindowExtensionStubImpl::GetWindow() const in GetWindow()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dnet_stats_service_proxy.h26 explicit NetStatsServiceProxy(const sptr<IRemoteObject> &impl);
28 int32_t RegisterNetStatsCallback(const sptr<INetStatsCallback> &callback) override;
29 int32_t UnregisterNetStatsCallback(const sptr<INetStatsCallback> &callback) override;
41 const sptr<NetStatsNetwork> &network) override;
43 const sptr<NetStatsNetwork> &network) override;
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service_iface.cpp33 int32_t NetConnServiceIface::EnableVnicNetwork(const sptr<NetLinkInfo> &netLinkInfo, const std::set<int32_t> &uids) in EnableVnicNetwork()
70 int32_t NetConnServiceIface::UpdateNetLinkInfo(uint32_t supplierId, const sptr<NetLinkInfo> &netLinkInfo) in UpdateNetLinkInfo()
75 int32_t NetConnServiceIface::UpdateNetSupplierInfo(uint32_t supplierId, const sptr<NetSupplierInfo> &netSupplierInfo) in UpdateNetSupplierInfo()
85 int32_t NetConnServiceIface::RegisterNetConnCallback(const sptr<INetConnCallback> &callback) in RegisterNetConnCallback()
90 int32_t NetConnServiceIface::RegisterNetFactoryResetCallback(const sptr<INetFactoryResetCallback> &callback) in RegisterNetFactoryResetCallback()
H A Dnet_factoryreset_callback.cpp30 int32_t NetFactoryResetCallback::RegisterNetFactoryResetCallbackAsync(const sptr<INetFactoryResetCallback> &callback) in RegisterNetFactoryResetCallbackAsync()
48 int32_t NetFactoryResetCallback::RegisterNetFactoryResetCallback(const sptr<INetFactoryResetCallback> &callback) in RegisterNetFactoryResetCallback()
69 int32_t NetFactoryResetCallback::UnregisterNetFactoryResetCallbackAsync(const sptr<INetFactoryResetCallback> &callback) in UnregisterNetFactoryResetCallbackAsync()
89 int32_t NetFactoryResetCallback::UnregisterNetFactoryResetCallback(const sptr<INetFactoryResetCallback> &callback) in UnregisterNetFactoryResetCallback()
93 [callback](const sptr<INetFactoryResetCallback> &tempCallback) -> bool { in UnregisterNetFactoryResetCallback()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_proxy_test.cpp49 sptr<NetsysNative::INetsysService> ConnManagerGetProxy() in ConnManagerGetProxy()
86 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F()
101 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F()
112 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F()
128 OHOS::sptr<OHOS::NetsysNative::INetsysService> netsysNativeService = ConnManagerGetProxy(); in HWTEST_F()
/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp26 sptr<AppExecFwk::BundleMgrProxy> GetBundleMgrProxy() in GetBundleMgrProxy()
44 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetJsonFromBundle()
66 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in IsAtomicService()
84 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in ObtainBundleNameForSelf()
102 sptr<AppExecFwk::BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in ObtainTargetApiVersionForSelf()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_system_ability_monitor.cpp39 static sptr<SystemAbilityListener> GetInstance();
47 sptr<SystemAbilityListener> SystemAbilityListener::GetInstance() in GetInstance()
49 static sptr<SystemAbilityListener> instance; in GetInstance()
93 OHOS::sptr<OHOS::ISystemAbilityManager> samgrProxy = in RegHichainSaStatusListener()
117 OHOS::sptr<OHOS::ISystemAbilityManager> samgrProxy = in UnRegHichainSaStatusListener()
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage_manager.h56 const sptr<IRemoteObject>& profileEventNotifier);
63 void NotifySubscriberDied(const sptr<IRemoteObject>& profileEventNotifier);
76 int32_t NotifySyncStart(const sptr<IRemoteObject>& profileEventNotifier);
88 sptr<IRemoteObject::DeathRecipient> kvStoreDeathRecipientDp_;
96 sptr<IRemoteObject> syncEventNotifier_;
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnet_vpn_impl.h43 NetVpnImpl(sptr<VpnConfig> config, const std::string &pkg, int32_t userId, std::vector<int32_t> &activeUserIds);
50 virtual int32_t GetConnectedSysVpnConfig(sptr<SysVpnConfig> &sysVpnConfig);
59 inline sptr<VpnConfig> GetVpnConfig() const in GetVpnConfig()
103 sptr<VpnConfig> vpnConfig_ = nullptr;
116 sptr<NetSupplierInfo> netSupplierInfo_ = nullptr;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_mgr_service_impl.cpp29 sptr<WifiHotspotMgrServiceImpl> WifiHotspotMgrServiceImpl::g_instance;
33 sptr<WifiHotspotMgrServiceImpl> WifiHotspotMgrServiceImpl::GetInstance() in GetInstance()
38 sptr<WifiHotspotMgrServiceImpl> service = new (std::nothrow) WifiHotspotMgrServiceImpl; in GetInstance()
87 sptr<WifiHotspotServiceImpl> wifi = new WifiHotspotServiceImpl(i); in Init()
105 sptr<IRemoteObject> WifiHotspotMgrServiceImpl::GetWifiRemote(int id) in GetWifiRemote()
/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.h52 void RegQueryApplicationCb(sptr<IQueryAppInfoCallback> callback);
53 void RegCardEmulationNotifyCb(sptr<IOnCardEmulationNotifyCb> callback);
54 sptr<IOnCardEmulationNotifyCb> GetNotifyCardEmulationCallback();
89 void DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface);
90 void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_manager_impl.h102 void LinkToDeath(const sptr<IRemoteObject> remote);
104 sptr<DataShareServiceProxy> GetDataShareServiceProxy();
110 static sptr<DataShareKvServiceProxy> GetDistributedDataManager();
114 sptr<DataShareKvServiceProxy> dataMgrService_;
118 sptr<IRemoteObject> clientDeathObserverPtr_;
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dsystem_pasteboard_impl.cpp25 static sptr<SystemPasteboardImpl> g_systemPasteboard_instance = nullptr;
40 int NewInstance(sptr<SystemPasteboardImpl> &instance) in NewInstance()
53 sptr<SystemPasteboardImpl> instence = nullptr; in GetSystemPasteboardImpl()
63 int32_t SystemPasteboardImpl::SetData(sptr<PasteDataImpl> dataImpl, std::shared_ptr<MiscServices::PasteData> data) in SetData()
86 sptr<PasteDataImpl> SystemPasteboardImpl::GetSystemPasteboardPasteDataImpl() in GetSystemPasteboardPasteDataImpl()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h42 sptr<IRemoteObject> AsObject() in AsObject()
47 int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in RegisterPublisherListener()
54 int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in UnregisterPublisherListener()
101 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) in RegisterCtlCenterCallback()
132 sptr<IRemoteObject> AsObject() in AsObject()
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Dservice_proxy_mock.h26 explicit ServiceProxyMock(const sptr<IRemoteObject> &impl) : ServiceProxy(impl) {} in ServiceProxyMock()
29 MOCK_METHOD1(InitRestoreSession, ErrCode(sptr<IServiceReverse> remote));
30 MOCK_METHOD1(InitBackupSession, ErrCode(sptr<IServiceReverse> remote));
32 MOCK_METHOD0(AsObject, sptr<IRemoteObject>());
49 MOCK_METHOD1(InitIncrementalBackupSession, ErrCode(sptr<IServiceReverse> remote));
/foundation/distributedhardware/distributed_input/sinkhandler/src/
H A Ddistributed_input_sink_handler.cpp47 sptr<ISystemAbilityManager> samgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in InitSink()
52 sptr<LoadDInputSinkCallback> loadCallback(new LoadDInputSinkCallback(params)); in InitSink()
73 void DistributedInputSinkHandler::FinishStartSA(const std::string &params, const sptr<IRemoteObject> &remoteObject) in FinishStartSA()
108 const OHOS::sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
143 sptr<IRemoteObject> remoteObject = remote.promote(); in OnRemoteSinkSvrDied()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_proxy.cpp36 sptr<IRemoteObject> remote = Remote(); in InitSink()
61 sptr<IRemoteObject> remote = Remote(); in ReleaseSink()
85 sptr<IRemoteObject> remote = Remote(); in SubscribeLocalHardware()
115 sptr<IRemoteObject> remote = Remote(); in UnsubscribeLocalHardware()
146 sptr<IRemoteObject> remote = Remote(); in DScreenNotify()
/foundation/window/window_manager/window_scene/screen_session_manager/include/connection/
H A Dscreen_session_ability_connection.h44 const sptr<IRemoteObject> &remoteObject, int32_t resultCode) override;
64 sptr<IRemoteObject> remoteObject_;
66 sptr<ScreenSessionAbilityDeathRecipient> deathRecipient_;
93 sptr<ScreenSessionAbilityConnectionStub> GetScreenSessionAbilityConnectionStub();
96 sptr<ScreenSessionAbilityConnectionStub> abilityConnectionStub_;

Completed in 11 milliseconds

1...<<81828384858687888990>>...350