mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
commit
86707e0fdb
4
api/@ohos.hidebug.d.ts
vendored
4
api/@ohos.hidebug.d.ts
vendored
@ -846,7 +846,7 @@ declare namespace hidebug {
|
||||
* @throws { BusinessError } 11400104 - Failed to get the application memory due to a remote exception.
|
||||
* @syscap SystemCapability.HiviewDFX.HiProfiler.HiDebug
|
||||
* @atomicservice
|
||||
* @since 13
|
||||
* @since 14
|
||||
*/
|
||||
function getGraphicsMemory(): Promise<number>;
|
||||
|
||||
@ -857,7 +857,7 @@ declare namespace hidebug {
|
||||
* @throws { BusinessError } 11400104 - Failed to get the application memory due to a remote exception.
|
||||
* @syscap SystemCapability.HiviewDFX.HiProfiler.HiDebug
|
||||
* @atomicservice
|
||||
* @since 13
|
||||
* @since 14
|
||||
*/
|
||||
function getGraphicsMemorySync(): number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user