Lines Matching refs:getAll
1278 ### getAll subsection
1280 getAll(callback: AsyncCallback<Object>): void;
1315 dataPreferences.getAll((err: BusinessError, value: Object) => {
1321 console.info("getAll keys = " + allKeys);
1322 console.info("getAll object = " + JSON.stringify(value));
1327 ### getAll subsection
1329 getAll(): Promise<Object>
1363 let promise = dataPreferences.getAll();
1366 console.info('getAll keys = ' + allKeys);
1367 console.info("getAll object = " + JSON.stringify(value));
1409 console.info('getAll keys = ' + allKeys);
1410 console.info("getAll object = " + JSON.stringify(value));