Home
last modified time | relevance | path

Searched refs:GetTotalMemory (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_client.cpp143 int32_t MemMgrClient::GetTotalMemory(int32_t &memSize) in GetTotalMemory() function in OHOS::Memory::MemMgrClient
151 return dps->GetTotalMemory(memSize); in GetTotalMemory()
163 int32_t MemMgrClient::GetTotalMemory() in GetTotalMemory() function in OHOS::Memory::MemMgrClient
166 if (GetTotalMemory(memSize) != 0) { in GetTotalMemory()
198 int32_t MemMgrClient::GetTotalMemory(int32_t &memSize) in GetTotalMemory() function in OHOS::Memory::MemMgrClient
208 int32_t MemMgrClient::GetTotalMemory() in GetTotalMemory() function in OHOS::Memory::MemMgrClient
H A Dmem_mgr_proxy.cpp297 int32_t MemMgrProxy::GetTotalMemory(int32_t &memSize) in GetTotalMemory() function in OHOS::Memory::MemMgrProxy
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_client.h42 int32_t GetTotalMemory(int32_t &memSize);
44 int32_t GetTotalMemory();
H A Di_mem_mgr.h55 virtual int32_t GetTotalMemory(int32_t &memSize) = 0;
H A Dmem_mgr_proxy.h36 int32_t GetTotalMemory(int32_t &memSize) override;
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H A Dmem_mgr_service.h41 virtual int32_t GetTotalMemory(int32_t &memSize) override;
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_service_stub_mem.cpp40 int32_t ret2 = Memory::MemMgrClient::GetInstance().GetTotalMemory(totalMemory); in Create()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp191 int32_t MemMgrService::GetTotalMemory(int32_t &memSize) in GetTotalMemory() function in OHOS::Memory::MemMgrService
H A Dmem_mgr_stub.cpp226 int32_t ret = GetTotalMemory(memSize); in HandleGetTotalMemory()