Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h52 virtual std::optional<HiDebug_NativeMemInfo> GetAppNativeMemInfo() = 0;
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp53 std::optional<HiDebug_NativeMemInfo> GetAppNativeMemInfo() override;
162 std::optional<HiDebug_NativeMemInfo> HidebugNativeInterfaceImpl::GetAppNativeMemInfo() in GetAppNativeMemInfo() function in OHOS::HidebugNativeInterfaceImpl
166 HILOG_ERROR(LOG_CORE, "GetAppNativeMemInfo Failed"); in GetAppNativeMemInfo()
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp105 auto nativeMemoryInfo = nativeInterface->GetAppNativeMemInfo(); in OH_HiDebug_GetAppNativeMemInfo()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp228 auto nativeMemInfo = nativeInterface->GetAppNativeMemInfo(); in FfiHidebugGetAppNativeMemInfo()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp747 napi_value GetAppNativeMemInfo(napi_env env, napi_callback_info info) in GetAppNativeMemInfo() function
755 auto nativeMemInfo = nativeInterface->GetAppNativeMemInfo(); in GetAppNativeMemInfo()
1144 DECLARE_NAPI_FUNCTION("getAppNativeMemInfo", GetAppNativeMemInfo), in DeclareHiDebugInterface()

Completed in 6 milliseconds