/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 809 …virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName, std::vector<int32_t> &…
|
H A D | app_mgr_stub.h | 64 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
H A D | app_mgr_proxy.h | 686 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
/ohos5.0/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,
|
/ohos5.0/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,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 733 virtual int32_t GetSupportedProcessCachePids(const std::string &bundleName,
|
H A D | app_mgr_service_inner.h | 1243 …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 D | js_app_manager.cpp | 184 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 D | app_mgr_stub_test.cpp | 705 EXPECT_CALL(*mockAppMgrService_, GetSupportedProcessCachePids(_, _)).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 777 appMgrProxy_->GetSupportedProcessCachePids(bundleName, pidList);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1687 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 D | app_mgr_service_inner.cpp | 8049 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 D | app_mgr_service_test.cpp | 1970 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 D | app_mgr_stub.cpp | 1677 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 D | app_mgr_proxy.cpp | 2032 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 D | app_mgr_service_inner_test.cpp | 4456 int32_t ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList); 4460 ret = appMgrServiceInner->GetSupportedProcessCachePids(bundleName, pidList);
|