Home
last modified time | relevance | path

Searched refs:IsAppRunning (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h656 virtual int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex,
H A Dapp_mgr_proxy.h568 int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h100 MOCK_METHOD3(IsAppRunning, int32_t(const std::string &bundleName,
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h896 int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) override;
H A Dapp_mgr_service_inner.h506 int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h97 MOCK_METHOD3(IsAppRunning, int32_t(const std::string &bundleName,
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp178 static napi_value IsAppRunning(napi_env env, napi_callback_info info) in IsAppRunning() function in OHOS::AbilityRuntime::__anon159::final
1355 *innerErrorCode = appMgr->IsAppRunning(bundleName, appCloneIndex, *isRunning); in OnIsAppRunning()
1368 NapiAsyncTask::ScheduleHighQos("JSAppManager::IsAppRunning", in OnIsAppRunning()
1554 JsAppManager::IsAppRunning); in JsAppManagerInit()
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp392 EXPECT_CALL(*mockAppMgrService_, IsAppRunning(_, _, _)).Times(1); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp421 appMgrProxy_->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1363 int32_t AppMgrService::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) in IsAppRunning() function in OHOS::AppExecFwk::AppMgrService
1368 return appMgrServiceInner_->IsAppRunning(bundleName, appCloneIndex, isRunning); in IsAppRunning()
H A Dapp_mgr_service_inner.cpp6118 int32_t AppMgrServiceInner::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1402 int32_t res = appMgrService->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1352 int32_t result = IsAppRunning(bundleName, appCloneIndex, isRunning); in HandleIsAppRunning()
H A Dapp_mgr_proxy.cpp1573 int32_t AppMgrProxy::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) in IsAppRunning() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4063 int32_t ret = appMgrServiceInner->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
4085 int32_t ret = appMgrServiceInner->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()

Completed in 41 milliseconds