/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_provider_client.h | 47 const sptr<IRemoteObject> &callerToken) override; 57 const sptr<IRemoteObject> &callerToken) override; 68 const sptr<IRemoteObject> &callerToken) override; 77 const sptr<IRemoteObject> &callerToken) override; 88 const Want &want, const sptr<IRemoteObject> &callerToken) override; 98 const sptr<IRemoteObject> &callerToken) override; 108 const sptr<IRemoteObject> &callerToken) override; 119 const sptr<IRemoteObject> &callerToken) override; 122 const sptr<IRemoteObject> &formSupplyCallback, int64_t requestCode) override; 131 virtual int32_t AcquireFormData(int64_t formId, const sptr<IRemoteObjec [all...] |
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_connection_test/ |
H A D | js_ui_service_extension_connection_test.cpp | 38 virtual int32_t SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) override; 45 int32_t UIServiceStubImpl::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data) in SendData() 95 sptr<UIServiceHostStubImpl> hostStub = sptr<UIServiceHostStubImpl>::MakeSptr(); in HWTEST_F() 96 sptr<UIServiceStubImpl> stub = sptr<UIServiceStubImpl>::MakeSptr(); in HWTEST_F() 97 sptr<IUIService> proxy = iface_cast<IUIService>(stub->AsObject()); in HWTEST_F() 105 sptr<UIServiceHostStubImpl> stub = sptr<UIServiceHostStubImpl>::MakeSptr(); in HWTEST_F() 106 sptr<IUIServiceHos in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_mgr_client.h | 49 ErrCode RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 59 ErrCode UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 78 Status RegisterObserverExt(const Uri &uri, sptr<IDataAbilityObserver> dataObserver, bool isDescendants); 88 Status UnregisterObserverExt(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 97 Status UnregisterObserverExt(sptr<IDataAbilityObserver> dataObserver); 115 std::pair<Status, sptr<IDataObsMgr>> GetObsMgr(); 138 sptr<IDataObsMgr> dataObsManger_; 139 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Uri>> observers_; 146 ConcurrentMap<sptr<IDataAbilityObserver>, std::list<Param>> observerExts_; 147 sptr<SystemAbilityStatusChangeListene [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
H A D | video_session_info.cpp | 36 int32_t Initialize(const sptr<IDeferredVideoProcessingSessionCallback>& callback) in Initialize() 39 sptr<IRemoteObject> object = callback->AsObject(); in Initialize() 45 int32_t Destroy(const sptr<IDeferredVideoProcessingSessionCallback>& callback) in Destroy() 48 sptr<IRemoteObject> object = callback->AsObject(); in Destroy() 66 VideoSessionInfo::VideoSessionInfo(const int32_t userId, const sptr<IDeferredVideoProcessingSessionCallback>& callback) in VideoSessionInfo() 87 session_ = sptr<DeferredVideoProcessingSession>::MakeSptr(userId_); in Initialize() 88 deathRecipient_ = sptr<CallbackDeathRecipient>::MakeSptr(this); in Initialize() 95 sptr<IDeferredVideoProcessingSession> VideoSessionInfo::GetDeferredVideoProcessingSession() in GetDeferredVideoProcessingSession() 100 sptr<IDeferredVideoProcessingSessionCallback> VideoSessionInfo::GetRemoteCallback() in GetRemoteCallback() 116 void VideoSessionInfo::SetCallback(const sptr<IDeferredVideoProcessingSessionCallbac [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/ |
H A D | deferred_video_proc_session.h | 37 virtual void OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor> ipcFd) = 0; 48 void AddVideo(const std::string& videoId, const sptr<IPCFileDescriptor> srcFd, 49 const sptr<IPCFileDescriptor> dstFd); 55 int32_t SetDeferredVideoSession(sptr<DeferredProcessing::IDeferredVideoProcessingSession>& session); 61 sptr<DeferredProcessing::IDeferredVideoProcessingSession> remoteSession_; 62 sptr<CameraDeathRecipient> deathRecipient_ = nullptr; 63 sptr<ICameraService> serviceProxy_; 71 explicit DeferredVideoProcessingSessionCallback(sptr<DeferredVideoProcSession> deferredVideoProcSession) in DeferredVideoProcessingSessionCallback() 81 ErrCode OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFileDescriptor) override; 86 sptr<DeferredVideoProcSessio [all...] |
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_scene.h | 54 sptr<IWindowLifeCycle>& listener, sptr<WindowOption> option = nullptr); 68 sptr<IWindowLifeCycle>& listener, sptr<WindowOption> option, const sptr<IRemoteObject>& iSession, 78 sptr<Window> CreateWindow(const std::string& windowName, sptr<WindowOption>& option) const; 86 sptr<Window> GetMainWindow() const; 93 std::vector<sptr<Window>> GetSubWindow(); 172 sptr<Windo [all...] |
/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_service.h | 47 int32_t RegisterService(const MDnsServiceInfo &serviceInfo, const sptr<IRegistrationCallback> &cb) override; 48 int32_t UnRegisterService(const sptr<IRegistrationCallback> &cb) override; 50 int32_t StartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCallback> &cb) override; 51 int32_t StopDiscoverService(const sptr<IDiscoveryCallback> &cb) override; 53 int32_t ResolveService(const MDnsServiceInfo &serviceInfo, const sptr<IResolveCallback> &cb) override; 67 sptr<INetInterfaceStateCallback> netStateCallback_; 83 void AddClientDeathRecipient(const sptr<IDiscoveryCallback> &cb); 84 void RemoveClientDeathRecipient(const sptr<IDiscoveryCallback> &cb); 88 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr; 89 std::vector<sptr<IDiscoveryCallbac [all...] |
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | dinput_sa_manager.h | 45 bool SetDInputSourceProxy(const sptr<IRemoteObject> &remoteObject); 48 bool SetDInputSinkProxy(const sptr<IRemoteObject> &remoteObject); 51 void AddSimEventListenerToCache(sptr<ISimulationEventListener> listener); 52 void RemoveSimEventListenerFromCache(sptr<ISimulationEventListener> listener); 53 void AddSessionStateCbToCache(sptr<ISessionStateCallback> callback); 65 std::set<sptr<ISimulationEventListener>> simEventListenerCache_; 67 std::set<sptr<ISessionStateCallback>> sessionStateCbCache_; 82 sptr<IDistributedSourceInput> dInputSourceProxy_ = nullptr; 83 sptr<IDistributedSinkInput> dInputSinkProxy_ = nullptr; 84 sptr<SystemAbilityListene [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | session_manager.h | 46 void RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionManagerService); 48 int32_t userId, int32_t screenId, bool isConnected, const sptr<ISessionManagerService>& sessionManagerService); 54 sptr<ISceneSessionManager> GetSceneSessionManagerProxy(); 66 void OnUserSwitch(const sptr<ISessionManagerService>& sessionManagerService); 71 sptr<IMockSessionManagerInterface> mockSessionManagerServiceProxy_ = nullptr; 72 sptr<ISessionManagerService> sessionManagerServiceProxy_ = nullptr; 73 sptr<ISceneSessionManager> sceneSessionManagerProxy_ = nullptr; 75 sptr<IRemoteObject> smsRecoverListener_ = nullptr; 76 sptr<SSMDeathRecipient> ssmDeath_ = nullptr; 77 sptr<FoundationDeathRecipien [all...] |
/foundation/window/window_manager/wmserver/include/ |
H A D | display_zoom_controller.h | 29 explicit DisplayZoomController(sptr<WindowRoot>& root) : windowRoot_(root) {} in DisplayZoomController() 36 void ClearZoomTransform(std::vector<sptr<WindowNode>> nodes); 45 sptr<WindowRoot> windowRoot_; 46 void ClearZoomTransformInner(sptr<WindowNode> node); 47 bool UpdateZoomTranslateInfo(sptr<WindowNodeContainer> windowNodeContainer, DisplayId displayId, 49 Transform CalcuAnimateZoomTrans(sptr<WindowNode> node); 50 Transform CalcuZoomTransByZoomInfo(sptr<WindowNode> node); 51 Transform CalcuZoomTrans(sptr<WindowNode> node, const DisplayZoomInfo& zoomInfo); 52 void UpdateClientAndSurfaceZoomInfo(sptr<WindowNode> node, const Transform& zoomTrans); 53 void HandleUpdateWindowZoomInfo(sptr<WindowNod [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | data_ability_manager.h | 38 sptr<IAbilityScheduler> Acquire( 39 const AbilityRequest &abilityRequest, bool tryBind, const sptr<IRemoteObject> &client, bool isNotHap); 40 int Release(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &client, bool isNotHap); 41 int AttachAbilityThread(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token); 42 int AbilityTransitionDone(const sptr<IRemoteObject> &token, int state); 43 void OnAbilityRequestDone(const sptr<IRemoteObject> &token, const int32_t state); 47 std::shared_ptr<AbilityRecord> GetAbilityRecordByToken(const sptr<IRemoteObject> &token); 48 std::shared_ptr<AbilityRecord> GetAbilityRecordByScheduler(const sptr<IAbilitySchedule [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | extension_impl.h | 55 std::shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token); 66 sptr<AAFwk::SessionInfo> sessionInfo = nullptr); 88 sptr<IRemoteObject> ConnectExtension(const Want &want); 96 sptr<IRemoteObject> ConnectExtension(const Want &want, bool &isAsyncCallback); 101 void ConnectExtensionCallback(sptr<IRemoteObject> &service); 144 void CommandExtensionWindow(const Want &want, const sptr<AAFwk::SessionInfo> &sessionInfo, 171 void Start(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo = nullptr); 186 void Stop(bool &isAsyncCallback, const Want &want, sptr<AAFwk::SessionInfo> sessionInfo); 195 void Foreground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo); 203 void Background(const Want &want, sptr<AAFw [all...] |
H A D | data_ability_helper_impl.h | 92 static std::shared_ptr<DataAbilityHelperImpl> Creator(const sptr<IRemoteObject> &token); 105 const sptr<IRemoteObject> &token, const std::shared_ptr<Uri> &uri); 235 void RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver); 243 void UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver); 291 const sptr<AAFwk::IAbilityScheduler> &dataAbilityProxy, bool tryBind = false); 293 const std::shared_ptr<Uri> &uri, const sptr<AAFwk::IAbilityScheduler> &dataAbilityProxy, bool tryBind = false); 295 DataAbilityHelperImpl(const sptr<IRemoteObject> &token, const std::shared_ptr<Uri> &uri, 296 const sptr<AAFwk::IAbilityScheduler> &dataAbilityProxy); 297 explicit DataAbilityHelperImpl(const sptr<IRemoteObject> &token); 301 void AddDataAbilityDeathRecipient(const sptr<IRemoteObjec [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 38 int32_t missionId, const sptr<IRemoteObject>& callback, const OHOS::AAFwk::WantParams& wantParams); 39 int32_t ContinueMission(AAFwk::ContinueMissionInfo continueMissionInfo, const sptr<IRemoteObject> &callBack); 44 int32_t ConnectRemoteAbility(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect); 45 int32_t DisconnectRemoteAbility(const sptr<IRemoteObject>& connect, int32_t callerUid, uint32_t accessToken); 48 int32_t RegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj); 49 int32_t RegisterOnListener(const std::string& type, const sptr<IRemoteObject>& obj, int32_t callingUid); 50 int32_t RegisterOffListener(const std::string& type, const sptr<IRemoteObject>& obj, int32_t callingUid); 51 int32_t UnRegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj); 56 int32_t StartRemoteAbilityByCall(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect); 57 int32_t ReleaseRemoteAbility(const sptr<IRemoteObjec [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | avcodec_task_manager.h | 45 using CacheCbFunc = function<void(sptr<FrameRecord>, bool)>; 52 explicit AvcodecTaskManager(sptr<AudioCapturerSession> audioCapturerSession, VideoCodecType type); 54 void EncodeVideoBuffer(sptr<FrameRecord> frameRecord, CacheCbFunc cacheCallback); 55 void CollectAudioBuffer(vector<sptr<AudioRecord>> audioRecordVec, sptr<AudioVideoMuxer> muxer); 56 void DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, int32_t captureRotation); 57 sptr<AudioVideoMuxer> CreateAVMuxer(vector<sptr<FrameRecord>> frameRecords, int32_t captureRotation, 58 vector<sptr<FrameRecord>> &choosedBuffer); 67 void FinishMuxer(sptr<AudioVideoMuxe [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_lifecycle_test.cpp | 37 sptr<IRemoteObject> iRemoteObjectMocker; 38 sptr<SceneSessionManagerProxy> sceneSessionManagerProxy_; 67 sptr<IRemoteObject> iRemoteObjectMocker = new (std::nothrow) IRemoteObjectMocker(); in HWTEST_F() 68 sptr<SceneSessionManagerProxy> sceneSessionManagerProxy_ = in HWTEST_F() 84 sptr<IRemoteObject> token = nullptr; in HWTEST_F() 85 sptr<IRemoteObject> iRemoteObjectMocker = new (std::nothrow) IRemoteObjectMocker(); in HWTEST_F() 86 sptr<SceneSessionManagerProxy> sceneSessionManagerProxy_ = in HWTEST_F() 101 sptr<IRemoteObject> token = nullptr; in HWTEST_F() 102 sptr<IRemoteObject> iRemoteObjectMocker = new (std::nothrow) IRemoteObjectMocker(); in HWTEST_F() 103 sptr<SceneSessionManagerProx in HWTEST_F() [all...] |
H A D | scene_session_manager_test5.cpp | 57 static sptr<SceneSessionManager> ssm_; 63 sptr<SceneSessionManager> SceneSessionManagerTest5::ssm_ = nullptr; 114 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() 120 sptr<SceneSession> sceneSession = ssm_->CreateSceneSession(info, property); in HWTEST_F() 134 sptr<ISession> session; in HWTEST_F() 135 sptr<WindowSessionProperty> property = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() 159 sptr<IRemoteObject> callback = new (std::nothrow) IRemoteObjectMocker(); in HWTEST_F() 162 sptr<WindowSessionProperty> property; in HWTEST_F() 167 sptr<SceneSession> sceneSession = ssm_->CreateSceneSession(info, property); in HWTEST_F() 209 sptr<AppExecFw in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 36 sptr<IRemoteObject> AsObject(); 41 sptr<IRemoteObject> ICleanCacheCallbackTest::AsObject() in AsObject() 43 sptr<ISystemAbilityManager> systemAbilityManager = in AsObject() 55 sptr<IRemoteObject> AsObject(); 71 sptr<IRemoteObject> IBundleStatusCallbackTest::AsObject() in AsObject() 78 sptr<IRemoteObject> AsObject(); 84 sptr<IRemoteObject> IBundleEventCallbackTest::AsObject() in AsObject() 117 sptr<IRemoteObject> impl; in HWTEST_F() 139 sptr<IRemoteObject> impl; in HWTEST_F() 161 sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 84 static sptr<IBundleMgr> GetBundleMgrProxy();
87 sptr<IBundleMgr> BundleMgrProxyTest::GetBundleMgrProxy()
in GetBundleMgrProxy() 89 sptr<ISystemAbilityManager> systemAbilityManager =
in GetBundleMgrProxy() 95 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleMgrProxy() 112 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfoByFlag() 134 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfoByUserId() 155 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfosByApplicationFlag() 178 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetApplicationInfosByFlags() 199 sptr<IBundleMgr> bundleMgrProxy = BundleMgrProxyTest::GetBundleMgrProxy();
in BenchmarkTestGetBundleInfoByBundleFlag() 220 sptr<IBundleMg in BenchmarkTestGetBundleInfoByFlags() [all...] |
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 66 sptr<WindowOption> option = nullptr;
in HWTEST_F() 80 sptr<WindowOption> option = nullptr;
in HWTEST_F() 93 sptr<WindowOption> option = new WindowOption();
in HWTEST_F() 107 sptr<WindowOption> option = new WindowOption();
in HWTEST_F() 129 sptr<WindowOption> option = new WindowOption();
in HWTEST_F() 140 sptr<WindowOption> option = nullptr;
in HWTEST_F() 153 sptr<Window> window = Window::CreatePiP(option, pipTemplateInfo, abilityContext_, errCode);
in HWTEST_F() 182 sptr<WindowOption> option = new WindowOption();
in HWTEST_F() 204 sptr<Window> window = new Window();
in HWTEST_F() 217 sptr<Windo in HWTEST_F() [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 70 sptr<RemoteMocker> remoteMocker = new RemoteMocker(); in HWTEST_F() 72 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F() 92 sptr<RemoteMocker> remoteMocker = new RemoteMocker(); in HWTEST_F() 94 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F() 115 sptr<RemoteMocker> remoteMocker = new RemoteMocker(); in HWTEST_F() 117 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F() 137 sptr<IRemoteObject> displayManagerAgent1 = new RemoteMocker(); in HWTEST_F() 141 sptr<RemoteMocker> remoteMocker = new RemoteMocker(); in HWTEST_F() 143 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F() 147 sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_load_test.cpp | 64 sptr<ISystemAbilityManager> sm = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in HWTEST_F() 78 sptr<ISystemAbilityManager> sm = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in HWTEST_F() 92 sptr<ISystemAbilityManager> sm = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in HWTEST_F() 106 sptr<ISystemAbilityManager> sm = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in HWTEST_F() 108 sptr<ISystemAbilityLoadCallback> callback = new SystemAbilityLoadCallbackMock(); in HWTEST_F() 120 sptr<SystemAbilityManager> saMgr = SystemAbilityManager::GetInstance(); in HWTEST_F() 137 sptr<SystemAbilityManager> saMgr = SystemAbilityManager::GetInstance(); in HWTEST_F() 155 sptr<SystemAbilityManager> saMgr = SystemAbilityManager::GetInstance(); in HWTEST_F() 174 sptr<SystemAbilityManager> saMgr = SystemAbilityManager::GetInstance(); in HWTEST_F() 193 sptr<SystemAbilityManage in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 25 using OHOS::sptr; 37 sptr<MockAbilityToken> GetMockToken() const in GetMockToken() 43 sptr<MockAbilityToken> mock_token_; 71 sptr<MockApplication> mockApplication(new MockApplication()); in HWTEST_F() 72 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); in HWTEST_F() 96 sptr<MockApplication> mockApplication(new MockApplication()); in HWTEST_F() 97 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); in HWTEST_F() 118 sptr<MockApplication> mockApplication(new MockApplication()); in HWTEST_F() 119 sptr<IAppScheduler> client = iface_cast<IAppScheduler>(mockApplication); in HWTEST_F() 140 sptr<MockApplicatio in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_ohos_gl_test.cpp | 49 sptr<Surface> producer = nullptr;
in HWTEST_F() 56 sptr<Surface> producer = nullptr;
in HWTEST_F() 72 sptr<Surface> producer = nullptr;
in HWTEST_F() 93 sptr<IConsumerSurface> cSurface = IConsumerSurface::Create("DisplayNode");
in HWTEST_F() 95 sptr<IBufferProducer> bp = cSurface->GetProducer();
in HWTEST_F() 96 sptr<Surface> pSurface = Surface::CreateSurfaceAsProducer(bp);
in HWTEST_F() 113 sptr<IConsumerSurface> cSurface = IConsumerSurface::Create("DisplayNode");
in HWTEST_F() 115 sptr<IBufferProducer> bp = cSurface->GetProducer();
in HWTEST_F() 116 sptr<Surface> pSurface = Surface::CreateSurfaceAsProducer(bp);
in HWTEST_F() 145 sptr<Surfac in HWTEST_F() [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_internal_event_dispatcher_test.cpp | 70 sptr<IRemoteObject> remote; in HWTEST_F() 71 sptr<IWifiDeviceCallBack> callback; in HWTEST_F() 79 sptr<IRemoteObject> remote; in HWTEST_F() 85 sptr<IWifiDeviceCallBack> callback; in HWTEST_F() 97 sptr<IRemoteObject> remote; in HWTEST_F() 103 sptr<IRemoteObject> remote; in HWTEST_F() 104 sptr<IWifiScanCallback> callback; in HWTEST_F() 112 sptr<IRemoteObject> remote; in HWTEST_F() 118 sptr<IWifiScanCallback> callback; in HWTEST_F() 130 sptr<IRemoteObjec in HWTEST_F() [all...] |