Home
last modified time | relevance | path

Searched refs:totalMem (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.h24 uint64_t totalMem; member
H A Dhidebug_ffi.cpp200 CSystemMemInfo info{.totalMem = 0, .freeMem = 0, .availableMem = 0}; in FfiHidebugGetSystemMemInfo()
213 info.totalMem = systemMemInfo->memTotal; in FfiHidebugGetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H A Dhidebug_type.h102 uint32_t totalMem; member
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp130 systemMemInfo->totalMem = static_cast<uint32_t>(sysMemInfo->memTotal); in OH_HiDebug_GetSystemMemInfo()
/developtools/profiler/hidebug/test/unittest/native/
H A Dhidebug_test.cpp229 ASSERT_TRUE(systemMemInfo.totalMem >= 0); in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp812 napi_value totalMem; in GetSystemMemInfo() local
813 napi_create_bigint_uint64(env, systemMemInfo->memTotal, &totalMem); in GetSystemMemInfo()
814 napi_set_named_property(env, sysMemInfo, "totalMem", totalMem); in GetSystemMemInfo()

Completed in 5 milliseconds