Home
last modified time | relevance | path

Searched defs:mallocInfo (Results 1 – 13 of 13) 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.cpp139 struct OHOS::AppExecFwk::MallocInfo mallocInfo; in HandleScheduleHeapMemory() local
Dapp_scheduler_proxy.cpp129 … AppSchedulerProxy::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_client.cpp381 …esultCode AppMgrClient::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_mgr_stub.cpp336 struct OHOS::AppExecFwk::MallocInfo mallocInfo; in HandleDumpHeapMemory() local
Dapp_mgr_proxy.cpp364 int32_t AppMgrProxy::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_lifecycle_deal.cpp118 …d AppLifeCycleDeal::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_service.cpp360 int32_t AppMgrService::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_running_manager.cpp627 …32_t AppRunningManager::DumpHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in DumpHeapMemory()
Dapp_running_record.cpp581 …d AppRunningRecord::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()
Dapp_mgr_service_inner.cpp1022 …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.cpp608 OHOS::AppExecFwk::MallocInfo mallocInfo; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp553 void MainThread::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory()