/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_callback_stub_test.cpp | 45 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 D | dp_subscribe_info.h | 32 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 D | connect.cpp | 28 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 D | object_service.h | 30 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 D | ams_mgr_proxy.cpp | 61 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 D | general_controller_provider_impl.h | 31 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 D | extension_mgr_proxy.cpp | 52 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 D | object_callback_proxy.h | 31 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 D | dcamera_handler.h | 54 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 D | udmf_service_client.h | 31 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 D | daudio_source_handler.h | 43 void FinishStartSA(const std::string ¶m, 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 D | ipc_client_manager.h | 81 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 D | daudio_hdi_handler.h | 62 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 D | dcamera_codec_event.h | 38 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 D | dhfwk_sa_manager_test.h | 41 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 D | dscreen_source_handler.h | 50 void FinishStartSA(const std::string ¶ms, 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 D | jpeg_image_processor.h | 35 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 D | common_func.cpp | 44 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 D | distributed_hardware_proxy.h | 30 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 D | dhcp_client_proxy.h | 40 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 D | session_listener_controller.h | 34 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 D | window_manager_lite_interface.h | 37 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 D | window_display_change_adapter.cpp | 26 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 D | window_display_zoom_controller_test.cpp | 30 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 D | ans_manager_stub_test.cpp | 50 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...] |