/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/ |
H A D | app_scheduler_proxy_test.cpp | 104 * @tc.desc: Verify that DetachAppDebug interface calls normally. 113 EXPECT_CALL(*mockAppScheduler_, DetachAppDebug()).Times(1); in HWTEST_F() 114 appSchedulerProxy->DetachAppDebug(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/ |
H A D | app_lifecycle_deal_test.cpp | 106 * @tc.desc: Test the abnormal state of DetachAppDebug 113 auto result = appLifeCycle->DetachAppDebug(); in HWTEST_F() 119 * @tc.desc: Test the normal state of DetachAppDebug 128 auto result = appLifeCycle->DetachAppDebug(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_proxy_test/ |
H A D | ams_mgr_proxy_test.cpp | 137 auto result = amsMgrProxy_->DetachAppDebug(STRING_BUNDLE_NAME); in HWTEST_F() 141 result = amsMgrProxy_->DetachAppDebug(EMPTY_BUNDLE_NAME); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_scheduler_host_test/ |
H A D | app_scheduler_host_test.cpp | 150 EXPECT_CALL(*mockAppScheduler_, DetachAppDebug()).Times(1); in HWTEST_F() 169 EXPECT_CALL(*mockAppScheduler_, DetachAppDebug()).Times(0); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 265 int32_t DetachAppDebug();
|
H A D | ams_mgr_scheduler.h | 316 int32_t DetachAppDebug(const std::string &bundleName) override;
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 52 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 58 MOCK_METHOD0(DetachAppDebug, void());
|
H A D | mock_app_scheduler.h | 58 MOCK_METHOD0(DetachAppDebug, void());
|
H A D | mock_ams_mgr_scheduler.h | 59 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
|
H A D | mock_application_proxy.h | 53 MOCK_METHOD0(DetachAppDebug, void());
|
H A D | mock_application.h | 52 MOCK_METHOD0(DetachAppDebug, void());
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 257 virtual void DetachAppDebug() = 0;
|
H A D | app_scheduler_proxy.h | 250 void DetachAppDebug() override;
|
H A D | ams_mgr_interface.h | 322 virtual int32_t DetachAppDebug(const std::string &bundleName) = 0;
|
H A D | ams_mgr_proxy.h | 284 int32_t DetachAppDebug(const std::string &bundleName) override;
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/ |
H A D | ams_mgr_stub_test.cpp | 202 EXPECT_CALL(*mockAmsMgrScheduler_, DetachAppDebug(_)).Times(1); in HWTEST_F() 222 EXPECT_CALL(*mockAmsMgrScheduler_, DetachAppDebug(_)).Times(0); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 330 int32_t AppLifeCycleDeal::DetachAppDebug() in DetachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal 338 appThread->DetachAppDebug(); in DetachAppDebug()
|
H A D | ams_mgr_scheduler.cpp | 531 int32_t AmsMgrScheduler::DetachAppDebug(const std::string &bundleName) in DetachAppDebug() function in OHOS::AppExecFwk::AmsMgrScheduler 541 return amsMgrServiceInner_->DetachAppDebug(bundleName); in DetachAppDebug()
|
/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::DetachAppDebug(const std::string &bundleName) in DetachAppDebug() function in OHOS::AAFwk::AppScheduler
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 555 int32_t AppScheduler::DetachAppDebug(const std::string &bundleName) in DetachAppDebug() function in OHOS::AAFwk::AppScheduler 558 auto ret = static_cast<int32_t>(appMgrClient_->DetachAppDebug(bundleName)); in DetachAppDebug()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_ability_mgr_service.h | 146 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 498 int32_t DetachAppDebug(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 | 190 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName)); 370 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 306 void DetachAppDebug() override;
|