Home
last modified time | relevance | path

Searched refs:GetMemoryLeakResource (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h50 virtual int GetMemoryLeakResource(const std::string& type, int32_t value, bool enabledDebugLog) = 0;
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp50 int GetMemoryLeakResource(const std::string& type, int32_t value, bool enabledDebugLog) override;
216 int HidebugNativeInterfaceImpl::GetMemoryLeakResource(const std::string& type, in GetMemoryLeakResource() function in OHOS::HidebugNativeInterfaceImpl
219 HILOG_DEBUG(LOG_CORE, "GetMemoryLeakResource"); in GetMemoryLeakResource()
222 HILOG_ERROR(LOG_CORE, "GetMemoryLeakResource Failed, return result"); in GetMemoryLeakResource()
232 HILOG_ERROR(LOG_CORE, "GetMemoryLeakResource Failed, retCode: %{public}d, return the last result", in GetMemoryLeakResource()
236 HILOG_DEBUG(LOG_CORE, "GetMemoryLeakResource Success, retCode: %{public}d", static_cast<int>(result.retCode)); in GetMemoryLeakResource()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp336 HidebugNativeInterface::CreateInstance()->GetMemoryLeakResource(std::string(type), value, enableDebugLog); in FfiHidebugSetAppResourceLimit()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp1044 auto result = HidebugNativeInterface::CreateInstance()->GetMemoryLeakResource(type, value, enabledDebugLog); in SetAppResourceLimit()

Completed in 7 milliseconds