Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h39 MEM_MGR_SET_CRITICAL = 15, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_stub.cpp90 case static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_SET_CRITICAL): in OnRemoteRequestInner()
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_proxy.cpp533 static_cast<uint32_t>(MemMgrInterfaceCode::MEM_MGR_SET_CRITICAL), data, reply, option); in SetCritical()