Home
last modified time | relevance | path

Searched full:operation (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/applications/standard/calendardata/datamanager/src/main/ets/commonevents/notify/
DProviderChangeNotifier.ets34 * @param operation 操作:插入、更新、删除、未知
38 operation: string;
45 export function notifyProviderChange(tableName: string, operation: string) {
49 operation: operation,
/applications/standard/contacts_data/dataBusiness/quicksearch/src/
Dcontacts_search.cpp52 * @param rawContactId Parameters to be passed for update operation
53 * @param type Parameters to be passed for update operation
54 * @param rdbStore Conditions for update operation
55 * @param searchContactValues Parameters to be passed for update operation
57 * @return The result returned by the update operation
79 * @param rawContactValues Parameters to be passed for convert operation
81 * @return The result returned by the convert operation
/applications/standard/calendardata/dataprovider/src/main/ets/
DDataShareAbilityAuthenticateProxy.ets108 * @Param dataParameter indicates database operation information to be performed
149 * @Param dataParameter indicates database operation information to be performed
237 * @Param dataParameter indicates database operation information to be performed
271 * @Param dataParameter indicates database operation information to be performed
302 * List of operation parameters for database operation
320 * List of operation parameters for insert operation
332 * List of operation parameters for delete operation
344 * List of operation parameters for update operation
357 * List of operation parameters for query operation
/applications/standard/contacts_data/dataBusiness/calllog/src/
Dcalllog_database.cpp148 * @brief InsertCallLog operation
150 * @param insertValues Conditions for update operation
152 * @return InsertCallLog operation results
171 * @brief UpdateCallLog operation
173 * @param values Conditions for update operation
174 * @param predicates Conditions for update operation
176 * @return UpdateCallLog operation results
197 * @brief DeleteCallLog operation
199 * @param predicates Conditions for delete operation
201 * @return DeleteCallLog operation results
[all …]
/applications/standard/photos/common/src/main/ets/default/interface/
DMenuOperationFactory.ts36 (operation: { new(menuContext: MenuContext): T }, menuContext: MenuContext): T {
37 Log.info(TAG, `createMenuOperation: ${operation.name}`);
38 return new operation(menuContext);
/applications/standard/contacts_data/contacts/src/
Dcontacts_api.cpp45 * @param env Conditions for initialize operation
46 * @param object Conditions for initialize operation
72 * @param env Conditions for initialize operation
73 * @param object Conditions for initialize operation
91 * @param env Conditions for initialize operation
92 * @param object Conditions for initialize operation
110 * @param env Conditions for get type operation
111 * @param value Conditions for get type operation
113 * @return The result returned by get type operation
150 * @param env Conditions for get dataShareHelper operation
[all …]
Dcontacts_build.cpp166 * @param contact Conditions for establish ValuesBucket operation
167 * @param valueContactData Conditions for establish ValuesBucket operation
194 * @param contact Conditions for establish ValuesBucket operation
195 * @param valueContactData Conditions for establish ValuesBucket operation
219 * @param contact Conditions for establish ValuesBucket operation
220 * @param valueContactData Conditions for establish ValuesBucket operation
240 * @param contact Conditions for establish ValuesBucket operation
241 * @param valueContactData Conditions for establish ValuesBucket operation
265 * @param contact Conditions for establish ValuesBucket operation
266 * @param valueContactData Conditions for establish ValuesBucket operation
[all …]
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/StageModel/entry/src/main/ets/feature/
DBundleController.ts108 message: `Operation failed. Cause: ${JSON.stringify(err)}`
112 message: `Operation successful. Data: ${JSON.stringify(data.targetVersion)}`
119 message: `Operation failed. Cause: ${JSON.stringify(err)}`
134 message: `Operation failed. Cause: ${JSON.stringify(err)}`
138 message: `Operation successful. Data: ${JSON.stringify(data)}`
145 message: `Operation failed. Cause: ${JSON.stringify(err)}`
/applications/standard/contacts_data/dataBusiness/contacts/src/
Dcontacts_database.cpp222 * @param contactDataValues Parameters to be passed for insert operation
224 * @return The result returned by the insert operation
317 * @param initialValues Parameters to be passed for insert operation
319 * @return The result returned by the insert operation
344 * @param initialValues Parameters to be passed for insert operation
346 * @return The result returned by the insert operation
361 * @param contactDataValues Parameters to be passed for update operation
362 * @param rdbPredicates Conditions for update operation
364 * @return The result returned by the update operation
405 * @param values Parameters to be passed for update operation
[all …]
Draw_contacts.cpp35 * @param rdbStore Insert operation based on rdbStore
53 * @param rdbStore Update operation based on rdbStore
55 * @param whereClause Clauses for update operation
56 * @param whereArgs Conditions for update operation
/applications/standard/app_samples/code/BasicFeature/Ability/AbilityFeature/entry/src/main/ets/pages/
DIndex.ets42 private operation: CharacterOperation = new CharacterOperation(getContext(this));
55 this.operation.setZHCNLanguage();
63 this.operation.setENUSLanguage();
76 this.operation.setLightColorMode();
84 this.operation.setDarKColorMode();
133 callback: this.operation.createStorageData
138 callback: this.operation.checkStorageData
143 callback: this.operation.clearStorageData
/applications/standard/contacts_data/ability/merge/src/
Dcandidate_status.cpp35 * @brief Query operation for merging candidates
37 * @param store Conditions for query operation
97 * @brief Query operation for checking if candidate marging is needed
99 * @param store Conditions for query operation
102 * @return The result returned by the query operation
134 * @param store Conditions for query operation
169 * @param store Conditions for query operation
Dmatch_candidate.cpp37 * @brief Query operation for update candidate's merge_mode
39 * @param store Conditions for query operation
42 * @return The result returned by the update operation
74 * @brief Split operation for already merged contacts
76 * @param store Conditions for split operation
79 * @return The result returned by the split operation
Dmerger_contacts.cpp39 * @brief AutoMerge operation for candidate contacts
41 * @param store Conditions for split operation
43 * @return The result returned by the AutoMerge operation
410 * @brief ManualMerge operation for candidate contacts
412 * @param store Conditions for split operation
413 * @param predicates Conditions for update operation
415 * @return The result returned by the ManualMerge operation
560 * @param store Conditions for split operation
561 * @param ids Conditions for update operation
563 * @return The result returned by the ForceContactMerge operation
/applications/standard/security_privacy_center/entry/src/main/ets/common/utils/
DHiSysEventUtil.ets47 * @params { operation } LOCATION
49 static async reportLocationClick(operation: string): Promise<void> {
55 'OPERATION': operation,
/applications/standard/app_samples/code/BasicFeature/TaskManagement/ContinuousTask/entry/src/main/ets/model/
DContinuousTaskModel.ets52 Logger.info(TAG, 'Operation updateBackgroundRunning succeeded');
54 … Logger.info(TAG, `Operation updateBackgroundRunning failed. code is ${error.code} message
59 …Logger.error(TAG, `Operation startBackgroundRunning failed. code is ${error.code} message is ${err…
/applications/standard/contacts/feature/call/src/main/ets/repo/
DICallLogRepository.ets19 …* Call record warehouse operation interface, which provides database operation methods and shields…
/applications/standard/camera/product/phone/src/main/ets/pages/
DThirdPreviewView.ets92 Log.error(`${this.TAG} 1Operation failed. Cause: ${error.code}`);
93 Log.error(`${this.TAG} 2Operation failed. Cause: ${error?.data}`);
96 Log.info(`${this.TAG} Operation succeeded`);
101 Log.error(`${this.TAG} Operation failed. Cause: ${error}`);
104 Log.info(`${this.TAG} Operation succeeded`);
/applications/standard/app_samples/code/UI/ListBeExchange/ListExchange/src/main/resources/en_US/element/
Dstring.json13 "value": "operation text"
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/MissionManager/
DREADME.md31 …witch to the Full SDK for successful compilation. For details about the operation, see [Guide to S…
35 …en/permissions-for-system-apps.md). For details about the configuration operation, see [Having You…
/applications/standard/calendardata/datamanager/src/main/ets/processor/instances/
DInstancesProcessor.ets52 Log.warn(this.logTag, 'not support insert operation');
56 message: 'Instances Table not support insert operation'
68 Log.warn(this.logTag, 'not support delete operation');
72 message: 'Instances Table not support delete operation'
84 Log.warn(this.logTag, 'not support update operation');
88 message: 'Instances Table not support update operation'
/applications/standard/app_samples/code/SystemFeature/Security/CertificateFramework/entry/src/main/ets/model/
DCertFrameworkModel.ts140 // verify operation
142 Logger.info(TAG, 'verify operation success.');
146 …Logger.error(TAG, `verify operation failed, ${JSON.stringify(err.code)}: ${JSON.stringify(err.mess…
/applications/standard/app_samples/code/SystemFeature/TaskManagement/Flybird/entry/src/main/ets/ServiceAbility/
Dservice.ts74 Logger.error(TAG, `Operation failed Cause: ${err}`)
76 Logger.info(TAG, "Operation succeeded")
/applications/standard/settings_data/entry/src/main/ets/DataAbility/
DDataExtAbility.ets35 operation:string ;
76 let opt: string = requests[i].operation;
124 operation: 'insert', columns: [], predicates: null, value: value
160 operation: 'update', columns: [], predicates: predicates, value: value
189 …let request: IRequest = {operation:'query', columns : columns, predicates : predicates, value:null…
/applications/standard/app_samples/code/DocsSample/Form/FormProvider/entry/src/main/ets/entryformability/
DEntryFormAbility.ets58 … hilog.info(DOMAIN_NUMBER, TAG, `Operation updateForm failed. Cause: ${JSON.stringify(error)}`);
82 … hilog.info(DOMAIN_NUMBER, TAG, `Operation updateForm failed. Cause: ${JSON.stringify(error)}`);

12345678910>>...13