Home
last modified time | relevance | path

Searched refs:sptr (Results 3226 - 3250 of 8083) sorted by relevance

1...<<121122123124125126127128129130>>...324

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_rotation_test.cpp57 std::vector<sptr<Window>> activeWindows_;
59 sptr<DisplayListener> displayListener_;
60 sptr<ScreenListener> screenListener_;
142 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
178 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
220 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
258 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
301 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp92 int32_t RegisterNotifyCallback(sptr<INotifyCallback> &callback) override
97 int32_t UnRegisterNotifyCallback(sptr<INotifyCallback> &callback) override
427 int32_t NetDiagPingHost(const NetDiagPingOption &pingOption, const sptr<INetDiagCallback> &callback) override
468 int32_t RegisterDnsResultCallback(const sptr<INetDnsResultCallback> &callback, uint32_t delay) override
473 int32_t UnregisterDnsResultCallback(const sptr<INetDnsResultCallback> &callback) override
478 int32_t RegisterDnsHealthCallback(const sptr<INetDnsHealthCallback> &callback) override
483 int32_t UnregisterDnsHealthCallback(const sptr<INetDnsHealthCallback> &callback) override
569 sptr<NetDiagCallbackStubTest> ptrCallback = new NetDiagCallbackStubTest();
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h300 CArrEntry GetEntries(OHOS::sptr<CQuery> query, int32_t& errCode);
303 int64_t GetResultSetByQuery(OHOS::sptr<CQuery> query, int32_t& errCode);
304 int32_t CloseResultSet(OHOS::sptr<CKvStoreResultSet> resultSet);
305 int32_t GetResultSize(OHOS::sptr<CQuery> query, int32_t& errCode);
316 int32_t SyncByQuery(const CArrStr deviceIds, OHOS::sptr<CQuery> query, uint8_t mode, uint32_t delayMs);
373 CArrEntry GetEntries(const std::string &deviceId, OHOS::sptr<CQuery> query, int32_t& errCode);
377 int64_t GetResultSetQuery(const std::string &deviceId, OHOS::sptr<CQuery> query, int32_t& errCode);
379 int32_t GetResultSize(const std::string &deviceId, OHOS::sptr<CQuery> query, int32_t& errCode);
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_stub_test.cpp57 const sptr<IRemoteObject> LISTENER = sptr(new DaemonServiceMock());
71 MOCK_METHOD2(OpenP2PConnectionEx, int32_t(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj));
82 const sptr<IRemoteObject> &listener,
89 const sptr<AssetObj> &assetObj,
90 const sptr<IAssetSendCallback> &sendCallback));
91 MOCK_METHOD1(RegisterAssetCallback, int32_t(const sptr<IAssetRecvCallback> &recvCallback));
92 MOCK_METHOD1(UnRegisterAssetCallback, int32_t(const sptr<IAssetRecvCallback> &recvCallback));
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h46 ErrCode InitRestoreSession(sptr<IServiceReverse> remote) override;
47 ErrCode InitBackupSession(sptr<IServiceReverse> remote) override;
73 ErrCode InitIncrementalBackupSession(sptr<IServiceReverse> remote) override;
302 session_ = sptr<SvcSessionManager>(new SvcSessionManager(wptr(this))); in Service()
305 sched_ = sptr(new SchedScheduler(wptr(this), wptr(session_))); in Service()
520 static sptr<Service> instance_;
529 sptr<SvcSessionManager> session_;
530 sptr<SchedScheduler> sched_;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp75 sptr<SurfaceBuffer> surfaceBuffer = nullptr; in ConsumeSurface()
147 sptr<IBufferProducer> producer = consumerSurface_->GetProducer(); in AddSurface()
162 sptr<Surface> ImageSourceEncoder::GetConsumerSurface() in GetConsumerSurface()
168 sptr<Surface> &ImageSourceEncoder::GetInputSurface() in GetInputSurface()
192 sptr<SurfaceBuffer> ImageSourceEncoder::GetEncoderInputSurfaceBuffer() in GetEncoderInputSurfaceBuffer()
202 sptr<OHOS::SurfaceBuffer> encoderSurfaceBuffer = nullptr; in GetEncoderInputSurfaceBuffer()
212 int32_t ImageSourceEncoder::FeedEncoderData(sptr<SurfaceBuffer> &surfaceBuffer) in FeedEncoderData()
214 sptr<OHOS::SurfaceBuffer> encoderSurfaceBuffer = GetEncoderInputSurfaceBuffer(); in FeedEncoderData()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp220 sptr<CloudSyncCallbackMock> callback = sptr(new CloudSyncCallbackMock()); in HWTEST_F()
241 sptr<CloudSyncCallbackMock> callback = nullptr; in HWTEST_F()
385 sptr<CloudDownloadCallbackMock> downloadCallback = sptr(new CloudDownloadCallbackMock()); in HWTEST_F()
520 sptr<CloudSyncCallbackMock> callback = sptr(new CloudSyncCallbackMock()); in HWTEST_F()
540 sptr<CloudSyncCallbackMock> callback = nullptr; in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_stub_test.cpp31 sptr<WindowManagerAgentStub> stub_;
84 sptr<FocusChangeInfo> focusChangeInfo = new FocusChangeInfo(); in HWTEST_F()
127 sptr<AccessibilityWindowInfo> info = new AccessibilityWindowInfo(); in HWTEST_F()
128 std::vector<sptr<AccessibilityWindowInfo>> infos; in HWTEST_F()
153 sptr<WindowVisibilityInfo> visibilityInfo = new WindowVisibilityInfo(); in HWTEST_F()
154 std::vector<sptr<WindowVisibilityInfo>> visibilityInfos; in HWTEST_F()
428 sptr<FocusChangeInfo> focusChangeInfo = sptr<FocusChangeInfo>::MakeSptr(); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp283 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleAddForm()
327 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleDeleteForm()
358 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleReleaseForm()
480 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleLifecycleUpdate()
502 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleRequestForm()
532 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleNotifyWhetherVisibleForms()
572 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleCastTempForm()
688 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleMessageEvent()
714 sptr<IRemoteObject> client = data.ReadRemoteObject(); in HandleRouterEvent()
740 sptr<IRemoteObjec in HandleBackgroundEvent()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp165 sptr<IRenderScheduler> RenderRecord::GetScheduler() const in GetScheduler()
170 void RenderRecord::SetScheduler(const sptr<IRenderScheduler> &scheduler) in SetScheduler()
175 void RenderRecord::SetDeathRecipient(const sptr<AppDeathRecipient> recipient) in SetDeathRecipient()
247 void AppRunningRecord::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient()
407 const std::map<const sptr<IRemoteObject>, std::shared_ptr<AbilityRunningRecord>> AppRunningRecord::GetAbilities() in GetAbilities()
409 std::map<const sptr<IRemoteObject>, std::shared_ptr<AbilityRunningRecord>> abilitiesMap; in GetAbilities()
418 sptr<IAppScheduler> AppRunningRecord::GetApplicationClient() const in GetApplicationClient()
770 std::shared_ptr<AbilityInfo> abilityInfo, sptr<IRemoteObject> token, in AddModule()
881 const sptr<IRemoteObject> &token) const in GetModuleRunningRecordByToken()
898 const sptr<IRemoteObjec in GetModuleRunningRecordByTerminateLists()
[all...]
H A Dapp_mgr_service.cpp178 void AppMgrService::AttachApplication(const sptr<IRemoteObject> &app) in AttachApplication()
269 void AppMgrService::AbilityCleaned(const sptr<IRemoteObject> &token) in AbilityCleaned()
322 sptr<IAmsMgr> AppMgrService::GetAmsMgr() in GetAmsMgr()
548 int32_t AppMgrService::RegisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer, in RegisterApplicationStateObserver()
559 int32_t AppMgrService::UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer) in UnregisterApplicationStateObserver()
569 int32_t AppMgrService::RegisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) in RegisterAbilityForegroundStateObserver()
580 int32_t AppMgrService::UnregisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) in UnregisterAbilityForegroundStateObserver()
600 int AppMgrService::StartUserTestProcess(const AAFwk::Want &want, const sptr<IRemoteObject> &observer, in StartUserTestProcess()
944 int AppMgrService::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>> &tokens) in GetAbilityRecordsByProcessID()
981 void AppMgrService::AttachRenderProcess(const sptr<IRemoteObjec
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service_stub.h32 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
34 sptr<IRemoteObject> GetSubSystemAbility(std::string key, std::string className) override;
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ipc_skeleton.h50 static sptr<IRemoteObject> GetContextObject();
52 static bool SetContextObject(sptr<IRemoteObject> &object);
/foundation/ability/ability_runtime/test/unittest/ability_token_stub_test/
H A Dability_token_stub_test.cpp29 OHOS::sptr<AbilityTokenStub> abilityTokenStub_{ nullptr };
30 OHOS::sptr<AbilityTokenRecipient> abilityTokenRecipient_{ nullptr };
/foundation/ability/ability_runtime/test/unittest/ability_token_proxy_test/
H A Dability_token_proxy_test.cpp29 OHOS::sptr<AbilityTokenProxy> abilityTokenProxy_ = nullptr;
30 OHOS::sptr<OHOS::IRemoteObject> impl = nullptr;
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/mock/include/
H A Dmock_ipc_skeleton.h50 static sptr<IRemoteObject> GetContextObject();
52 static bool SetContextObject(sptr<IRemoteObject> &object);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ashmem.h39 sptr<Ashmem> GetAshmem() const;
43 sptr<Ashmem> ashmem_;
/foundation/ability/form_fwk/test/unittest/fms_form_publish_interceptor_proxy_test/
H A Dfms_form_publish_interceptor_proxy_test.cpp38 sptr<MockIRemoteObject> mockIRemoteObject_;
39 sptr<FormPublishInterceptorProxy> formRenderProxy_;
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dengine_event_callback.h27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback()
40 sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> engine_ = nullptr;
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddistributed_ability_manager_client.h33 int32_t token, const std::string& cbType, const sptr<DeviceSelectionNotifierStub>& notifier);
40 sptr<IDistributedAbilityManager> GetContinuationMgrService();
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dability_connection_wrapper_proxy.h28 explicit AbilityConnectionWrapperProxy(const sptr<IRemoteObject>& impl) in AbilityConnectionWrapperProxy()
32 void OnAbilityConnectDone(const AppExecFwk::ElementName& element, const sptr<IRemoteObject>& remoteObject,
/foundation/ability/form_fwk/services/src/
H A Dform_cast_temp_connection.cpp41 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) in OnAbilityConnectDone()
50 sptr<FormCastTempConnection> connection(this); in OnAbilityConnectDone()
H A Dform_batch_delete_connection.cpp39 const AppExecFwk::ElementName &element, const sptr<IRemoteObject> &remoteObject, int resultCode) in OnAbilityConnectDone()
48 sptr<FormBatchDeleteConnection> connection(this); in OnAbilityConnectDone()
H A Dfree_install_status_callback_proxy.cpp23 FreeInstallStatusCallBackProxy::FreeInstallStatusCallBackProxy(const sptr<IRemoteObject>& impl) in FreeInstallStatusCallBackProxy()
54 sptr<IRemoteObject> remote = Remote(); in OnInstallFinished()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_adapter_listener.h28 EnrollAdapterListener(const sptr<IIntelligentVoiceEngineCallback> &cb, OnEnrollEventCb enrollEventCb);
35 sptr<IIntelligentVoiceEngineCallback> cb_ = nullptr;

Completed in 21 milliseconds

1...<<121122123124125126127128129130>>...324