Home
last modified time | relevance | path

Searched refs:sptr (Results 2601 - 2625 of 11150) sorted by relevance

1...<<101102103104105106107108109110>>...446

/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_callback_stub_test.cpp45 OHOS::sptr<OHOS::IRemoteObject> AsObject() override
78 const sptr<INfcControllerCallback> callBack = nullptr; in HWTEST_F()
91 const sptr<NfcControllerCallBackStub> g_nfcControllerCallbackStub = in HWTEST_F()
92 sptr<NfcControllerCallBackStub>(new (std::nothrow) NfcControllerCallBackStub()); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h32 std::unordered_set<ProfileChangeType> subscribeChangeTypes, sptr<IProfileChangeListener> profileChangeListener);
46 sptr<IRemoteObject> GetListener() const;
47 void SetListener(sptr<IProfileChangeListener> listener);
58 sptr<IRemoteObject> listener_ = nullptr;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/
H A Dconnect.cpp28 static OHOS::sptr<Connect> g_connect = nullptr;
33 const OHOS::sptr<OHOS::IRemoteObject> &remoteObject, in OnAbilityConnectDone()
90 OHOS::sptr<OHOS::IRemoteObject> ConnectServiceInner(int userId) in ConnectServiceInner()
95 sptr<Connect> ipcConnect = new(std::nothrow) Connect(); in ConnectServiceInner()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service.h30 sptr<IRemoteObject> callback) = 0;
32 const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) = 0;
34 const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) = 0;
36 const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dams_mgr_proxy.cpp61 const std::string &uri, const sptr<IRemoteObject> &connect, const sptr<IRemoteObject> &callerToken) in Connect()
78 sptr<ISystemAbilityManager> systemAbilityManager = in ConnectSA()
105 int AmsMgrProxy::DisConnect(sptr<IRemoteObject> connect) in DisConnect()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/include/
H A Dgeneral_controller_provider_impl.h31 const Uri &uri, const sptr<IRemoteObject> &token);
44 void RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) override;
46 void UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver) override;
59 sptr<IRemoteObject> token_ = {};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_mgr_proxy.cpp52 const std::string &uri, const sptr<IRemoteObject> &connect, const sptr<IRemoteObject> &callerToken, in Connect()
74 sptr<ISystemAbilityManager> systemAbilityManager = in ConnectSA()
100 int ExtensionMgrProxy::DisConnect(sptr<IRemoteObject> connect) in DisConnect()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_callback_proxy.h31 explicit ObjectSaveCallbackProxy(const sptr<IRemoteObject> &impl);
46 explicit ObjectRevokeSaveCallbackProxy(const sptr<IRemoteObject> &impl);
61 explicit ObjectRetrieveCallbackProxy(const sptr<IRemoteObject> &impl);
76 explicit ObjectChangeCallbackProxy(const sptr<IRemoteObject> &impl);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/
H A Ddcamera_handler.h54 int32_t CreateMetaDHItem(sptr<CameraStandard::CameraDevice>& info, DHItem& item);
55 int32_t CreateDHItem(sptr<CameraStandard::CameraDevice>& info, DHItem& item);
66 int32_t CreateMeatdataStr(sptr<CameraStandard::CameraDevice>& info, cJSON *root);
68 sptr<CameraStandard::CameraManager> cameraManager_;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.h31 explicit UdmfServiceClient(const sptr<UdmfServiceProxy> &proxy);
61 static sptr<DistributedKv::IKvStoreDataService> kvDataServiceProxy_;
62 static sptr<DistributedKv::IKvStoreDataService> GetDistributedKvDataService();
63 sptr<UdmfServiceProxy> udmfProxy_;
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/include/
H A Ddaudio_source_handler.h43 void FinishStartSA(const std::string &param, const sptr<IRemoteObject> &remoteObject);
56 sptr<IDAudioSource> dAudioSourceProxy_ = nullptr;
57 sptr<DAudioIpcCallback> dAudioIpcCallback_ = nullptr;
58 sptr<DAudioSourceSvrRecipient> sourceSvrRecipient_ = nullptr;
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/standard/
H A Dipc_client_manager.h81 std::map<std::string, sptr<IpcClientStub>> dmListener_;
82 sptr<IpcRemoteBroker> dmInterface_ { nullptr };
83 sptr<DmDeathRecipient> dmRecipient_ { nullptr };
85 sptr<SystemAbilityListener> saListenerCallback = nullptr;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdi_handler.h62 sptr<AudioHdiRecipient> audioHdiRecipient_;
66 sptr<IDAudioManager> audioSrvHdf_;
67 std::map<std::string, sptr<DAudioManagerCallback>> mapAudioMgrCallback_;
69 sptr<IRemoteObject> remote_;
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h38 CodecPacket(const sptr<IConsumerSurface>& surface) in CodecPacket()
62 void SetSurface(sptr<IConsumerSurface> surface) in SetSurface()
67 sptr<IConsumerSurface> GetSurface() const in GetSurface()
75 sptr<IConsumerSurface> surface_;
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h41 sptr<IRemoteObject> AsObject() in AsObject()
46 int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in RegisterPublisherListener()
53 int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) in UnregisterPublisherListener()
100 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) in RegisterCtlCenterCallback()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_handler.h50 void FinishStartSA(const std::string &params, const sptr<IRemoteObject> &remoteObject);
61 sptr<IDScreenSource> dScreenSourceProxy_ = nullptr;
62 sptr<DScreenSourceCallback> dScreenSourceCallback_ = nullptr;
63 sptr<DScreenSourceSvrRecipient> sourceSvrRecipient_ = nullptr;
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/include/
H A Djpeg_image_processor.h35 int32_t SetOutputSurface(sptr<Surface> surface);
37 int32_t ProcessDamageSurface(sptr<SurfaceBuffer> &surfaceBuffer, const std::vector<OHOS::Rect> &damages);
39 void EncodeDamageData(sptr<SurfaceBuffer> &surfaceBuffer, const OHOS::Rect &damage,
50 sptr<Surface> imageSurface_;
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp44 static sptr<BundleMgrProxy> GetBundleMgrProxy() in GetBundleMgrProxy()
46 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy()
53 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
79 sptr<BundleMgrProxy> bundleMgrProxy = GetBundleMgrProxy(); in GetSelfBundleName()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddistributed_hardware_proxy.h30 explicit DistributedHardwareProxy(const sptr<IRemoteObject> impl) in DistributedHardwareProxy()
36 int32_t RegisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) override;
37 int32_t UnregisterPublisherListener(const DHTopic topic, const sptr<IPublisherListener> listener) override;
45 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) override;
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy.h40 explicit DhcpClientProxy(const sptr<IRemoteObject> &impl);
48 ErrCode RegisterDhcpClientCallBack(const std::string& ifname, const sptr<IDhcpClientCallBack> &callback) override;
79 sptr<IRemoteObject> remote_ = nullptr;
82 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h34 WSError AddSessionListener(const sptr<ISessionListener>& listener);
36 void DelSessionListener(const sptr<ISessionListener>& listener);
82 std::vector<sptr<ISessionListener>> sessionListeners_;
83 sptr<IRemoteObject::DeathRecipient> listenerDeathRecipient_;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_lite_interface.h37 const sptr<IWindowManagerAgent>& windowManagerAgent) = 0;
39 const sptr<IWindowManagerAgent>& windowManagerAgent) = 0;
40 virtual WMError GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos) { return WMError::WM_OK; }; in GetVisibilityWindowInfo()
55 virtual WMError GetAccessibilityWindowInfo(std::vector<sptr<AccessibilityWindowInfo>>& infos) = 0;
/foundation/window/window_manager/wm/src/
H A Dwindow_display_change_adapter.cpp26 WindowDisplayChangeAdapter::WindowDisplayChangeAdapter(const sptr<IRemoteObject>& token, in WindowDisplayChangeAdapter()
27 const sptr<IDisplayInfoChangedListener>& listener) in WindowDisplayChangeAdapter()
83 void WindowDisplayChangeAdapter::OnDisplayInfoChange(const sptr<IRemoteObject>& token, in OnDisplayInfoChange()
100 const sptr<IDisplayInfoChangedListener> WindowDisplayChangeAdapter::GetListener() const in GetListener()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_display_zoom_controller_test.cpp30 sptr<WindowRoot> windowRoot_;
31 sptr<DisplayZoomController> displayController_;
74 sptr<DisplayInfo> displayInfo = display->GetDisplayInfo(); in HWTEST_F()
100 std::vector<sptr<WindowNode>> nodes; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp50 sptr<AnsManagerStub> ansManagerStub_;
105 sptr<NotificationRequest> notification = new NotificationRequest(); in HWTEST_F()
132 sptr<NotificationRequest> notification = new NotificationRequest(); in HWTEST_F()
360 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
384 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
407 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
429 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
454 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
477 sptr<NotificationBundleOption> bundleOption = new NotificationBundleOption(); in HWTEST_F()
655 sptr<NotificationBundleOptio in HWTEST_F()
[all...]

Completed in 18 milliseconds

1...<<101102103104105106107108109110>>...446