Home
last modified time | relevance | path

Searched refs:AttachAppDebug (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/
H A Dapp_scheduler_proxy_test.cpp98 EXPECT_CALL(*mockAppScheduler_, AttachAppDebug()).Times(1);
99 appSchedulerProxy->AttachAppDebug();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp85 auto result = appLifeCycle->AttachAppDebug();
100 auto result = appLifeCycle->AttachAppDebug();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_host_test/
H A Dapp_scheduler_host_test.cpp113 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 Dams_mgr_proxy_test.cpp118 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 Dmock_app_scheduler.h51 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/
H A Dams_mgr_stub_test.cpp162 EXPECT_CALL(*mockAmsMgrScheduler_, AttachAppDebug(_)).Times(1);
182 EXPECT_CALL(*mockAmsMgrScheduler_, AttachAppDebug(_)).Times(0);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h218 int32_t AttachAppDebug();
H A Dams_mgr_scheduler.h250 int32_t AttachAppDebug(const std::string &bundleName) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp314 int32_t AppLifeCycleDeal::AttachAppDebug() in AttachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal
322 appThread->AttachAppDebug(); in AttachAppDebug()
H A Dams_mgr_scheduler.cpp556 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 Dmock_app_scheduler.h57 MOCK_METHOD0(AttachAppDebug, void());
H A Dmock_application.h51 MOCK_METHOD0(AttachAppDebug, void());
H A Dmock_ams_mgr_scheduler.h62 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h230 virtual void AttachAppDebug() = 0;
H A Dapp_scheduler_proxy.h194 void AttachAppDebug() override;
H A Dams_mgr_interface.h276 virtual int32_t AttachAppDebug(const std::string &bundleName) = 0;
H A Dams_mgr_proxy.h238 int32_t AttachAppDebug(const std::string &bundleName) override;
H A Dapp_mgr_client.h617 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 Dmock_app_scheduler.cpp226 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 Dapp_scheduler.cpp546 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 Dmock_ability_mgr_service.h145 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h426 int32_t AttachAppDebug(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp183 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 Dams_app_mgr_service_module_test.cpp105 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 Dmock_ability_delegator_stub.h189 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));
369 MOCK_METHOD1(AttachAppDebug, int32_t(const std::string &bundleName));

123