Searched refs:stringifyMap (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/common/store/ |
D | persistent_store_proxy.ts | 73 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap)); 83 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap)); 88 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap)); 153 export function stringifyMap(key: string, value: any) { function
|
/development/tools/winscope/src/viewers/common/ |
D | abstract_hierarchy_viewer_presenter.ts | 20 import {parseMap, stringifyMap} from 'common/store/persistent_store_proxy'; 285 this.storage.add(storeKey, JSON.stringify(preset, stringifyMap));
|