Home
last modified time | relevance | path

Searched refs:stringifyMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/common/
H A Dpersistent_store_proxy.ts69 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
79 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
84 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
146 export function stringifyMap(key: string, value: any) { function
/aosp_15_r20/development/tools/winscope/src/viewers/common/
H A Dabstract_hierarchy_viewer_presenter.ts19 import {parseMap, stringifyMap} from 'common/persistent_store_proxy';
256 this.storage.add(storeKey, JSON.stringify(preset, stringifyMap));