/foundation/multimodalinput/input/service/key_command/include/ |
H A D | setting_datashare.h | 43 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 D | sched_controller.h | 86 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 D | observer_manager.h | 76 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 D | device_networking_collect.h | 29 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 D | modal_system_ui_extension_test.cpp | 89 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 D | system_ability_load_callback_proxy.cpp | 28 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 D | fuzztest_utils.cpp | 61 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 D | window_extension_stub_impl.cpp | 38 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 D | net_stats_service_proxy.h | 26 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 D | net_conn_service_iface.cpp | 33 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 D | net_factoryreset_callback.cpp | 30 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 D | netsys_native_service_proxy_test.cpp | 49 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 D | net_bundle_impl.cpp | 26 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 D | auth_hichain_system_ability_monitor.cpp | 39 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 D | device_profile_storage_manager.h | 56 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 D | net_vpn_impl.h | 43 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 D | wifi_hotspot_mgr_service_impl.cpp | 29 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 D | external_deps_proxy.h | 52 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 D | data_share_manager_impl.h | 102 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 D | system_pasteboard_impl.cpp | 25 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 D | distributed_hardware_proxy_test.h | 42 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 D | service_proxy_mock.h | 26 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 D | distributed_input_sink_handler.cpp | 47 sptr<ISystemAbilityManager> samgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in InitSink() 52 sptr<LoadDInputSinkCallback> loadCallback(new LoadDInputSinkCallback(params)); in InitSink() 73 void DistributedInputSinkHandler::FinishStartSA(const std::string ¶ms, 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 D | dscreen_sink_proxy.cpp | 36 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 D | screen_session_ability_connection.h | 44 const sptr<IRemoteObject> &remoteObject, int32_t resultCode) override; 64 sptr<IRemoteObject> remoteObject_; 66 sptr<ScreenSessionAbilityDeathRecipient> deathRecipient_; 93 sptr<ScreenSessionAbilityConnectionStub> GetScreenSessionAbilityConnectionStub(); 96 sptr<ScreenSessionAbilityConnectionStub> abilityConnectionStub_;
|