Home
last modified time | relevance | path

Searched refs:DumpHeapMemory (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h222 int32_t DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
H A Dapp_mgr_service.h263 * DumpHeapMemory, call DumpHeapMemory() through proxy project.
270 virtual int32_t DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) override;
H A Dapp_mgr_service_inner.h461 * DumpHeapMemory, get the application's memory info.
469 virtual int32_t DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h259 * DumpHeapMemory, call DumpHeapMemory() through proxy project.
266 virtual int DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) = 0;
H A Dapp_mgr_client.h309 * DumpHeapMemory, call DumpHeapMemory() through proxy project.
316 virtual AppMgrResultCode DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
H A Dapp_mgr_proxy.h235 * DumpHeapMemory, call DumpHeapMemory() through proxy project.
242 virtual int32_t DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h38 MOCK_METHOD2(DumpHeapMemory, int(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h44 MOCK_METHOD2(DumpHeapMemory, int(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp211 manager->DumpHeapMemory(pidDump, mallocInfo); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h37 MOCK_METHOD2(DumpHeapMemory, int(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp506 AppMgrResultCode AppMgrClient::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory() function in OHOS::AppExecFwk::AppMgrClient
510 TAG_LOGE(AAFwkTag::APPMGR, "DumpHeapMemory: service is nullptr"); in DumpHeapMemory()
513 return AppMgrResultCode(service->DumpHeapMemory(pid, mallocInfo)); in DumpHeapMemory()
H A Dapp_mgr_stub.cpp652 auto result = DumpHeapMemory(pid, mallocInfo); in HandleDumpHeapMemory()
H A Dapp_mgr_proxy.cpp411 int32_t AppMgrProxy::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory() function in OHOS::AppExecFwk::AppMgrProxy
413 TAG_LOGD(AAFwkTag::APPMGR, "AppMgrProxy::DumpHeapMemory."); in DumpHeapMemory()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp503 int32_t AppMgrService::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory() function in OHOS::AppExecFwk::AppMgrService
508 return appMgrServiceInner_->DumpHeapMemory(pid, mallocInfo); in DumpHeapMemory()
H A Dapp_running_manager.cpp939 int32_t AppRunningManager::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp2189 int32_t AppMgrServiceInner::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory() function in OHOS::AppExecFwk::AppMgrServiceInner
2204 return appRunningManager_->DumpHeapMemory(pid, mallocInfo); in DumpHeapMemory()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp679 * @tc.desc: DumpHeapMemory.
692 appMgrClient->DumpHeapMemory(pid, mallocInfo); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/
H A Dapp_running_manager_second_test.cpp495 auto ret = appRunningManager->DumpHeapMemory(1, mallocInfo); in HWTEST_F()

Completed in 42 milliseconds