Home
last modified time | relevance | path

Searched refs:DUMP_HEAP_MEMORY_PROCESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h58 DUMP_HEAP_MEMORY_PROCESS = 36, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp168 case static_cast<uint32_t>(AppMgrInterfaceCode::DUMP_HEAP_MEMORY_PROCESS): in OnRemoteRequestInnerSecond()
H A Dapp_mgr_proxy.cpp437 int32_t ret = SendRequest(AppMgrInterfaceCode::DUMP_HEAP_MEMORY_PROCESS, data, reply, option); in DumpHeapMemory()