Home
last modified time | relevance | path

Searched refs:DetachAppDebug (Results 1 - 25 of 69) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/app_scheduler_proxy_test/
H A Dapp_scheduler_proxy_test.cpp104 * @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 Dapp_lifecycle_deal_test.cpp106 * @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 Dams_mgr_proxy_test.cpp137 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 Dapp_scheduler_host_test.cpp150 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 Dapp_lifecycle_deal.h265 int32_t DetachAppDebug();
H A Dams_mgr_scheduler.h316 int32_t DetachAppDebug(const std::string &bundleName) override;
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h52 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h58 MOCK_METHOD0(DetachAppDebug, void());
H A Dmock_app_scheduler.h58 MOCK_METHOD0(DetachAppDebug, void());
H A Dmock_ams_mgr_scheduler.h59 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
H A Dmock_application_proxy.h53 MOCK_METHOD0(DetachAppDebug, void());
H A Dmock_application.h52 MOCK_METHOD0(DetachAppDebug, void());
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h257 virtual void DetachAppDebug() = 0;
H A Dapp_scheduler_proxy.h250 void DetachAppDebug() override;
H A Dams_mgr_interface.h322 virtual int32_t DetachAppDebug(const std::string &bundleName) = 0;
H A Dams_mgr_proxy.h284 int32_t DetachAppDebug(const std::string &bundleName) override;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_stub_test/
H A Dams_mgr_stub_test.cpp202 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 Dapp_lifecycle_deal.cpp330 int32_t AppLifeCycleDeal::DetachAppDebug() in DetachAppDebug() function in OHOS::AppExecFwk::AppLifeCycleDeal
338 appThread->DetachAppDebug(); in DetachAppDebug()
H A Dams_mgr_scheduler.cpp531 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 Dmock_app_scheduler.cpp226 int32_t AppScheduler::DetachAppDebug(const std::string &bundleName) in DetachAppDebug() function in OHOS::AAFwk::AppScheduler
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp555 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 Dmock_ability_mgr_service.h146 MOCK_METHOD1(DetachAppDebug, int32_t(const std::string &bundleName));
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h498 int32_t DetachAppDebug(const std::string &bundleName);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/
H A Dmock_ability_delegator_stub.h190 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 Dmain_thread.h306 void DetachAppDebug() override;

Completed in 18 milliseconds

123