Home
last modified time | relevance | path

Searched refs:sptr (Results 2501 - 2525 of 8032) sorted by relevance

1...<<101102103104105106107108109110>>...322

/foundation/ability/ability_runtime/test/fuzztest/schedulecommandabilitydone_fuzzer/
H A Dschedulecommandabilitydone_fuzzer.cpp35 sptr<Token> GetFuzzAbilityToken(AbilityType type) in GetFuzzAbilityToken()
37 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
69 sptr<IRemoteObject> token = GetFuzzAbilityToken(AbilityType::PAGE); in DoSomethingInterestingWithMyAPI()
76 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_info_mgr.h159 bool UpdateMissionSnapshot(int32_t missionId, const sptr<IRemoteObject>& abilityToken,
188 bool GetMissionSnapshot(int32_t missionId, const sptr<IRemoteObject>& abilityToken,
195 void RegisterSnapshotHandler(const sptr<ISnapshotHandler>& handler);
217 sptr<ISnapshotHandler> snapshotHandler_;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h77 Want &targetWant, const sptr<IRemoteObject> &callerToken);
79 const std::string &type, int32_t userId, const sptr<IRemoteObject> &callerToken);
81 const sptr<IRemoteObject> &callerToken);
82 Want GetTipsDialogWant(const sptr<IRemoteObject> &callerToken);
H A Dability_manager_collaborator_proxy.h25 explicit AbilityManagerCollaboratorProxy(const sptr<IRemoteObject> &impl) in AbilityManagerCollaboratorProxy()
61 virtual int32_t NotifyMissionCreated(const sptr<SessionInfo> &sessionInfo) override;
80 const AppExecFwk::AbilityInfo &abilityInfo, const sptr<SessionInfo> &sessionInfo) override;
123 virtual void UpdateMissionInfo(sptr<SessionInfo> &sessionInfo) override;
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrchildschedulerproxy_fuzzer/
H A Dabilityinterfacesappmgrchildschedulerproxy_fuzzer.cpp54 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
56 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
70 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI()
74 sptr<IRemoteObject> mainProcessCb; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp38 sptr<AppLaunchData> launchData_;
124 sptr<ApplicationInfo> applicationInfo = new ApplicationInfo(); in HWTEST_F()
125 sptr<Profile> profile = new Profile(); in HWTEST_F()
126 sptr<ProcessInfo> processInfo = new ProcessInfo(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp69 sptr<MockAppScheduler> mockAppScheduler = new (std::nothrow) MockAppScheduler(); in HWTEST_F()
98 sptr<MockAppScheduler> mockAppScheduler = new (std::nothrow) MockAppScheduler(); in HWTEST_F()
126 sptr<MockAppScheduler> mockAppScheduler = new (std::nothrow) MockAppScheduler(); in HWTEST_F()
142 sptr<MockAppScheduler> mockAppScheduler = new (std::nothrow) MockAppScheduler(); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/missioninfomgrc_fuzzer/
H A Dmissioninfomgrc_fuzzer.cpp43 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
45 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
63 sptr<IRemoteObject> token = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI()
75 sptr<ISnapshotHandler> snapshotHandler; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dbms_context_impl_test.cpp34 sptr<MockBundleInstallerService> mockBundleInstaller = new (std::nothrow) MockBundleInstallerService();
35 sptr<MockBundleManagerService> mockBundleMgr = new (std::nothrow) MockBundleManagerService();
51 sptr<ISystemAbilityManager> iSystemAbilityMgr_ = nullptr;
52 sptr<AppExecFwk::MockSystemAbilityManager> mockSystemAbility_ = nullptr;
H A Dcontext_container_by_mock_bms_test.cpp40 sptr<MockBundleInstallerService> mockBundleInstaller = new (std::nothrow) MockBundleInstallerService();
41 sptr<MockBundleManagerService> mockBundleMgr = new (std::nothrow) MockBundleManagerService();
51 sptr<ISystemAbilityManager> iSystemAbilityMgr_ = nullptr;
52 sptr<AppExecFwk::MockSystemAbilityManager> mockSystemAbility_ = nullptr;
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupservicea_fuzzer/
H A Dabilityautostartupservicea_fuzzer.cpp53 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
55 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
70 sptr<IRemoteObject> token1 = GetFuzzAbilityToken(); in AbilityStartupServiceFuzztest()
74 sptr<IRemoteObject> token2 = GetFuzzAbilityToken(); in AbilityStartupServiceFuzztest()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp54 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
56 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
70 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI()
72 sptr<IRemoteObject> nativeChild; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp70 sptr<IOverlayManager> BundleMgrProxy::GetOverlayManagerProxy() in GetOverlayManagerProxy()
72 sptr<IOverlayManager> overlayModuleProxy = new (std::nothrow) OverlayManagerProxy(nullptr); in GetOverlayManagerProxy()
141 sptr<IOverlayManager> BundleMgrService::GetOverlayManagerProxy() in GetOverlayManagerProxy()
143 sptr<IOverlayManager> overlayManagerProxy = new (std::nothrow) OverlayManagerProxy(nullptr); in GetOverlayManagerProxy()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp54 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
56 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
70 sptr<IRemoteObject> impl; in DoSomethingInterestingWithMyAPI()
72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base.h44 const sptr<IRemoteObject> &token) override
55 void OnStart(const AAFwk::Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override
72 void OnCommandWindow(const AAFwk::Want &want, const sptr<AAFwk::SessionInfo> &sessionInfo,
97 void OnForeground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
H A Dabilityappmgrrenderstateobservermanager_fuzzer.cpp56 sptr<Token> GetFuzzAbilityToken() in GetFuzzAbilityToken()
58 sptr<Token> token = nullptr; in GetFuzzAbilityToken()
74 sptr<IRenderStateObserver> observer; in DoSomethingInterestingWithMyAPI()
77 sptr<IRenderStateObserver> observers; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/atomic_service_status_callback_stub_test/
H A Datomic_service_status_callback_stub_test.cpp60 sptr<MockAtomicServiceStatusCallbackStub> mockAtomicServiceStatusCallbackStub( in HWTEST_F()
91 sptr<MockAtomicServiceStatusCallbackStub> mockAtomicServiceStatusCallbackStub( in HWTEST_F()
123 sptr<MockAtomicServiceStatusCallbackStub> mockAtomicServiceStatusCallbackStub( in HWTEST_F()
156 sptr<MockAtomicServiceStatusCallbackStub> mockAtomicServiceStatusCallbackStub( in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h40 explicit BundleMgrProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IBundleMgr>(impl) in BundleMgrProxy()
46 const sptr<IRemoteObject>& callBack) override
106 virtual sptr<IAppControlMgr> GetAppControlProxy() in GetAppControlProxy()
112 sptr<IAppControlMgr> appControlMgr = new (std::nothrow) AppControlProxy(nullptr); in GetAppControlProxy()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_stub_test/
H A Dui_service_stub_test.cpp56 sptr<MockUIServiceCallBack> mockUIServiceCallBack(new MockUIServiceCallBack()); in HWTEST_F()
79 sptr<MockUIServiceCallBack> mockUIServiceCallBack(new MockUIServiceCallBack()); in HWTEST_F()
123 sptr<MockUIServiceCallBack> mockUIServiceCallBack(new MockUIServiceCallBack()); in HWTEST_F()
158 sptr<MockUIServiceCallBack> mockUIServiceCallBack(new MockUIServiceCallBack()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.h32 ACE_EXPORT bool LoadNativeView(const sptr<NativeView>& view);
81 explicit NativeView(sptr<RemoteView> cjView);
138 static void Create(const sptr<NativeView>& view);
190 sptr<RemoteView> cjView_;
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_component_manager.cpp24 sptr<AppExecFwk::IBundleMgr> bms = nullptr;
33 bms = sptr<AppExecFwk::IBundleMgr>(new (std::nothrow) AppExecFwk::MOCKIBundleMgr()); in CreateInstance()
36 sptr<IBundleMgr> MOCKIBundleMgr::GetInstance() in GetInstance()
63 sptr<AppExecFwk::IBundleMgr> PluginComponentManager::GetBundleManager() in GetBundleManager()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_common_event_registry_test/
H A Daams_common_event_registry_test.cpp44 sptr<AccessibilityAccountData> accountData_ = nullptr;
45 sptr<AccessibleAbilityChannel> aastub_ = nullptr;
46 sptr<AppExecFwk::ElementName> elementName_ = nullptr;
47 sptr<AccessibleAbilityConnection> AAConnection_ = nullptr;
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_common_event_registry.cpp44 sptr<AccessibilityAccountData> accountData_ = nullptr;
45 sptr<AccessibleAbilityChannel> aastub_ = nullptr;
46 sptr<AppExecFwk::ElementName> elementName_ = nullptr;
47 sptr<AccessibleAbilityConnection> AAConnection_ = nullptr;
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_dispatcher_stub_test.cpp43 sptr<AppExecFwk::MockFormRendererDispatherStub> renderDispather = new AppExecFwk::MockFormRendererDispatherStub(); in HWTEST_F()
93 sptr<AppExecFwk::MockFormRendererDispatherStub> renderDispather = new AppExecFwk::MockFormRendererDispatherStub(); in HWTEST_F()
119 sptr<AppExecFwk::MockFormRendererDispatherStub> renderDispather = new AppExecFwk::MockFormRendererDispatherStub(); in HWTEST_F()
138 sptr<AppExecFwk::MockFormRendererDispatherStub> renderDispather = new AppExecFwk::MockFormRendererDispatherStub(); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_delegator_test.cpp38 static inline sptr<ConsumerSurfaceDelegator> consumerDelegator = nullptr;
39 static inline sptr<BufferExtraData> bedata = nullptr;
40 static inline sptr<SurfaceBuffer> buffer = nullptr;
41 static inline sptr<BufferQueue> bq = nullptr;

Completed in 11 milliseconds

1...<<101102103104105106107108109110>>...322