Home
last modified time | relevance | path

Searched refs:AttachAppDebug (Results 1 - 25 of 68) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/
H A Dapp_scheduler_proxy_test.cpp89 * @tc.desc: Verify that AttachAppDebug interface calls normally.
98 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(1); in HWTEST_F()
99 appSchedulerProxy->AttachAppDebug(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp78 * @tc.desc: Test the normal state of AttachAppDebug
85 auto result = appLifeCycle->AttachAppDebug(); in HWTEST_F()
91 * @tc.desc: Test the abnormal state of AttachAppDebug
100 auto result = appLifeCycle->AttachAppDebug(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_proxy_test/
H A Dams_mgr_proxy_test.cpp118 auto result = amsMgrProxy_->AttachAppDebug(STRING_BUNDLE_NAME); in HWTEST_F()
122 result = amsMgrProxy_->AttachAppDebug(EMPTY_BUNDLE_NAME); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_scheduler_host_test/
H A Dapp_scheduler_host_test.cpp113 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(1); in HWTEST_F()
132 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(0); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h258 int32_t AttachAppDebug();
H A Dams_mgr_scheduler.h309 int32_t AttachAppDebug(const std::string &bundleName) override;
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h51 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h57 MOCK_METHOD0(AttachAppDebug, void());
H A Dmock_app_scheduler.h57 MOCK_METHOD0(AttachAppDebug, void());
H A Dmock_ams_mgr_scheduler.h58 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
H A Dmock_application_proxy.h52 MOCK_METHOD0(AttachAppDebug, void());
H A Dmock_application.h51 MOCK_METHOD0(AttachAppDebug, void());
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h252 virtual void AttachAppDebug() = 0;
H A Dapp_scheduler_proxy.h245 void AttachAppDebug() override;
H A Dams_mgr_interface.h315 virtual int32_t AttachAppDebug(const std::string &bundleName) = 0;
H A Dams_mgr_proxy.h277 int32_t AttachAppDebug(const std::string &bundleName) override;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/
H A Dams_mgr_stub_test.cpp162 EXPECT_CALL(*mockAmsMgrScheduler_, AttachAppDebug(_)).Times(1); in HWTEST_F()
182 EXPECT_CALL(*mockAmsMgrScheduler_, AttachAppDebug(_)).Times(0); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp318 int32_t AppLifeCycleDeal::AttachAppDebug() in AttachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal
326 appThread->AttachAppDebug(); in AttachAppDebug()
H A Dams_mgr_scheduler.cpp518 int32_t AmsMgrScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AppExecFwk::AmsMgrScheduler
528 return amsMgrServiceInner_->AttachAppDebug(bundleName); in AttachAppDebug()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp221 int32_t AppScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AAFwk::AppScheduler
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp544 int32_t AppScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AAFwk::AppScheduler
547 auto ret = static_cast<int32_t>(appMgrClient_->AttachAppDebug(bundleName)); in AttachAppDebug()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_ability_mgr_service.h145 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h491 int32_t AttachAppDebug(const std::string &bundleName);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h189 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
369 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h305 void AttachAppDebug() override;

Completed in 13 milliseconds

123