Home
last modified time | relevance | path

Searched refs:IsAttachDebug (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp167 auto result = manager_->IsAttachDebug(DEBUG_START_NAME);
170 result = manager_->IsAttachDebug(NO_DEBUG_START_NAME);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_debug_manager.h35 bool IsAttachDebug(const std::string &bundleName);
H A Dams_mgr_scheduler.h303 bool IsAttachDebug(const std::string &bundleName) override;
H A Dapp_mgr_service_inner.h1032 bool IsAttachDebug(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp47 manager->IsAttachDebug(stringParam); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_ams_mgr_scheduler.h65 MOCK_METHOD1(IsAttachDebug, bool(const std::string &bundleName));
/ohos5.0/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.cpp628 bool AmsMgrScheduler::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AmsMgrScheduler
634 return amsMgrServiceInner_->IsAttachDebug(bundleName); in IsAttachDebug()
H A Dapp_mgr_service_inner.cpp3538 if (appDebugManager_->IsAttachDebug(bundleName)) { in ProcessAppDebug()
6662 bool AppMgrServiceInner::IsAttachDebug(const std::string &bundleName) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
6674 return appDebugManager_->IsAttachDebug(bundleName); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h329 virtual bool IsAttachDebug(const std::string &bundleName) = 0;
H A Dams_mgr_proxy.h291 bool IsAttachDebug(const std::string &bundleName) override;
H A Dapp_mgr_client.h670 bool IsAttachDebug(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp579 bool AppScheduler::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AAFwk::AppScheduler
582 auto ret = static_cast<int32_t>(appMgrClient_->IsAttachDebug(bundleName)); in IsAttachDebug()
H A Dability_record.cpp356 …auto isAttachDebug = DelayedSingleton<AppScheduler>::GetInstance()->IsAttachDebug(abilityInfo_.bun… in LoadAbility()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h447 bool IsAttachDebug(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1454 auto iret = amsMgrScheduler->IsAttachDebug(bundleName);
1473 auto iret = amsMgrScheduler->IsAttachDebug(bundleName);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1056 bool AppMgrClient::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AppMgrClient
1061 return amsService_->IsAttachDebug(bundleName); in IsAttachDebug()
H A Dams_mgr_stub.cpp790 auto result = IsAttachDebug(bundleName); in HandleIsAttachDebug()
H A Dams_mgr_proxy.cpp1186 bool AmsMgrProxy::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AmsMgrProxy
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp113 return !DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->IsAttachDebug(bundleName); in IsHandleAppfreeze()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1222 appMgrClient->IsAttachDebug(bundleName);