Home
last modified time | relevance | path

Searched refs:getGraphicsMemoryArray (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/src/main/cpp/types/libhidebugndk/
Dindex.d.ts42 export const getGraphicsMemoryArray: () => number; constant
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/src/main/cpp/
Dhidebugndk.cpp265 static napi_value getGraphicsMemoryArray(napi_env env, napi_callback_info info) in getGraphicsMemoryArray() function
309 …{ "getGraphicsMemoryArray", nullptr, getGraphicsMemoryArray, nullptr, nullptr, nullptr, napi_defau… in Init()
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/src/main/js/test/
DHidebugNdk.test.js400 let errCode = testNapi.getGraphicsMemoryArray();