Home
last modified time | relevance | path

Searched refs:IsAttachDebug (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h35 bool IsAttachDebug(const std::string &bundleName);
H A Dams_mgr_scheduler.h362 bool IsAttachDebug(const std::string &bundleName) override;
H A Dapp_mgr_service_inner.h1097 bool IsAttachDebug(const std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp167 auto result = manager_->IsAttachDebug(DEBUG_START_NAME); in HWTEST_F()
170 result = manager_->IsAttachDebug(NO_DEBUG_START_NAME); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp47 manager->IsAttachDebug(stringParam); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_ams_mgr_scheduler.h61 MOCK_METHOD1(IsAttachDebug, bool(const std::string &bundleName));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h368 virtual bool IsAttachDebug(const std::string &bundleName) = 0;
H A Dams_mgr_proxy.h330 bool IsAttachDebug(const std::string &bundleName) override;
H A Dapp_mgr_client.h666 bool IsAttachDebug(const std::string &bundleName);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp117 bool AppDebugManager::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AppDebugManager
H A Dams_mgr_scheduler.cpp598 bool AmsMgrScheduler::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AmsMgrScheduler
604 return amsMgrServiceInner_->IsAttachDebug(bundleName); in IsAttachDebug()
H A Dapp_mgr_service_inner.cpp3537 if (appDebugManager_->IsAttachDebug(bundleName)) { in ProcessAppDebug()
6734 bool AppMgrServiceInner::IsAttachDebug(const std::string &bundleName) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
6746 return appDebugManager_->IsAttachDebug(bundleName); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp577 bool AppScheduler::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AAFwk::AppScheduler
580 auto ret = static_cast<int32_t>(appMgrClient_->IsAttachDebug(bundleName)); in IsAttachDebug()
H A Dability_record.cpp352 auto isAttachDebug = DelayedSingleton<AppScheduler>::GetInstance()->IsAttachDebug(abilityInfo_.bundleName); in LoadAbility()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h512 bool IsAttachDebug(const std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1354 * Function: IsAttachDebug
1356 * FunctionPoints: AmsMgrScheduler IsAttachDebug
1365 auto iret = amsMgrScheduler->IsAttachDebug(bundleName); in HWTEST_F()
1371 * Function: IsAttachDebug
1373 * FunctionPoints: AmsMgrScheduler IsAttachDebug
1375 * CaseDescription: IsAttachDebug
1384 auto iret = amsMgrScheduler->IsAttachDebug(bundleName); in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp108 return !DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->IsAttachDebug(bundleName); in IsHandleAppfreeze()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1607 * @tc.desc: Test IsAttachDebug
1621 auto ret = amsMgrScheduler->IsAttachDebug(""); in HWTEST_F()
1628 * @tc.desc: Test IsAttachDebug
1644 auto ret = amsMgrScheduler->IsAttachDebug("testBundleName"); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1045 bool AppMgrClient::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AppMgrClient
1050 return amsService_->IsAttachDebug(bundleName); in IsAttachDebug()
H A Dams_mgr_stub.cpp748 auto result = IsAttachDebug(bundleName); in HandleIsAttachDebug()
H A Dams_mgr_proxy.cpp1117 bool AmsMgrProxy::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AmsMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1242 * @tc.desc: IsAttachDebug.
1249 appMgrClient->IsAttachDebug(bundleName); in HWTEST_F()

Completed in 48 milliseconds