Home
last modified time | relevance | path

Searched refs:GetProcessMemoryByPid (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h564 virtual int32_t GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) = 0;
H A Dapp_mgr_proxy.h483 virtual int32_t GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h91 MOCK_METHOD2(GetProcessMemoryByPid, int32_t(const int32_t pid, int32_t & memorySize));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h73 MOCK_METHOD2(GetProcessMemoryByPid, int32_t(const int32_t pid, int32_t & memorySize));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h563 virtual int32_t GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) override;
H A Dapp_mgr_service_inner.h968 virtual int32_t GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h90 MOCK_METHOD2(GetProcessMemoryByPid, int32_t(const int32_t pid, int32_t & memorySize));
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp163 static napi_value GetProcessMemoryByPid(napi_env env, napi_callback_info info) in GetProcessMemoryByPid() function in OHOS::AbilityRuntime::__anon159::final
1196 int32_t ret = appManager->GetProcessMemoryByPid(pid, memSize); in OnGetProcessMemoryByPid()
1548 BindNativeFunction(env, exportObj, "getProcessMemoryByPid", moduleName, JsAppManager::GetProcessMemoryByPid); in JsAppManagerInit()
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp251 EXPECT_CALL(*mockAppMgrService_, GetProcessMemoryByPid(_, _)).Times(1); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp296 appMgrProxy_->GetProcessMemoryByPid(pid, memorySize); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1234 * Function: GetProcessMemoryByPid
1236 * FunctionPoints: AppMgrService GetProcessMemoryByPid
1238 * CaseDescription: Verify GetProcessMemoryByPid
1248 int32_t res = appMgrService->GetProcessMemoryByPid(pid, memorySize); in HWTEST_F()
1254 * Function: GetProcessMemoryByPid
1256 * FunctionPoints: AppMgrService GetProcessMemoryByPid
1258 * CaseDescription: Verify GetProcessMemoryByPid
1271 int32_t res = appMgrService->GetProcessMemoryByPid(pid, memorySize); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1221 int32_t AppMgrService::GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) in GetProcessMemoryByPid() function in OHOS::AppExecFwk::AppMgrService
1228 return appMgrServiceInner_->GetProcessMemoryByPid(pid, memorySize); in GetProcessMemoryByPid()
H A Dapp_mgr_service_inner.cpp6338 int32_t AppMgrServiceInner::GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1191 auto result = GetProcessMemoryByPid(pid, memorySize); in HandleGetProcessMemoryByPid()
H A Dapp_mgr_proxy.cpp1339 int32_t AppMgrProxy::GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) in GetProcessMemoryByPid() function in OHOS::AppExecFwk::AppMgrProxy
1341 TAG_LOGD(AAFwkTag::APPMGR, "GetProcessMemoryByPid start"); in GetProcessMemoryByPid()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3335 int32_t ret = appMgrServiceInner->GetProcessMemoryByPid(pid, memorySize); in HWTEST_F()

Completed in 42 milliseconds