Home
last modified time | relevance | path

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

12345678910>>...16

/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/app_samples/code/DocsSample/ArkUISample/Navigation/entry/src/main/ets/pages/navigation/template3/
DCustomNavigationUtils.ets19 interactive: ((operation: NavigationOperation) => void | undefined) | undefined;
30 public operation: NavigationOperation = NavigationOperation.PUSH;
36 registerNavParam(name: string, startCallback: (operation: boolean, isExit: boolean) => void,
37 endCallback: (operation: boolean, isExit: boolean) => void,
38 onFinish: (operation: boolean, isExit: boolean) => void,
39 interactiveCallback: (operation: NavigationOperation) => void,
70 fireInteractiveAnimation(id: string, operation: NavigationOperation) {
75 animation(operation);
82 progress = this.operation == NavigationOperation.PUSH ? 1 - progress : progress;
111 if (this.operation == NavigationOperation.PUSH) {
DIndex.ets34 ….customNavContentTransition((from: NavContentInfo, to: NavContentInfo, operation: NavigationOperat…
44 CustomTransition.getInstance().operation = operation;
54 let targetIndex: string | undefined = operation == NavigationOperation.PUSH ?
57 CustomTransition.getInstance().fireInteractiveAnimation(targetIndex, operation);
77 if (operation == NavigationOperation.PUSH) {
/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/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md236 Until you need the results, you can keep the operation around, and even reuse
238 operation, no computation is performed.
265 auto t3 = t1 + t2; // t3 is an Operation.
266 auto t4 = t3 * 0.2f; // t4 is an Operation.
267 auto t5 = t4.exp(); // t5 is an Operation.
270 If you know the ranks and sizes of the Operation value you can assign the
271 Operation to a TensorFixedSize instead of a Tensor, which is a bit more
286 expression Operation.
302 Note that the return value of `eval()` is itself an Operation, so the
305 // Here t3 is an evaluation Operation. t3 has not been evaluated yet.
[all …]
/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/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/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/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/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/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 …]
/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
/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/app_samples/code/UI/ListBeExchange/ListExchange/src/main/resources/en_US/element/
Dstring.json13 "value": "operation text"
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/examples/
Dtut_matrix_resize_fixed_size.cpp9 m.resize(4,4); // no operation in main()
/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/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/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/
Dlevel2_cplx_impl.h12 /** ZHEMV performs the matrix-vector operation
73 /** ZHBMV performs the matrix-vector operation
86 /** ZHPMV performs the matrix-vector operation
98 /** ZHPR performs the hermitian rank 1 operation
142 /** ZHPR2 performs the hermitian rank 2 operation
190 /** ZHER performs the hermitian rank 1 operation
237 /** ZHER2 performs the hermitian rank 2 operation
288 /** ZGERU performs the rank 1 operation
325 /** ZGERC performs the rank 1 operation
/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/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/
DTutorialBlockOperations.dox14 The most general block operation in Eigen is called \link DenseBase::block() .block() \endlink.
18 <tr><th>\b %Block \b operation</td>
62 While the \link DenseBase::block() .block() \endlink method can be used for any block operation, th…
75 <tr><th>%Block operation</th>
112 <tr><th>%Block \b operation</td>
189 <tr><th> %Block operation</th>

12345678910>>...16