Searched refs:successful (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_types_v0.h | 26 int successful; member
|
H A D | relational_store.cpp | 820 .successful = (int)pair.second.upload.success, in GetTableDetails() 826 .successful = (int)pair.second.download.success, in GetTableDetails()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | js_insight_intent_executor.cpp | 125 bool successful = false; in HandleExecuteIntent() local 132 successful = ExecuteInsightIntentUIAbilityForeground(name, param, pageLoader); in HandleExecuteIntent() 139 successful = ExecuteInsightIntentUIAbilityBackground(name, param); in HandleExecuteIntent() 146 successful = ExecuteInsightIntentUIExtension(name, param, pageLoader); in HandleExecuteIntent() 153 successful = ExecuteInsightIntentServiceExtension(name, param); in HandleExecuteIntent() 160 return successful; in HandleExecuteIntent()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_utils.h | 153 uint32_t successful; member
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 322 * @return If the creation is successful, a pointer to the instance of the @link OH_VObject} structure is returned, 332 * @return If the creation is successful, a pointer to the instance of the @link OH_VBucket} structure is returned, 343 * @return If the creation is successful, a pointer to the instance of the @link OH_Predicates} structure is returned. 360 * @return If the creation is successful, a pointer to the instance of the @link OH_Rdb_Store} structure is returned. 378 * @return If the creation is successful, a pointer to the instance of the @link OH_Rdb_Store} structure is returned. 481 * @return If the query is successful, a pointer to the instance of the @link OH_Cursor} structure is returned. 521 * @return If the query is successful, a pointer to the instance of the @link OH_Cursor} structure is returned. 719 * @return If the operation is successful, a pointer to the instance of the @link OH_Cursor} structure is returned. 973 int successful; member 1111 * @return If the operation is successful, [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 137 if (res.successful && !classes.empty()) { in RegisterObjectType() 183 if (!super.successful) { in ConstructObjectInternal() 267 if (t.successful && !classes.empty()) { in Create()
|
H A D | object_registry.h | 131 bool successful; member
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_utils.cpp | 357 return CStatistic{ .total = statistic.total, .successful = statistic.success, in ToStatistic()
|
/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/ |
H A D | CloudShareTest.js | 81 console.info(`Insert is successful, rowId = ${rowId}`);
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 193 ScopedDebugTrace successful("successful");
in PostEvent()
|
Completed in 11 milliseconds