Home
last modified time | relevance | path

Searched refs:GetSystemMemInfo (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h53 virtual std::optional<SysMemory> GetSystemMemInfo() = 0;
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp54 std::optional<SysMemory> GetSystemMemInfo() override;
195 std::optional<SysMemory> HidebugNativeInterfaceImpl::GetSystemMemInfo() in GetSystemMemInfo() function in OHOS::HidebugNativeInterfaceImpl
199 HILOG_ERROR(LOG_CORE, "GetSystemMemInfo Failed"); in GetSystemMemInfo()
204 HILOG_ERROR(LOG_CORE, "GetSystemMemInfo Failed,retCode = %{public}d", in GetSystemMemInfo()
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp125 auto sysMemInfo = nativeInterface->GetSystemMemInfo(); in OH_HiDebug_GetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp207 auto systemMemInfo = nativeInterface->GetSystemMemInfo(); in FfiHidebugGetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp794 napi_value GetSystemMemInfo(napi_env env, napi_callback_info info) in GetSystemMemInfo() function
803 auto systemMemInfo = nativeInterface->GetSystemMemInfo(); in GetSystemMemInfo()
1145 DECLARE_NAPI_FUNCTION("getSystemMemInfo", GetSystemMemInfo), in DeclareHiDebugInterface()

Completed in 7 milliseconds