Home
last modified time | relevance | path

Searched refs:getAll (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_rdb.cpp439 bool getAll = (flags & static_cast<uint32_t>(ResourceFlag::GET_RESOURCE_INFO_ALL)) == in ConvertToBundleResourceInfo() local
444 if (getAll || getLabel) { in ConvertToBundleResourceInfo()
451 if (getAll || getIcon) { in ConvertToBundleResourceInfo()
485 bool getAll = (flags & static_cast<uint32_t>(ResourceFlag::GET_RESOURCE_INFO_ALL)) == in ConvertToLauncherAbilityResourceInfo() local
489 if (getAll || getLabel) { in ConvertToLauncherAbilityResourceInfo()
496 if (getAll || getIcon) { in ConvertToLauncherAbilityResourceInfo()
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/src/
H A Djs_url.ts25 getAll(getAllname: string): string[];
42 getAll(getAllname: string): string[];
235 getAll(getAllname: string): string[] {
239 return this.urlClass.getAll(getAllname);
372 getAll(getAllname: string): string[] {
373 return this.urlClass.getAll(getAllname);
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesTaskpoolJsunit.test.js133 preference.getAll().then((ret) => {
174 preference.getAll().then((ret) => {
H A DV9_PreferencesCallBackJsunit.test.js145 mPreference.getAll(function (err, val) {
H A DPreferencesCallBackJsunit.test.js555 await mPreferences.getAll(function (err, obj) {
H A DPreferencesPromiseJsunit.test.js112 let promise = mPreferences.getAll()
H A DV9_PreferencesPromiseJsunit.test.js137 mPreference.getAll().then((ret) => {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-distributed-data.md18 | ohos.data.preferences | Preferences | getAll(callback: AsyncCallback\<Object>): void;<br>getAll()…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-url.md127 ### getAll<sup>9+</sup>
129 getAll(name: string): string[]
163 console.log(params.getAll('fod').toString()) // Output ["1","3"].
748 ### getAll<sup>(deprecated)</sup>
750 getAll(name: string): string[]
756 > 从API version 7开始支持,从API version 9开始废弃,建议使用[URLParams.getAll<sup>9+</sup>](#getall9)替代。
778 console.log(params.getAll('fod').toString()) // Output ["1","3"].
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-distributed-data.md18 | ohos.data.preferences | Preferences | getAll(callback: AsyncCallback\<Object>): void;<br>getAll()…
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/performance/preferences/src/
H A DPreferencesOperationPromiseJsPref.test.js99 await mPreference.getAll();
H A DPreferencesOperationCallBackJsPref.test.js125 mPreference.getAll(function () {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-preferences.md1278 ### getAll subsection
1280 getAll(callback: AsyncCallback&lt;Object&gt;): void;
1321 console.info("getAll keys = " + allKeys);
1322 console.info("getAll object = " + JSON.stringify(value));
1327 ### getAll subsection
1329 getAll(): Promise&lt;Object&gt;
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);
[all …]
H A Djs-apis-data-sendablePreferences.md410 ### getAll subsection
412 getAll(): Promise&lt;lang.ISendable&gt;
440 let promise = preferences.getAll();
443 console.info("getAll " + JSON.stringify(value));
481 console.info("getAll " + JSON.stringify(value));
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dholder_manager.h108 void getAll(std::vector<Type> &contexts) in getAll() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dmatrixtest.ts84 let actualValues = matrix.getAll();
104 let matrixBuffer = matrix.getAll();
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-url.md127 ### getAll<sup>9+</sup>
129 getAll(name: string): string[]
163 console.log(params.getAll('fod').toString()) // Output ["1","3"].
750 ### getAll<sup>(deprecated)</sup>
752 getAll(name: string): string[]
758 … 7 and deprecated since API version 9. You are advised to use [URLParams.getAll<sup>9+</sup>](#get…
780 console.log(params.getAll('fod').toString()) // Output ["1","3"].
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-compiler-and-runtime.md25 |新增|NA|模块名: ohos.url<br>类名: URLParams<br>方法名 or 属性名:getAll|@ohos.url.d.ts|
133 |废弃版本有变化|方法名 or 属性名:getAll<br>废弃版本:N/A|方法名 or 属性名:getAll<br>废弃版本:9<br>代替接口:ohos.url.URLParams.getAl…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-preferences.md1278 ### getAll subsection
1280 getAll(callback: AsyncCallback&lt;Object&gt;): void;
1321 console.info("getAll keys = " + allKeys);
1322 console.info("getAll object = " + JSON.stringify(value));
1327 ### getAll subsection
1329 getAll(): Promise&lt;Object&gt;
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);
[all …]
H A Djs-apis-data-sendablePreferences.md410 ### getAll subsection
412 getAll(): Promise&lt;lang.ISendable&gt;
440 let promise = preferences.getAll();
443 console.info("getAll " + JSON.stringify(value));
481 console.info("getAll " + JSON.stringify(value));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-compiler-and-runtime.md16 |新增|NA|模块名: ohos.url<br>类名: URLParams<br>方法名 or 属性名:getAll|@ohos.url.d.ts|
141 |废弃版本有变化|方法名 or 属性名:getAll<br>废弃版本:N/A|方法名 or 属性名:getAll<br>废弃版本:9<br>代替接口:ohos.url.URLParams.getAl…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md6919 console.info("matrix= "+matrix.getAll().toString());
6957 console.info("matrix= "+matrix.getAll().toString());
6991 console.info("matrix= "+matrix.getAll().toString());
7027 console.info("matrix= "+matrix.getAll().toString());
7065 console.info("matrix"+matrix.getAll().toString());
7099 console.info("matrix"+matrix.getAll().toString());
7117 console.info("matrix= "+matrix.getAll().toString());
7162 ### getAll<sup>12+</sup>
7164 getAll(): Array\<number>
7181 console.info("matrix "+ matrix.getAll());
[all …]
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-compiler-and-runtime.md25 |Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: getAll|@ohos.…
133 …e name: getAll<br>Deprecated version: N/A|Method or attribute name: getAll<br>Deprecated version: …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-compiler-and-runtime.md16 |Added|NA|Module name: ohos.url<br>Class name: URLParams<br>Method or attribute name: getAll|@ohos.…
141 …e name: getAll<br>Deprecated version: N/A|Method or attribute name: getAll<br>Deprecated version: …
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md46 │ ├── getAll(name) # getAll method
113 | getAll(name: string): string[] | Obtains all the key-value pairs with the specified key in this *…
189 console.log(params.getAll('query'));
245 17. getAll(name: string): string[]
247 params.getAll('foo'); // =>[ '1', '3' ]

12