Home
last modified time | relevance | path

Searched defs:nativeMemInfo (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_ndk.cpp100 void OH_HiDebug_GetAppNativeMemInfoWithCache(HiDebug_NativeMemInfo *nativeMemInfo, bool forceRefres… in OH_HiDebug_GetAppNativeMemInfoWithCache()
117 void OH_HiDebug_GetAppNativeMemInfo(HiDebug_NativeMemInfo *nativeMemInfo) in OH_HiDebug_GetAppNativeMemInfo()
/developtools/profiler/hidebug/test/unittest/native/
Dhidebug_test.cpp160 HiDebug_NativeMemInfo nativeMemInfo; variable
178 HiDebug_NativeMemInfo nativeMemInfo; variable
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp44 int GetNativeMemInfo(NativeMemInfo& nativeMemInfo) in GetNativeMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
Dhidebug_ffi.cpp157 auto nativeMemInfo = HidebugNativeInterface::GetInstance().GetAppNativeMemInfo(); in FfiHidebugGetAppNativeMemInfo() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp502 napi_value ConvertToJsNativeMemInfo(napi_env env, const NativeMemInfo& nativeMemInfo) in ConvertToJsNativeMemInfo()