Home
last modified time | relevance | path

Searched refs:GetAppRunningStateByBundleName (Results 1 - 25 of 30) sorted by relevance

12

/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp57 bool WEAK_FUNC AppMgrHelper::GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning) in GetAppRunningStateByBundleName() function in OHOS::DevStandbyMgr::AppMgrHelper
63 isRunning = appMgrProxy_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName()
H A Dapp_state_observer.cpp46 if (!AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning)) { in CheckAlivedApp()
/foundation/resourceschedule/device_standby/services/core/include/
H A Dapp_mgr_helper.h47 bool GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning);
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp49 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning); in HWTEST_F()
H A Dmock_helper.cpp97 bool AppMgrHelper::GetAppRunningStateByBundleName(const std::string &bundleName, bool& isRunning) in GetAppRunningStateByBundleName() function in OHOS::DevStandbyMgr::AppMgrHelper
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp60 AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName("", isRunning); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp128 appMgrService->GetAppRunningStateByBundleName(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h271 bool GetAppRunningStateByBundleName(const std::string &bundleName);
H A Dapp_mgr_service.h464 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
H A Dapp_mgr_service_inner.h868 bool GetAppRunningStateByBundleName(const std::string &bundleName);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h452 virtual bool GetAppRunningStateByBundleName(const std::string &bundleName) = 0;
H A Dapp_mgr_proxy.h422 bool GetAppRunningStateByBundleName(const std::string &bundleName) override;
/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));
/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));
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp102 manager->GetAppRunningStateByBundleName(jsonStr); in DoSomethingInterestingWithMyAPIadda()
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp222 bool GetAppRunningStateByBundleName(const std::string &bundleName) override
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h79 MOCK_METHOD1(GetAppRunningStateByBundleName, bool(const std::string& bundleName));
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp134 EXPECT_CALL(*mockAppMgrService_, GetAppRunningStateByBundleName(_)).Times(1); in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp436 if (AppMgrHelper::GetInstance()->GetAppRunningStateByBundleName(bundleName, isRunning) && !isRunning) { in HandleProcessStatusChanged()
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp609 auto ret = appMgr_->GetAppRunningStateByBundleName(bundleName_); in GetRunningState()
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp184 appMgrProxy_->GetAppRunningStateByBundleName(bundleName); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1041 * Function: GetAppRunningStateByBundleName
1043 * FunctionPoints: AppMgrService GetAppRunningStateByBundleName
1045 * CaseDescription: Verify GetAppRunningStateByBundleName
1052 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName); in HWTEST_F()
1058 * Function: GetAppRunningStateByBundleName
1060 * FunctionPoints: AppMgrService GetAppRunningStateByBundleName
1062 * CaseDescription: Verify GetAppRunningStateByBundleName
1071 bool res = appMgrService->GetAppRunningStateByBundleName(bundleName); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1066 bool AppMgrService::GetAppRunningStateByBundleName(const std::string &bundleName) in GetAppRunningStateByBundleName() function in OHOS::AppExecFwk::AppMgrService
1073 return appMgrServiceInner_->GetAppRunningStateByBundleName(bundleName); in GetAppRunningStateByBundleName()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp643 bool isAppRunning = appMgr->GetAppRunningStateByBundleName(want.GetElement().GetBundleName()); in SetAppRunningState()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1004 auto ret = GetAppRunningStateByBundleName(bundleName); in HandleGetAppRunningStateByBundleName()

Completed in 26 milliseconds

12