Searched refs:GetMemoryLeakResource (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/hidebug/frameworks/native/include/ |
H A D | hidebug_native_interface.h | 50 virtual int GetMemoryLeakResource(const std::string& type, int32_t value, bool enabledDebugLog) = 0;
|
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 50 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 D | hidebug_ffi.cpp | 336 HidebugNativeInterface::CreateInstance()->GetMemoryLeakResource(std::string(type), value, enableDebugLog); in FfiHidebugSetAppResourceLimit()
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 1044 auto result = HidebugNativeInterface::CreateInstance()->GetMemoryLeakResource(type, value, enabledDebugLog); in SetAppResourceLimit()
|
Completed in 7 milliseconds