/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/ |
H A D | app_debug_manager_test.cpp | 167 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 D | app_debug_manager.h | 35 bool IsAttachDebug(const std::string &bundleName);
|
H A D | ams_mgr_scheduler.h | 303 bool IsAttachDebug(const std::string &bundleName) override;
|
H A D | app_mgr_service_inner.h | 1032 bool IsAttachDebug(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/ |
H A D | abilityappdebugmanager_fuzzer.cpp | 47 manager->IsAttachDebug(stringParam); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_ams_mgr_scheduler.h | 65 MOCK_METHOD1(IsAttachDebug, bool(const std::string &bundleName));
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_debug_manager.cpp | 117 bool AppDebugManager::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AppDebugManager
|
H A D | ams_mgr_scheduler.cpp | 628 bool AmsMgrScheduler::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AmsMgrScheduler 634 return amsMgrServiceInner_->IsAttachDebug(bundleName); in IsAttachDebug()
|
H A D | app_mgr_service_inner.cpp | 3538 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 D | ams_mgr_interface.h | 329 virtual bool IsAttachDebug(const std::string &bundleName) = 0;
|
H A D | ams_mgr_proxy.h | 291 bool IsAttachDebug(const std::string &bundleName) override;
|
H A D | app_mgr_client.h | 670 bool IsAttachDebug(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 579 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 D | ability_record.cpp | 356 …auto isAttachDebug = DelayedSingleton<AppScheduler>::GetInstance()->IsAttachDebug(abilityInfo_.bun… in LoadAbility()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 447 bool IsAttachDebug(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 1454 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 D | app_mgr_client.cpp | 1056 bool AppMgrClient::IsAttachDebug(const std::string &bundleName) in IsAttachDebug() function in OHOS::AppExecFwk::AppMgrClient 1061 return amsService_->IsAttachDebug(bundleName); in IsAttachDebug()
|
H A D | ams_mgr_stub.cpp | 790 auto result = IsAttachDebug(bundleName); in HandleIsAttachDebug()
|
H A D | ams_mgr_proxy.cpp | 1186 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 D | appfreeze_manager.cpp | 113 return !DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->IsAttachDebug(bundleName); in IsHandleAppfreeze()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 1222 appMgrClient->IsAttachDebug(bundleName);
|