/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | app_mgr_helper.cpp | 53 bool WEAK_FUNC AppMgrHelper::GetAppRunningStateByBundleName(const std::string &bundleName, bool& is… in GetAppRunningStateByBundleName() function in OHOS::DevStandbyMgr::AppMgrHelper 59 isRunning = appMgrProxy_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName()
|
H A D | app_state_observer.cpp | 46 if (!AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning)) { in CheckAlivedApp()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | app_mgr_helper.h | 46 bool GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/ |
H A D | libstandby_service.versionscript | 25 *GetAppRunningStateByBundleName*;
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_standby_helper_unit_test.cpp | 49 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning);
|
H A D | mock_helper.cpp | 97 bool AppMgrHelper::GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning) in GetAppRunningStateByBundleName() function in OHOS::DevStandbyMgr::AppMgrHelper
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_helper_unit_test.cpp | 60 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning);
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_app_mgr_service.h | 66 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string &bundleName));
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 128 appMgrService->GetAppRunningStateByBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_manager.h | 271 bool GetAppRunningStateByBundleName(const std::string &bundleName);
|
H A D | app_mgr_service.h | 381 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
|
H A D | app_mgr_service_inner.h | 825 bool GetAppRunningStateByBundleName(const std::string &bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 425 virtual bool GetAppRunningStateByBundleName(const std::string &bundleName) = 0;
|
H A D | app_mgr_proxy.h | 419 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 64 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string& bundleName));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 80 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string& bundleName));
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/ |
H A D | abilityappmgrapprunningmanager_fuzzer.cpp | 101 manager->GetAppRunningStateByBundleName(jsonStr); in DoSomethingInterestingWithMyAPIadda()
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 431 …if (AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning) && !isRunni… in HandleProcessStatusChanged()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/ |
H A D | app_mgr_stub_test.cpp | 134 EXPECT_CALL(*mockAppMgrService_, GetAppRunningStateByBundleName(_)).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 184 appMgrProxy_->GetAppRunningStateByBundleName(bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1104 bool AppMgrService::GetAppRunningStateByBundleName(const std::string &bundleName) in GetAppRunningStateByBundleName() function in OHOS::AppExecFwk::AppMgrService 1111 return appMgrServiceInner_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName()
|
H A D | app_mgr_service_inner.cpp | 3832 if (!GetAppRunningStateByBundleName(appRecord->GetBundleName())) { in TerminateApplication() 5634 bool AppMgrServiceInner::GetAppRunningStateByBundleName(const std::string &bundleName) in GetAppRunningStateByBundleName() function in OHOS::AppExecFwk::AppMgrServiceInner 5648 return appRunningManager_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName() 6686 if (!GetAppRunningStateByBundleName(appRecord->GetBundleName())) { in NotifyAppFaultBySA() 7365 if (!GetAppRunningStateByBundleName(appRecord->GetBundleName())) { in NotifyAppFaultBySA()
|
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/ |
H A D | quick_fix_manager_apply_task.cpp | 609 auto ret = appMgr_->GetAppRunningStateByBundleName(bundleName_); in GetRunningState()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1050 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName); 1069 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 637 bool isAppRunning = appMgr->GetAppRunningStateByBundleName(want.GetElement().GetBundleName()); in SetAppRunningState()
|