Home
last modified time | relevance | path

Searched refs:GetSupportedProcessCachePids (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h856 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &pidList) = 0;
H A Dapp_mgr_proxy.h740 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
H A Dapp_mgr_stub.h64 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h115 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h92 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h912 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
H A Dapp_mgr_service_inner.h1370 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 Dmock_app_mgr_service.h112 MOCK_METHOD2(GetSupportedProcessCachePids, int32_t(const std::string &bundleName,
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp183 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 Dapp_mgr_stub_test.cpp757 EXPECT_CALL(*mockAppMgrService_, GetSupportedProcessCachePids(_, _)).Times(1); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp759 appMgrProxy_->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1963 * 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 Dapp_mgr_stub.cpp1646 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 Dapp_mgr_proxy.cpp1995 int32_t AppMgrProxy::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1629 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 Dapp_mgr_service_inner.cpp8157 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 Dapp_mgr_service_inner_test.cpp4509 int32_t ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()
4513 ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList); in HWTEST_F()

Completed in 44 milliseconds