/foundation/distributedhardware/distributed_input/interfaces/ipc/test/unpreparedinputcallbackunittest/ |
H A D | unprepare_d_input_call_back_test.cpp | 46 sptr<IRemoteObject> callBackStubPtr(new TestUnprepareDInputCallbackStub());
in HWTEST_F() 52 EXPECT_STREQ(deviceId.c_str(), ((sptr<TestUnprepareDInputCallbackStub> &)callBackStubPtr)->deviceId_.c_str());
in HWTEST_F() 53 EXPECT_EQ(status, ((sptr<TestUnprepareDInputCallbackStub> &)callBackStubPtr)->status_);
in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxyinitsource_fuzzer/ |
H A D | initsource_fuzzer.cpp | 37 sptr<IDScreenSourceCallback> callback(new DScreenSourceCallback()); in InitSourceFuzzTest() 42 sptr<ISystemAbilityManager> samgr = in InitSourceFuzzTest() 48 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_SCREEN_SOURCE_SA_ID); in InitSourceFuzzTest()
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/ |
H A D | asset_adapter_sa_client.h | 32 int32_t AddListener(const sptr<IAssetRecvCallback> &listener); 33 int32_t RemoveListener(const sptr<IAssetRecvCallback> &listener); 38 std::vector<sptr<IAssetRecvCallback>> listeners_;
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/include/ |
H A D | svc_backup_connection_mock.h | 29 virtual sptr<IExtension> GetBackupExtProxy() = 0; 35 static inline sptr<BSvcBackupConnection> connect = nullptr; 43 MOCK_METHOD((sptr<IExtension>), GetBackupExtProxy, ());
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/publisher/ |
H A D | publisher_item.h | 35 void AddListener(const sptr<IPublisherListener> listener); 36 void RemoveListener(const sptr<IPublisherListener> listener); 41 std::set<sptr<IPublisherListener>> listeners_;
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/ |
H A D | cloud_daemon_service_proxy.h | 26 explicit CloudDaemonServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ICloudDaemon>(impl) {} in CloudDaemonServiceProxy() 29 static sptr<ICloudDaemon> GetInstance(); 36 static inline sptr<ICloudDaemon> serviceProxy_;
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/ |
H A D | iimage_source_processor.h | 38 virtual sptr<Surface> GetImageSurface() = 0; 39 virtual sptr<Surface> GetConsumerSurface() = 0; 40 virtual int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) = 0;
|
H A D | image_source_processor.h | 36 sptr<Surface> GetImageSurface() override; 37 sptr<Surface> GetConsumerSurface() override; 38 int32_t ProcessFullImage(sptr<SurfaceBuffer> &surfaceBuffer) override;
|
/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/ |
H A D | nfc_tag_session_proxy.h | 26 explicit NfcTagSessionProxy(const sptr<IRemoteObject> &impl); 37 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override; 39 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override;
|
H A D | nfc_tag_impl.h | 40 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override; 42 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override; 44 sptr<INfcTagSession> tagSessionProxy_;
|
/foundation/communication/connected_nfc_tag/services/include/ |
H A D | nfc_tag_service_impl.h | 36 static sptr<NfcTagServiceImpl> GetInstance();
49 ErrCode RegListener(const sptr<INfcTagCallback> &callback) override;
51 ErrCode UnregListener(const sptr<INfcTagCallback> &callback) override;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_utils.h | 32 const sptr<RSWindowAnimationTarget>& target); 35 const std::vector<sptr<RSWindowAnimationTarget>>& targets); 38 napi_env env, const sptr<RSIWindowAnimationFinishedCallback>& finishedCallback);
|
/foundation/window/window_manager/wm/include/ |
H A D | extension_window_impl.h | 29 ExtensionWindowImpl(sptr<Window> sessionImpl);
32 sptr<Window> GetWindow() override;
39 sptr<Window> windowExtensionSessionImpl_;
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_controller.h | 34 SnapshotController(sptr<WindowRoot>& root, std::shared_ptr<AppExecFwk::EventHandler>& handler) in SnapshotController() 38 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override; 41 sptr<WindowRoot> windowRoot_;
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | session_manager_service_recover_proxy.h | 26 explicit SessionManagerServiceRecoverProxy(const sptr<IRemoteObject>& impl) in SessionManagerServiceRecoverProxy() 29 void OnSessionManagerServiceRecover(const sptr<IRemoteObject>& sessionManagerService) override; 31 int32_t userId, int32_t screenId, bool isConnected, const sptr<IRemoteObject>& sessionManagerService) override;
|
/test/xts/device_attest/interfaces/innerkits/native_cpp/include/ |
H A D | devattest_client.h | 31 void LoadSystemAbilitySuccess(const sptr<IRemoteObject> &remoteObject); 38 sptr<DevAttestInterface> GetDeviceProfileService(); 41 sptr<DevAttestInterface> attestClientInterface_;
|
/test/xts/hats/useriam/faceauth_additional/src/ |
H A D | face_auth_hdi.cpp | 102 static void FillTestIExecutorCallback(Parcel &parcel, sptr<IExecutorCallback> &callbackObj) in FillTestIExecutorCallback() 139 void FillTestISaCommandCallback(Parcel &parcel, sptr<ISaCommandCallback> &callbackObj) in FillTestISaCommandCallback() 241 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 265 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 289 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 311 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 336 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 372 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 392 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 416 sptr<IExecutorCallbac in HWTEST_F() [all...] |
/test/xts/hats/useriam/fingerprintauth_additional/src/ |
H A D | fingerprint_auth_hdi.cpp | 100 static void FillTestIExecutorCallback(Parcel &parcel, sptr<IExecutorCallback> &callbackObj) in FillTestIExecutorCallback() 126 void FillTestISaCommandCallback(Parcel &parcel, sptr<ISaCommandCallback> &callbackObj) in FillTestISaCommandCallback() 231 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 255 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 279 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 299 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 323 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 347 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 434 sptr<IExecutorCallback> callbackObj; in HWTEST_F() 474 sptr<IExecutorCallbac in HWTEST_F() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 63 static sptr<HCameraService> g_cameraServiceHolder = nullptr; 93 HCameraService::HCameraService(sptr<HCameraHostManager> cameraHostManager) in HCameraService() 398 int32_t HCameraService::CreateCameraDevice(string cameraId, sptr<ICameraDeviceService>& device) in CreateCameraDevice() 411 sptr<HCameraDevice> cameraDevice = new (nothrow) HCameraDevice(cameraHostManager_, cameraId, callerToken); in CreateCameraDevice() 437 int32_t HCameraService::CreateCaptureSession(sptr<ICaptureSession>& session, int32_t opMode) in CreateCaptureSession() 445 sptr<HCaptureSession> captureSession = HCaptureSession::NewInstance(callerToken, opMode); in CreateCaptureSession() 460 sptr<DeferredProcessing::IDeferredPhotoProcessingSessionCallback>& callback, in CreateDeferredPhotoProcessingSession() 461 sptr<DeferredProcessing::IDeferredPhotoProcessingSession>& session) in CreateDeferredPhotoProcessingSession() 465 sptr<DeferredProcessing::IDeferredPhotoProcessingSession> photoSession; in CreateDeferredPhotoProcessingSession() 477 sptr<DeferredProcessin in CreateDeferredVideoProcessingSession() [all...] |
H A D | hcamera_host_manager.cpp | 41 explicit CameraDeviceInfo(const std::string& cameraId, sptr<ICameraDevice> device = nullptr) in CameraDeviceInfo() 53 explicit CameraHostDeathRecipient(const sptr<HCameraHostManager::CameraHostInfo> &hostInfo) in CameraHostDeathRecipient() 85 int32_t OpenCamera(std::string& cameraId, const sptr<ICameraDeviceCallback>& callback, 86 sptr<OHOS::HDI::Camera::V1_0::ICameraDevice>& pDevice, bool isEnableSecCam = false); 89 int32_t Prelaunch(sptr<HCameraRestoreParam> cameraRestoreParam, bool muteMode); 118 sptr<OHOS::HDI::Camera::V1_0::ICameraHost> cameraHostProxy_; 119 sptr<OHOS::HDI::Camera::V1_1::ICameraHost> cameraHostProxyV1_1_; 120 sptr<OHOS::HDI::Camera::V1_2::ICameraHost> cameraHostProxyV1_2_; 121 sptr<OHOS::HDI::Camera::V1_3::ICameraHost> cameraHostProxyV1_3_; 123 sptr<CameraHostDeathRecipien [all...] |
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/ |
H A D | hdi_model_prepare_test.cpp | 53 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 71 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 89 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 107 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 125 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 143 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 161 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 179 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 197 OHOS::sptr<V2_0::IPreparedModel> iPreparedModelFromOffline; in HWTEST_F() 215 OHOS::sptr<V2_ in HWTEST_F() [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 112 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 134 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 152 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 169 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 185 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 206 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 227 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 248 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 274 const sptr<IRemoteObject> callerToken = nullptr; in HWTEST_F() 301 const sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 80 const sptr<VSyncDistributor>& distributor,
in VSyncConnection() 82 const sptr<IRemoteObject>& token,
in VSyncConnection() 120 sptr<VSyncDistributor> distributor;
in RequestNextVSync() 159 sptr<LocalSocketPair> socketPair;
in PostEvent() 214 const sptr<VSyncDistributor> distributor = distributor_.promote();
in SetVSyncRate() 224 const sptr<VSyncDistributor> distributor = distributor_.promote();
in CleanAllLocked() 241 sptr<VSyncDistributor> distributor;
in SetUiDvsyncSwitch() 261 sptr<VSyncDistributor> distributor;
in SetNativeDVSyncSwitch() 281 sptr<VSyncDistributor> distributor;
in SetUiDvsyncConfig() 299 VSyncDistributor::VSyncDistributor(sptr<VSyncControlle [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 34 static sptr<AbstractScreen> absScreen_; 35 static sptr<AbstractScreenGroup> absScreenGroup_; 40 sptr<AbstractScreen> AbstractScreenTest::absScreen_ = nullptr; 41 sptr<AbstractScreenGroup> AbstractScreenTest::absScreenGroup_ = nullptr; 47 sptr<AbstractScreenController> absScreenController = new AbstractScreenController(mutex_); in SetUpTestCase() 75 sptr<SupportedScreenModes> mode0 = new SupportedScreenModes(); in HWTEST_F() 76 sptr<SupportedScreenModes> mode1 = new SupportedScreenModes(); in HWTEST_F() 192 sptr<AbstractScreenController> absScreenController0 = new AbstractScreenController(mutex_); in HWTEST_F() 193 sptr<AbstractScreen> absScreen0 = new AbstractScreen(absScreenController0, name_, 0, -1ULL); in HWTEST_F() 215 sptr<ScreenInf in HWTEST_F() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher.cpp | 133 const sptr<IRemoteObject> &remote, const sptr<IWifiDeviceCallBack> &callback, int pid, in AddStaCallback() 189 int WifiInternalEventDispatcher::RemoveStaCallback(const sptr<IRemoteObject> &remote, int instId) in RemoveStaCallback() 206 int WifiInternalEventDispatcher::SetSingleStaCallback(const sptr<IWifiDeviceCallBack> &callback, in SetSingleStaCallback() 214 sptr<IWifiDeviceCallBack> WifiInternalEventDispatcher::GetSingleStaCallback(int instId) const in GetSingleStaCallback() 223 bool WifiInternalEventDispatcher::HasStaRemote(const sptr<IRemoteObject> &remote, int instId) in HasStaRemote() 238 const sptr<IRemoteObject> &remote, const sptr<IWifiScanCallback> &callback, int pid, in AddScanCallback() 294 int WifiInternalEventDispatcher::RemoveScanCallback(const sptr<IRemoteObject> &remote, int instId) in RemoveScanCallback() 311 int WifiInternalEventDispatcher::SetSingleScanCallback(const sptr<IWifiScanCallbac [all...] |