Home
last modified time | relevance | path

Searched refs:GetAppRunningStateByBundleName (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp53 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 Dapp_state_observer.cpp46 if (!AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning)) { in CheckAlivedApp()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dapp_mgr_helper.h46 bool GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning);
/ohos5.0/foundation/resourceschedule/device_standby/services/
H A Dlibstandby_service.versionscript25 *GetAppRunningStateByBundleName*;
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp49 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning);
H A Dmock_helper.cpp97 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 Dstandby_helper_unit_test.cpp60 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning);
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h66 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp128 appMgrService->GetAppRunningStateByBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h271 bool GetAppRunningStateByBundleName(const std::string &bundleName);
H A Dapp_mgr_service.h381 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
H A Dapp_mgr_service_inner.h825 bool GetAppRunningStateByBundleName(const std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h425 virtual bool GetAppRunningStateByBundleName(const std::string &bundleName) = 0;
H A Dapp_mgr_proxy.h419 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h64 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string& bundleName));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h80 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string& bundleName));
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp101 manager->GetAppRunningStateByBundleName(jsonStr); in DoSomethingInterestingWithMyAPIadda()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp431 …if (AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning) && !isRunni… in HandleProcessStatusChanged()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp134 EXPECT_CALL(*mockAppMgrService_, GetAppRunningStateByBundleName(_)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp184 appMgrProxy_->GetAppRunningStateByBundleName(bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1104 bool AppMgrService::GetAppRunningStateByBundleName(const std::string &bundleName) in GetAppRunningStateByBundleName() function in OHOS::AppExecFwk::AppMgrService
1111 return appMgrServiceInner_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName()
H A Dapp_mgr_service_inner.cpp3832 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 Dquick_fix_manager_apply_task.cpp609 auto ret = appMgr_->GetAppRunningStateByBundleName(bundleName_); in GetRunningState()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1050 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName);
1069 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp637 bool isAppRunning = appMgr->GetAppRunningStateByBundleName(want.GetElement().GetBundleName()); in SetAppRunningState()

12