/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 856 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &pidList) = 0;
|
H A D | app_mgr_proxy.h | 740 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
H A D | app_mgr_stub.h | 64 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 115 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 92 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 912 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
H A D | app_mgr_service_inner.h | 1370 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &pidList);
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 112 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_manager.cpp | 183 static napi_value GetSupportedProcessCachePids(napi_env env, napi_callback_info info) in GetSupportedProcessCachePids() function in OHOS::AbilityRuntime::__anon159::final 1441 int32_t ret = appManager->GetSupportedProcessCachePids(bundleName, list); in OnGetSupportedProcessCachePids() 1559 JsAppManager::GetSupportedProcessCachePids); in JsAppManagerInit()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/ |
H A D | app_mgr_stub_test.cpp | 757 EXPECT_CALL(*mockAppMgrService_, GetSupportedProcessCachePids(_, _)).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 759 appMgrProxy_->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1963 * Function: GetSupportedProcessCachePids 1965 * FunctionPoints: AppMgrService GetSupportedProcessCachePids 1967 * CaseDescription: Verify GetSupportedProcessCachePids 1977 int32_t res = appMgrService->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F() 1983 * Function: GetSupportedProcessCachePids 1985 * FunctionPoints: AppMgrService GetSupportedProcessCachePids 1987 * CaseDescription: Verify GetSupportedProcessCachePids 2000 int32_t res = appMgrService->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 1646 auto result = GetSupportedProcessCachePids(bundleName, pidList); in HandleGetSupportedProcessCachePids() 1660 int32_t AppMgrStub::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrStub
|
H A D | app_mgr_proxy.cpp | 1995 int32_t AppMgrProxy::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1629 int32_t AppMgrService::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrService 1647 return appMgrServiceInner_->GetSupportedProcessCachePids(bundleName, pidList); in GetSupportedProcessCachePids()
|
H A D | app_mgr_service_inner.cpp | 8157 int32_t AppMgrServiceInner::GetSupportedProcessCachePids(const std::string &bundleName, in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4509 int32_t ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F() 4513 ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()
|