/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 656 virtual int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex,
|
H A D | app_mgr_proxy.h | 568 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 D | mock_app_mgr_service.h | 100 MOCK_METHOD3(IsAppRunning, int32_t(const std::string &bundleName,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 896 int32_t IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) override;
|
H A D | app_mgr_service_inner.h | 506 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 D | mock_app_mgr_service.h | 97 MOCK_METHOD3(IsAppRunning, int32_t(const std::string &bundleName,
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_manager.cpp | 178 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 D | app_mgr_stub_test.cpp | 392 EXPECT_CALL(*mockAppMgrService_, IsAppRunning(_, _, _)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 421 appMgrProxy_->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1363 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 D | app_mgr_service_inner.cpp | 6118 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 D | app_mgr_service_test.cpp | 1402 int32_t res = appMgrService->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 1352 int32_t result = IsAppRunning(bundleName, appCloneIndex, isRunning); in HandleIsAppRunning()
|
H A D | app_mgr_proxy.cpp | 1573 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 D | app_mgr_service_inner_test.cpp | 4063 int32_t ret = appMgrServiceInner->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F() 4085 int32_t ret = appMgrServiceInner->IsAppRunning(bundleName, appCloneIndex, isRunning); in HWTEST_F()
|