Home
last modified time | relevance | path

Searched defs:mallocInfo (Results 1 – 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_malloc_info.cpp28 MallocInfo *mallocInfo = new (std::nothrow) MallocInfo(); in Unmarshalling() local
Dapp_scheduler_host.cpp203 struct OHOS::AppExecFwk::MallocInfo mallocInfo; in HandleScheduleHeapMemory() local
Dapp_scheduler_proxy.cpp119 … AppSchedulerProxy::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_client.cpp516 …esultCode AppMgrClient::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_mgr_stub.cpp666 struct OHOS::AppExecFwk::MallocInfo mallocInfo; in HandleDumpHeapMemory() local
Dapp_mgr_proxy.cpp426 int32_t AppMgrProxy::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
Dabilityappmgrapprunningmanager_fuzzer.cpp208 OHOS::AppExecFwk::MallocInfo mallocInfo; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_lifecycle_deal.cpp142 …d AppLifeCycleDeal::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_service.cpp528 int32_t AppMgrService::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_running_manager.cpp923 …32_t AppRunningManager::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_running_record.cpp717 …d AppRunningRecord::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_service_inner.cpp2137 …2_t AppMgrServiceInner::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
Dapp_mgr_client_test.cpp691 OHOS::AppExecFwk::MallocInfo mallocInfo; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp558 void MainThread::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()