Searched refs:stringifyMap (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/development/tools/winscope/src/common/ |
H A D | persistent_store_proxy.ts | 69 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 D | abstract_hierarchy_viewer_presenter.ts | 19 import {parseMap, stringifyMap} from 'common/persistent_store_proxy'; 256 this.storage.add(storeKey, JSON.stringify(preset, stringifyMap));
|