/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/ |
H A D | app_scheduler_proxy_test.cpp | 89 * @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 D | app_lifecycle_deal_test.cpp | 78 * @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 D | ams_mgr_proxy_test.cpp | 118 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 D | app_scheduler_host_test.cpp | 113 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 D | app_lifecycle_deal.h | 258 int32_t AttachAppDebug();
|
H A D | ams_mgr_scheduler.h | 309 int32_t AttachAppDebug(const std::string &bundleName) override;
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 51 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 57 MOCK_METHOD0(AttachAppDebug, void());
|
H A D | mock_app_scheduler.h | 57 MOCK_METHOD0(AttachAppDebug, void());
|
H A D | mock_ams_mgr_scheduler.h | 58 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
|
H A D | mock_application_proxy.h | 52 MOCK_METHOD0(AttachAppDebug, void());
|
H A D | mock_application.h | 51 MOCK_METHOD0(AttachAppDebug, void());
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 252 virtual void AttachAppDebug() = 0;
|
H A D | app_scheduler_proxy.h | 245 void AttachAppDebug() override;
|
H A D | ams_mgr_interface.h | 315 virtual int32_t AttachAppDebug(const std::string &bundleName) = 0;
|
H A D | ams_mgr_proxy.h | 277 int32_t AttachAppDebug(const std::string &bundleName) override;
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/ |
H A D | ams_mgr_stub_test.cpp | 162 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 D | app_lifecycle_deal.cpp | 318 int32_t AppLifeCycleDeal::AttachAppDebug() in AttachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal 326 appThread->AttachAppDebug(); in AttachAppDebug()
|
H A D | ams_mgr_scheduler.cpp | 518 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 D | mock_app_scheduler.cpp | 221 int32_t AppScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AAFwk::AppScheduler
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 544 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 D | mock_ability_mgr_service.h | 145 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 491 int32_t AttachAppDebug(const std::string &bundleName);
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | mock_ability_delegator_stub.h | 189 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 D | main_thread.h | 305 void AttachAppDebug() override;
|