Home
last modified time | relevance | path

Searched refs:sptr (Results 2476 - 2500 of 8057) sorted by relevance

1...<<919293949596979899100>>...323

/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp24 DataShareKvServiceProxy::DataShareKvServiceProxy(const sptr<IRemoteObject> &impl) in DataShareKvServiceProxy()
30 sptr<IRemoteObject> DataShareKvServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface()
58 uint32_t DataShareKvServiceProxy::RegisterClientDeathObserver(const std::string &appId, sptr<IRemoteObject> observer) in RegisterClientDeathObserver()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/
H A Dsourceproxyregisterdistributedhardware_fuzzer.cpp45 sptr<ISystemAbilityManager> samgr = in SourceProxyRegisterDistributedHardwareFuzzTest()
47 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID); in SourceProxyRegisterDistributedHardwareFuzzTest()
50 sptr<IDCameraSourceCallback> callback(new DCameraSourceCallback()); in SourceProxyRegisterDistributedHardwareFuzzTest()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h75 explicit RdbStoreDataServiceProxy(const sptr<IRemoteObject> &impl);
77 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
78 int32_t RegisterDeathObserver(const std::string &bundleName, sptr<IRemoteObject> observer) override;
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_app_gallery/
H A Dapp_gallery_dispose_proxy.h40 static sptr<AppGalleryDisposeProxy> GetInstance();
52 static sptr<IRemoteObject> appRemoteObj_;
60 static sptr<AppGalleryDisposeProxy> appGalleryDisposeProxyInstance_;
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_asset_manager_impl.h47 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
49 sptr<DownloadAssetCallbackClient> downloadAssetCallback_;
52 sptr<SvcDeathRecipient> deathRecipient_;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddatashare_helper.h34 sptr<IRemoteObject> token_;
54 static void RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver);
55 static void UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver);
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/
H A Ddscreen_sink_handler.h40 void FinishStartSA(const std::string &params, const sptr<IRemoteObject> &remoteObject);
56 sptr<IDScreenSink> dScreenSinkProxy_ = nullptr;
57 sptr<DScreenSinkSvrRecipient> sinkSvrRecipient_ = nullptr;
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client_window_adapter.h41 sptr<Surface> CreateWindow(std::shared_ptr<WindowProperty> &windowProperty, int32_t windowId);
50 std::map<int32_t, sptr<Rosen::Window>> windowIdMap_;
52 sptr<Surface> surface_ = nullptr;
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscb_system_session.h25 SCBSystemSession(const SessionInfo& info, const sptr<SpecificSessionCallback>& specificCallback);
37 void BindKeyboardSession(sptr<SceneSession> session) override;
38 sptr<SceneSession> GetKeyboardSession() const override;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h66 sptr<IRemoteObject> GetDmsProxy();
70 sptr<DmsDeathRecipient> dmsDeath_ = nullptr;
71 sptr<IRemoteObject> dmsProxy_ = nullptr;
/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h38 void AddInputWindow(const sptr<Window>& window);
54 sptr<WindowInputChannel> GetInputChannel(uint32_t windowId);
58 std::unordered_map<uint32_t, sptr<WindowInputChannel>> windowInputChannels_;
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.h41 sptr<AppExecFwk::IBundleMgr> Connect();
49 sptr<AppExecFwk::IBundleMgr> bundleMgr_;
50 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr;
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessible_ability_manager_service.cpp62 sptr<AccessibleAbilityClientStub> stub_ = nullptr;
63 void RegisterAbilityConnectionClient(const sptr<IRemoteObject>& obj);
93 void MockA11yManagerServiceUnitTest::RegisterAbilityConnectionClient(const sptr<IRemoteObject>& obj) in RegisterAbilityConnectionClient()
105 sptr<AccessibleAbilityConnection> connection = in RegisterAbilityConnectionClient()
136 sptr<AccessibleAbilityManagerStateObserverStub> stub = new MockAccessibleAbilityManagerStateObserverStub(); in HWTEST_F()
137 sptr<IAccessibleAbilityManagerStateObserver> state = new MockAccessibleAbilityManagerStateObserverProxy(stub); in HWTEST_F()
232 sptr<TouchEventInjector> touchEventInjector = new TouchEventInjector(); in HWTEST_F()
248 sptr<KeyEventFilter> keyEventFilter = new KeyEventFilter(); in HWTEST_F()
829 sptr<IRemoteObject> obj; in HWTEST_F()
855 sptr<MockAccessibleAbilityManagerCaptionObserverStu in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_manager_service_test.cpp62 sptr<AccessibleAbilityClientStub> stub_ = nullptr;
63 void RegisterAbilityConnectionClient(const sptr<IRemoteObject>& obj);
93 void AccessibleAbilityManagerServiceUnitTest::RegisterAbilityConnectionClient(const sptr<IRemoteObject>& obj) in RegisterAbilityConnectionClient()
105 sptr<AccessibleAbilityConnection> connection = in RegisterAbilityConnectionClient()
136 sptr<AccessibleAbilityManagerStateObserverStub> stub = new MockAccessibleAbilityManagerStateObserverStub(); in HWTEST_F()
137 sptr<IAccessibleAbilityManagerStateObserver> state = new MockAccessibleAbilityManagerStateObserverProxy(stub); in HWTEST_F()
232 sptr<TouchEventInjector> touchEventInjector = new TouchEventInjector(); in HWTEST_F()
248 sptr<KeyEventFilter> keyEventFilter = new KeyEventFilter(); in HWTEST_F()
829 sptr<IRemoteObject> obj; in HWTEST_F()
855 sptr<MockAccessibleAbilityManagerCaptionObserverStu in HWTEST_F()
[all...]
H A Daccessibility_screen_touch_test.cpp97 sptr<AccessibilityAccountData> accountData = in TearDown()
148 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
170 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
192 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
215 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
238 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
261 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
285 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
309 sptr<AccessibilityAccountData> accountData = in HWTEST_F()
557 sptr<AccessibilityAccountDat in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp90 static sptr<BundleMgrProxy> GetBundleMgrProxy();
139 sptr<BundleMgrProxy> BmsBundleFreeInstallTest::GetBundleMgrProxy() in GetBundleMgrProxy()
141 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy()
148 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
761 sptr<ISystemAbilityManager> systemAbilityManager = in HWTEST_F()
845 sptr<IRemoteObject> callBack; in HWTEST_F()
861 sptr<ISystemAbilityManager> systemAbilityManager = in HWTEST_F()
886 sptr<ISystemAbilityManager> systemAbilityManager = in HWTEST_F()
926 sptr<TargetAbilityInfo> targetAbilityInfo; in HWTEST_F()
1217 sptr<ISystemAbilityManage in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h219 void ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token,
229 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) override;
283 int32_t ScheduleNotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback,
286 int32_t ScheduleNotifyHotReloadPage(const sptr<IQuickFixCallback> &callback, const int32_t recordId) override;
289 const sptr<IQuickFixCallback> &callback, const int32_t recordId) override;
382 void HandleCleanAbilityLocal(const sptr<IRemoteObject> &token);
427 void HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
631 MainHandler(const std::shared_ptr<EventRunner> &runner, const sptr<MainThread> &thread);
658 sptr<IAppMgr> appMgr_ = nullptr; // appMgrService Handler
659 sptr<IRemoteObjec
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp40 sptr<FormSupplyCallback> FormSupplyCallback::instance_ = nullptr;
44 sptr<FormSupplyCallback> FormSupplyCallback::GetInstance() in GetInstance()
180 void FormSupplyCallback::AddConnection(sptr<FormAbilityConnection> connection) in AddConnection()
203 sptr<FormAbilityConnection> connection = nullptr; in RemoveConnection()
228 bool FormSupplyCallback::CanDisconnect(sptr<FormAbilityConnection> &connection) in CanDisconnect()
259 bool FormSupplyCallback::IsRemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in IsRemoveConnection()
285 void FormSupplyCallback::RemoveConnection(int64_t formId, const sptr<IRemoteObject> &hostToken) in RemoveConnection()
304 void FormSupplyCallback::HandleHostDied(const sptr<IRemoteObject> &hostToken) in HandleHostDied()
374 sptr<IRemoteObject> remoteObjectOfHost = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in OnRecycleForm()
379 sptr<IFormHos in OnRecycleForm()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dform_supply_callback_test.cpp127 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F()
128 sptr<FormAbilityConnection> providerToken = new (std::nothrow) FormAbilityConnection(); in HWTEST_F()
146 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F()
147 sptr<FormAbilityConnection> providerToken = new (std::nothrow) FormAbilityConnection(); in HWTEST_F()
165 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F()
195 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F()
196 sptr<FormAbilityConnection> providerToken = new (std::nothrow) FormAbilityConnection(); in HWTEST_F()
215 sptr<IRemoteObject> hostToken = new (std::nothrow) MockFormProviderClient(); in HWTEST_F()
216 sptr<FormAbilityConnection> providerToken = new (std::nothrow) FormAbilityConnection(); in HWTEST_F()
458 sptr<IRemoteObjec in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_service_test/
H A Ddataobs_mgr_service_test.cpp77 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
121 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
146 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
190 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
303 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
345 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
368 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
390 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
432 const sptr<MockDataAbilityObserverStub> dataobsAbility(new (std::nothrow) MockDataAbilityObserverStub()); in HWTEST_F()
475 const sptr<MockDataAbilityObserverStu in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_test.cpp56 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in SetUp()
80 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
99 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
123 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
145 sptr<IRemoteObject> token = nullptr; in HWTEST_F()
164 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F()
387 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F()
415 sptr<Rosen::IWindowLifeCycle> listener = nullptr; in HWTEST_F()
428 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F()
503 sptr<AAFw in HWTEST_F()
[all...]
H A Dability_thread_dataability_test.cpp93 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F()
157 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F()
220 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F()
279 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F()
334 sptr<IRemoteObject> token = sptr<IRemoteObjec in HWTEST_F()
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H A Dapp_domain_verify_mgr_client_test.cpp141 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
163 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
185 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
226 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
230 sptr<IConvertCallback> cb = new CallBack; in HWTEST_F()
246 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
265 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
284 AppDomainVerifyMgrClient::appDomainVerifyMgrServiceProxy_ = sptr<AppDomainVerifyMgrServiceProxy>::MakeSptr( in HWTEST_F()
300 sptr<AppDomainVerifyMgrRemoteStubMock> mgrStubMock_(impl.get()); in HWTEST_F()
318 sptr<AppDomainVerifyMgrRemoteStubMoc in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/
H A Daudio_policy_service_third_unit_test.cpp50 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
69 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
88 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
106 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
125 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
146 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
167 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
188 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
503 sptr<AudioDeviceDescriptor> desc = new(std::nothrow) AudioDeviceDescriptor(); in HWTEST_F()
519 sptr<AudioDeviceDescripto in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h396 bool WriteStrongParcelable(const sptr<Parcelable> &object);
420 bool WriteObject(const sptr<T> &object);
620 sptr<T> ReadStrongParcelable();
640 sptr<T> ReadObject();
790 std::vector<sptr<Parcelable>> objectHolder_;
795 bool Parcel::WriteObject(const sptr<T> &object) in WriteObject()
804 sptr<T> Parcel::ReadObject() in ReadObject()
809 sptr<T> res(T::Unmarshalling(*this)); in ReadObject()
824 // Read data from the given parcel into this parcelable object, return sptr.
826 sptr<
[all...]

Completed in 22 milliseconds

1...<<919293949596979899100>>...323