Home
last modified time | relevance | path

Searched full:param (Results 1 - 25 of 779) sorted by relevance

12345678910>>...32

/applications/standard/calendardata/datamanager/src/main/ets/processor/
H A DDatabaseProcessor.ets29 * @param rdbStore rdb数据库
30 * @param uri DataShare的uri
31 * @param values 插入的数据
32 * @param callback 回调方法
39 * @param rdbStore rdb数据库
40 * @param uri DataShare的uri
41 * @param values 插入的数据
42 * @param callback 回调方法
50 * @param rdbStore rdb数据库
51 * @param ur
[all...]
H A DDefaultProcessor.ets119 * @param rdbStore rdb数据库
120 * @param uri DataShare的uri
121 * @param values 插入的数据
122 * @param callback 回调方法
144 * @param rdbStore rdb数据库
145 * @param uri DataShare的uri
146 * @param values 插入的数据
147 * @param callback 回调方法
169 * @param rdbStore rdb数据库
170 * @param ur
[all...]
/applications/standard/contacts/entry/src/main/ets/workers/
H A DDataWorkerTask.ets65 runInWorker(request: string, callBack: (v?: any) => void, param?: any) {
69 CallLog.getAllCalls(JSON.parse(param.favoriteForm), param.actionData, param.mergeRule, (data) => {
72 }, param.context);
75 CallLogRepository.getInstance().init(param.context);
76 CallLogRepository.getInstance().findByNumberIn(param.numbers, (resultList) => {
81 ContactRepository.getInstance().init(param.context);
82 ContactRepository.getInstance().deleteById(param.contactId, (result) => {
88 CallLogRepository.getInstance().init(param
[all...]
/applications/standard/mms/entry/src/main/ets/workers/
H A DDataWorkerWrapper.ets68 public runInWorker(request: string, callBack: (v?: any) => void, param?: any) {
72 this.mContactsModel.queryContactDataByCondition(param.actionData, res => {
77 }, param.context);
80 this.mContactsModel.queryContactDataSizeByCondition(param.actionData, res => {
85 }, param.context);
88 this.mContactsModel.queryContactByCondition(param.actionData, res => {
93 }, param.context);
96 this.mContactsModel.queryContactSizeByCondition(param.actionData, res => {
101 }, param.context);
104 this.mContactsModel.queryRawContactSizeByCondition(param
[all...]
/applications/standard/settings/napi/settings/
H A Dnapi_settings.h75 * @param env the environment that the Node-API call is invoked under
83 * @param env the environment that the Node-API call is invoked under
84 * @param value string value to be wrap
92 * @param env the environment that the Node-API call is invoked under
93 * @param value bool value to be wrap
101 * @param env the environment that the Node-API call is invoked under
102 * @param param js value to unwrap
105 std::string unwrap_string_from_js(napi_env env, napi_value param);
109 * @param en
[all...]
/applications/standard/app_samples/code/BasicFeature/Connectivity/Bluetooth/advertiser/src/main/ets/utils/
H A DLog.ts29 * @param tag Identifies the log tag.
30 * @param format Indicates the log format string.
31 * @param args Indicates the log parameters.
43 * @param tag Identifies the log tag.
44 * @param format Indicates the log format string.
45 * @param args Indicates the log parameters.
57 * @param tag Identifies the log tag.
58 * @param format Indicates the log format string.
59 * @param args Indicates the log parameters.
71 * @param ta
[all...]
/applications/standard/app_samples/code/BasicFeature/Connectivity/Bluetooth/entry/src/main/ets/utils/
H A DLog.ts29 * @param tag Identifies the log tag.
30 * @param format Indicates the log format string.
31 * @param args Indicates the log parameters.
43 * @param tag Identifies the log tag.
44 * @param format Indicates the log format string.
45 * @param args Indicates the log parameters.
57 * @param tag Identifies the log tag.
58 * @param format Indicates the log format string.
59 * @param args Indicates the log parameters.
71 * @param ta
[all...]
/applications/standard/app_samples/code/BasicFeature/DataManagement/pasteboard/entry/src/main/common/
H A DLog.ets26 * @param tag Identifies the log tag.
27 * @param format Indicates the log format string.
28 * @param args Indicates the log parameters.
40 * @param tag Identifies the log tag.
41 * @param format Indicates the log format string.
42 * @param args Indicates the log parameters.
54 * @param tag Identifies the log tag.
55 * @param format Indicates the log format string.
56 * @param args Indicates the log parameters.
68 * @param ta
[all...]
/applications/standard/app_samples/code/Solutions/InputMethod/KikaInput/entry/src/main/ets/model/
H A DLog.ets26 * @param tag Identifies the log tag.
27 * @param format Indicates the log format string.
28 * @param args Indicates the log parameters.
40 * @param tag Identifies the log tag.
41 * @param format Indicates the log format string.
42 * @param args Indicates the log parameters.
54 * @param tag Identifies the log tag.
55 * @param format Indicates the log format string.
56 * @param args Indicates the log parameters.
68 * @param ta
[all...]
/applications/standard/app_samples/code/Solutions/InputMethod/KikaInputMethod/entry/src/main/ets/model/
H A DLog.ets26 * @param tag Identifies the log tag.
27 * @param format Indicates the log format string.
28 * @param args Indicates the log parameters.
40 * @param tag Identifies the log tag.
41 * @param format Indicates the log format string.
42 * @param args Indicates the log parameters.
54 * @param tag Identifies the log tag.
55 * @param format Indicates the log format string.
56 * @param args Indicates the log parameters.
68 * @param ta
[all...]
/applications/standard/launcher/common/src/main/ets/default/utils/
H A DLog.ts28 * @param tag Identifies the log tag.
29 * @param format Indicates the log format string.
30 * @param args Indicates the log parameters.
42 * @param tag Identifies the log tag.
43 * @param format Indicates the log format string.
44 * @param args Indicates the log parameters.
56 * @param tag Identifies the log tag.
57 * @param format Indicates the log format string.
58 * @param args Indicates the log parameters.
70 * @param ta
[all...]
H A DGridLayoutUtil.ts23 * @param newLayoutRows new layout rows
24 * @param newLayoutColumns new layout columns
40 * @param layoutInfo appLayoutInfo List
41 * @param newLayoutRows new layout rows
42 * @param newLayoutColumns new layout columns
73 * @param appLayout appLayoutInfo List Item
74 * @param currentPageBitset current page bitset
75 * @param layoutRows new layout rows
76 * @param layoutColumns new layout columns
77 * @param currentPag
[all...]
/applications/standard/screenlock/common/src/main/ets/default/
H A DLog.ts44 * @param tag Identifies the log tag.
45 * @param format Indicates the log format string.
46 * @param args Indicates the log parameters.
58 * @param tag Identifies the log tag.
59 * @param format Indicates the log format string.
60 * @param args Indicates the log parameters.
72 * @param tag Identifies the log tag.
73 * @param format Indicates the log format string.
74 * @param args Indicates the log parameters.
86 * @param ta
[all...]
/applications/standard/settings_data/entry/src/main/ets/Utils/
H A DLog.ts40 * @param tag Identifies the log tag.
41 * @param format Indicates the log format string.
42 * @param args Indicates the log parameters.
54 * @param tag Identifies the log tag.
55 * @param format Indicates the log format string.
56 * @param args Indicates the log parameters.
68 * @param tag Identifies the log tag.
69 * @param format Indicates the log format string.
70 * @param args Indicates the log parameters.
82 * @param ta
[all...]
/applications/standard/systemui/common/src/main/ets/default/
H A DLog.ts44 * @param tag Identifies the log tag.
45 * @param format Indicates the log format string.
46 * @param args Indicates the log parameters.
58 * @param tag Identifies the log tag.
59 * @param format Indicates the log format string.
60 * @param args Indicates the log parameters.
72 * @param tag Identifies the log tag.
73 * @param format Indicates the log format string.
74 * @param args Indicates the log parameters.
86 * @param ta
[all...]
/applications/standard/app_samples/code/BasicFeature/Notification/CustomNotification/notification/src/main/ets/notification/
H A DNotificationContentUtil.ets22 * @param basicContent
36 * @param basicContent
37 * @param notificationLongText
38 * @param notificationBriefText
39 * @param notificationExpandedTitle
59 * @param basicContent
60 * @param notificationBriefText
61 * @param notificationLongTitle
62 * @param notificationLines
82 * @param basicConten
[all...]
/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
H A DPhotoDataImpl.ts44 getData(callback: AsyncCallback<MediaItem[]>, param: QueryParam): void {
45 Log.info(TAG, `getMediaItem start ${JSON.stringify(param)}`);
47 Log.error(TAG, 'getMediaItem, param or callback is null, return!');
53 this.getItems(param.albumUri, param.start, param.count, param?.filterMediaType).then(async (dataList: Array<FileAsset>) => {
66 callback.callback(mediaItemList, param.albumUri);
71 getFileAssets(callback: AsyncCallback<FileAsset[]>, param: QueryParam): void {
72 Log.info(TAG, `getFileAssets start ${JSON.stringify(param)}`);
[all...]
/applications/standard/app_samples/code/SystemFeature/FileManagement/FileManager/Library/src/main/ets/filemanager/
H A DFileManager.ts34 * @param context 上下文对象
42 * @param fileAsset 文件对象
51 * @param context 上下文对象
52 * @param fileType 文件类型
74 * @param context 上下文对象
75 * @param name 文件名称
84 * @param fileAsset 文件对象
93 * @param context 上下文对象
94 * @param mediaType 文件类型
95 * @param fileNam
[all...]
/applications/standard/photos/feature/thirdselect/src/main/ets/default/view/
H A DThirdSelectAlbumPageBase.ets92 let param: Params = router.getParams() as Params;
93 this.initSelectParams(param);
236 private initSelectParams(param: Params | null): void {
237 if (param != null) {
238 this.selectParams.bundleName = param.bundleName;
239 this.selectParams.isMultiPick = param.isMultiPick;
240 if (param.isFromFa != undefined || param.isFromFa != null) {
241 this.selectParams.isFromFa = param.isFromFa;
243 if (param
[all...]
/applications/standard/contacts/entry/src/main/ets/model/
H A DContactAbilityModel.ets43 * @param {Object} addParams Contact Information
44 * @param {Object} callBack
76 * @param {Object} addParams Contact Information
104 * @param {string} DAHelper Database path
105 * @param {Object} addParams Contact Information
106 * @param {boolean} isCard Indicates whether the information is a business card.
134 * @param {Object} addParams Contact Information
135 * @param {string} DAHelper Database path
136 * @param {string} result Contact ID
137 * @param {strin
[all...]
/applications/standard/filepicker/audiopicker/src/main/ets/common/global/
H A DGlobalThisHelper.ts39 * @param objectClass 类型
40 * @param storageKey key
41 * @param params 参数数组
63 * @param objectClass 类型
64 * @param storageKey key
65 * @param params 参数数组
85 * @param object 类型
86 * @param storageKey key
98 * @param storageKey key
112 * @param objec
[all...]
/applications/standard/app_samples/code/BasicFeature/Notification/CustomNotificationBadge/notification/src/main/ets/notification/
H A DNotificationContentUtil.ets30 * @param basicContent
44 * @param basicContent
45 * @param notificationLongText
46 * @param notificationBriefText
47 * @param notificationExpandedTitle
67 * @param basicContent
68 * @param notificationBriefText
69 * @param notificationLongTitle
70 * @param notificationLines
90 * @param basicConten
[all...]
/applications/standard/photos/feature/thirdselect/src/main/ets/default/common/
H A DSmartPickerDataImpl.ts36 getData(callback: AsyncCallback<MediaItem[]>, param: QueryParam): void {
37 Log.info(TAG, `getData start ${JSON.stringify(param)}`);
39 Log.error(TAG, 'getData, param or callback is null, return!');
42 if (StringUtil.isEmpty(param?.albumUri)) {
45 this.dataAdapter.getData(callback, param);
48 getDataCount(callback: AsyncCallback<number>, param: QueryParam): void {
49 Log.debug(TAG, `getDataCount: ${JSON.stringify(param)}`);
50 this.dataAdapter.getDataCount(param.albumUri, param.filterMediaType).then((count): void => {
/applications/standard/calendardata/calendarmanager/native/include/
H A Ddata_share_helper_manager.h31 * @param uri Indicates the path of the data to operate.
32 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
41 * @param uri Indicates the path of the data to operate.
42 * @param values Indicates the data records to insert. If this parameter is null, a blank row will be inserted.
51 * @param uri Indicates the path of data to update.
52 * @param predicates Indicates filter criteria. You should define the processing logic when this parameter is null.
53 * @param value Indicates the data to update. This parameter can be null.
63 * @param uri Indicates the path of the data to operate.
64 * @param predicates Indicates filter criteria. You should define the processing logic when this parameter is null.
73 * @param ur
[all...]
/applications/standard/dlp_manager/entry/src/main/ets/common/
H A DHiLog.ts47 * @param tag 日志Tag
48 * @param message 打印信息
58 * @param tag 日志Tag
59 * @param message 打印信息
69 * @param tag 日志Tag
70 * @param message 打印信息
80 * @param tag 日志Tag
81 * @param message 打印信息
91 * @param tag 日志Tag
92 * @param messag
[all...]

Completed in 53 milliseconds

12345678910>>...32