Home
last modified time | relevance | path

Searched refs:GetSupportedProcessCachePids (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h809 …virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &…
H A Dapp_mgr_stub.h64 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
H A Dapp_mgr_proxy.h686 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h733 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
H A Dapp_mgr_service_inner.h1243 …virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &…
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp184 static napi_value GetSupportedProcessCachePids(napi_env env, napi_callback_info info) in GetSupportedProcessCachePids() function in OHOS::AbilityRuntime::__anonf4da04950110::JsAppManager
1490 int32_t ret = appManager->GetSupportedProcessCachePids(bundleName, list); in OnGetSupportedProcessCachePids()
1623 JsAppManager::GetSupportedProcessCachePids); in JsAppManagerInit()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp705 EXPECT_CALL(*mockAppMgrService_, GetSupportedProcessCachePids(_, _)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp777 appMgrProxy_->GetSupportedProcessCachePids(bundleName, pidList);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1687 int32_t AppMgrService::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrService
1705 return appMgrServiceInner_->GetSupportedProcessCachePids(bundleName, pidList); in GetSupportedProcessCachePids()
H A Dapp_mgr_service_inner.cpp8049 int32_t AppMgrServiceInner::GetSupportedProcessCachePids(const std::string &bundleName, in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1970 int32_t res = appMgrService->GetSupportedProcessCachePids(bundleName, pidList);
1993 int32_t res = appMgrService->GetSupportedProcessCachePids(bundleName, pidList);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1677 auto result = GetSupportedProcessCachePids(bundleName, pidList); in HandleGetSupportedProcessCachePids()
1691 int32_t AppMgrStub::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrStub
H A Dapp_mgr_proxy.cpp2032 int32_t AppMgrProxy::GetSupportedProcessCachePids(const std::string &bundleName, in GetSupportedProcessCachePids() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4456 int32_t ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList);
4460 ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList);