/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/ |
H A D | app_scheduler_proxy_test.cpp | 98 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(1); 99 appSchedulerProxy->AttachAppDebug();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/ |
H A D | app_lifecycle_deal_test.cpp | 85 auto result = appLifeCycle->AttachAppDebug(); 100 auto result = appLifeCycle->AttachAppDebug();
|
/ohos5.0/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); 132 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(0);
|
/ohos5.0/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); 122 result = amsMgrProxy_->AttachAppDebug(EMPTY_BUNDLE_NAME);
|
/ohos5.0/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));
|
/ohos5.0/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); 182 EXPECT_CALL(*mockAmsMgrScheduler_, AttachAppDebug(_)).Times(0);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 218 int32_t AttachAppDebug();
|
H A D | ams_mgr_scheduler.h | 250 int32_t AttachAppDebug(const std::string &bundleName) override;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 314 int32_t AppLifeCycleDeal::AttachAppDebug() in AttachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal 322 appThread->AttachAppDebug(); in AttachAppDebug()
|
H A D | ams_mgr_scheduler.cpp | 556 int32_t AmsMgrScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AppExecFwk::AmsMgrScheduler 562 return amsMgrServiceInner_->AttachAppDebug(bundleName); in AttachAppDebug()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 57 MOCK_METHOD0(AttachAppDebug, void());
|
H A D | mock_application.h | 51 MOCK_METHOD0(AttachAppDebug, void());
|
H A D | mock_ams_mgr_scheduler.h | 62 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 230 virtual void AttachAppDebug() = 0;
|
H A D | app_scheduler_proxy.h | 194 void AttachAppDebug() override;
|
H A D | ams_mgr_interface.h | 276 virtual int32_t AttachAppDebug(const std::string &bundleName) = 0;
|
H A D | ams_mgr_proxy.h | 238 int32_t AttachAppDebug(const std::string &bundleName) override;
|
H A D | app_mgr_client.h | 617 int32_t AttachAppDebug(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | mock_app_scheduler.cpp | 226 int32_t AppScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AAFwk::AppScheduler
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 546 int32_t AppScheduler::AttachAppDebug(const std::string &bundleName) in AttachAppDebug() function in OHOS::AAFwk::AppScheduler 549 auto ret = static_cast<int32_t>(appMgrClient_->AttachAppDebug(bundleName)); in AttachAppDebug()
|
/ohos5.0/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));
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 426 int32_t AttachAppDebug(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 183 void AttachAppDebug() override in AttachAppDebug() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 105 void AttachAppDebug() override in AttachAppDebug() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/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));
|