/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.cpp | 64 (this->*HANDLES[operation.operator_])(operation); in MakeQuery() 89 (this->*HANDLES[operation.operator_])(operation); in MakeCloudQuery() 132 query_.EqualTo(operation.field_, operation.values_[0]); in EqualTo() 184 query_.In(operation.field_, operation.values_); in In() 185 predicates_->In(operation.field_, operation.values_); in In() 202 query_.NotIn(operation.field_, operation.values_); in NotIn() 203 predicates_->NotIn(operation.field_, operation.values_); in NotIn() 250 query_.Like(operation.field_, operation.values_[0]); in Like() 267 predicates_->Between(operation.field_, operation.values_[0], operation.values_[1]); in Between() 275 predicates_->NotBetween(operation.field_, operation.values_[0], operation.values_[1]); in NotBetween() [all …]
|
H A D | rdb_query.h | 50 void EqualTo(const RdbPredicateOperation& operation); 52 void And(const RdbPredicateOperation& operation); 53 void Or(const RdbPredicateOperation& operation); 54 void OrderBy(const RdbPredicateOperation& operation); 55 void Limit(const RdbPredicateOperation& operation); 56 void In(const RdbPredicateOperation& operation); 57 void NotIn(const RdbPredicateOperation& operation); 58 void Contain(const RdbPredicateOperation& operation); 61 void IsNull(const RdbPredicateOperation& operation); 63 void Like(const RdbPredicateOperation& operation); [all …]
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_session_manager.c | 72 if (operation == NULL || *operation == NULL) { in FreeOperation() 78 HKS_FREE(*operation); in FreeOperation() 85 FreeOperation(&operation); in DeleteKeyNodeAndDecreaseGlobalCount() 122 if (operation == NULL || !operation->isBatchOperation) { in DeleteFirstTimeOutBatchOperation() 153 if (operation == NULL || operation->accessTokenId != tokenId) { in DeleteFirstAbortableOperationForTokenId() 178 if (operation != NULL && operation->accessTokenId == tokenId) { in DeleteForTokenIdIfExceedLimit() 307 HKS_FREE(operation); in CreateOperation() 316 HKS_FREE(operation); in CreateOperation() 344 HKS_FREE(operation); in CreateOperation() 374 …if ((operation != NULL) && (operation->handle == handle) && IsSameProcessName(processInfo, operati… in QueryOperationAndMarkInUse() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_asset_download_test/src/ |
H A D | medialibrary_cloud_asset_download_test.cpp | 231 operation = nullptr; 248 operation = nullptr; 369 operation->taskStatus_ = status; 418 operation = nullptr; 435 operation = nullptr; 452 operation = nullptr; 471 operation = nullptr; 506 operation->downloadId_ = 1; 509 operation->downloadId_ = -1; 545 ret = operation->DoRecoverExecute(); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 41 TransformOperation operation; in Translate() local 75 TransformOperation operation; in Scale() local 99 TransformOperation operation; in Rotate() local 123 TransformOperation operation; in Skew() local 141 TransformOperation operation; in Perspective() local 157 TransformOperation operation; in Matrix3d() local 165 TransformOperation operation; in Matrix3d() local 167 operation.matrix4_ = m; in Matrix3d() 181 TransformOperation operation; in SetRotateTransition() local 204 TransformOperation operation; in SetTranslateTransition() local [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | operation_test.cpp | 210 EXPECT_EQ(value, operation->GetFlags()); 223 EXPECT_EQ(value, operation->GetFlags()); 238 EXPECT_EQ(uri, operation->GetUri()); 252 EXPECT_EQ(uri, operation->GetUri()); 275 EXPECT_EQ(uri, operation->GetUri()); 310 operation->Marshalling(in); 340 operation_ = *(operation.get()); 342 EXPECT_EQ(true, operation_ == *(operation.get())); 355 operation->entities_.push_back("a"); 356 operation->entities_.push_back("b"); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_operation_test.cpp | 44 BootAnimationOperation operation; variable 45 operation.SetSoundEnable(true); 56 BootAnimationOperation operation; variable 57 operation.SetSoundEnable(false); 68 BootAnimationOperation operation; variable 69 operation.InitRsDisplayNode(); 80 BootAnimationOperation operation; variable 93 BootAnimationOperation operation; variable 96 operation.InitRsSurface(); 107 BootAnimationOperation operation; variable [all …]
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_operation_test.cpp | 93 ASSERT_NE(operation, nullptr); 108 ASSERT_NE(operation, nullptr); 123 ASSERT_NE(operation, nullptr); 138 ASSERT_NE(operation, nullptr); 153 ASSERT_NE(operation, nullptr); 168 ASSERT_NE(operation, nullptr); 183 ASSERT_NE(operation, nullptr); 199 ASSERT_NE(operation, nullptr); 220 ASSERT_NE(operation, nullptr); 235 ASSERT_NE(operation, nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 483 if (!ValidateIndex(operation.index, operation.type)) { in OperateAdd() 489 if (!operation.key.empty()) { in OperateAdd() 506 if (!ValidateIndex(operation.index, operation.type)) { in OperateDelete() 515 for (int32_t i = operation.index + 1; i < operation.index + operation.count; i++) { in OperateDelete() 533 if (!ValidateIndex(operation.index, operation.type)) { in OperateChange() 546 if (!operation.key.empty()) { in OperateChange() 563 if (!ValidateIndex(operation.coupleIndex.first, operation.type) || in OperateMove() 564 !ValidateIndex(operation.coupleIndex.second, operation.type)) { in OperateMove() 588 toInfo.fromDiffTo = operation.coupleIndex.first - operation.coupleIndex.second; in OperateMove() 606 if (!ValidateIndex(operation.coupleIndex.first, operation.type) || in OperateExchange() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | kv_virtual_device.cpp | 101 if (operation == nullptr) { in Subscribe() 104 operation->Initialize(); in Subscribe() 105 operation->SetOnSyncFinished([operation](int id) { in Subscribe() 106 operation->NotifyIfNeed(); in Subscribe() 108 operation->SetQuery(query); in Subscribe() 110 operation->WaitIfNeed(); in Subscribe() 124 if (operation == nullptr) { in UnSubscribe() 127 operation->Initialize(); in UnSubscribe() 128 operation->SetOnSyncFinished([operation](int id) { in UnSubscribe() 131 operation->SetQuery(query); in UnSubscribe() [all …]
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaInterface.idl | 63 * @return Returns <b>0</b> if the operation is successful. 64 * @return Returns a negative value if the operation fails. 75 * @return Returns <b>0</b> if the operation is successful. 76 * @return Returns a negative value if the operation fails. 89 * @return Returns <b>0</b> if the operation is successful. 90 * @return Returns a negative value if the operation fails. 102 * @return Returns <b>0</b> if the operation is successful. 103 * @return Returns a negative value if the operation fails. 115 * @return Returns <b>0</b> if the operation is successful. 116 * @return Returns a negative value if the operation fails. [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaInterface.idl | 63 * @return Returns <b>0</b> if the operation is successful. 64 * @return Returns a negative value if the operation fails. 75 * @return Returns <b>0</b> if the operation is successful. 76 * @return Returns a negative value if the operation fails. 89 * @return Returns <b>0</b> if the operation is successful. 90 * @return Returns a negative value if the operation fails. 102 * @return Returns <b>0</b> if the operation is successful. 103 * @return Returns a negative value if the operation fails. 115 * @return Returns <b>0</b> if the operation is successful. 116 * @return Returns a negative value if the operation fails. [all …]
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_teec.c | 116 TEEC_Operation operation; in OpenSession() 118 (void)memset_s(&operation, sizeof(operation), 0, sizeof(operation)); in OpenSession() 119 operation.started = 1; in OpenSession() 201 operation->started = 1; in TeecRequestCmdInner() 281 TEEC_Operation operation; in HksTeeProvision() local 302 TEEC_Operation operation; in HksTeeProvisionVerify() local 327 TEEC_Operation operation; in HksTeeGenerateKey() local 343 TEEC_Operation operation; in HksTeeCheckKeyLegality() local 357 TEEC_Operation operation; in HksTeeGenerateRandom() local 373 TEEC_Operation operation; in HksTeeImportKey() local [all …]
|
/ohos5.0/drivers/interface/ril/v1_0/ |
H A D | IRil.idl | 64 * @return Returns a non-0 value if the operation fails. 79 * @return Returns a non-0 value if the operation fails. 93 * @return Returns a non-0 value if the operation fails. 107 * @return Returns a non-0 value if the operation fails. 122 * @return Returns a non-0 value if the operation fails. 136 * @return Returns a non-0 value if the operation fails. 151 * @return Returns a non-0 value if the operation fails. 165 * @return Returns a non-0 value if the operation fails. 179 * @return Returns a non-0 value if the operation fails. 193 * @return Returns a non-0 value if the operation fails. [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/ |
H A D | IRil.idl | 64 * @return Returns a non-0 value if the operation fails. 79 * @return Returns a non-0 value if the operation fails. 93 * @return Returns a non-0 value if the operation fails. 107 * @return Returns a non-0 value if the operation fails. 122 * @return Returns a non-0 value if the operation fails. 136 * @return Returns a non-0 value if the operation fails. 151 * @return Returns a non-0 value if the operation fails. 165 * @return Returns a non-0 value if the operation fails. 179 * @return Returns a non-0 value if the operation fails. 193 * @return Returns a non-0 value if the operation fails. [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/ |
H A D | IRil.idl | 64 * @return Returns a non-0 value if the operation fails. 79 * @return Returns a non-0 value if the operation fails. 93 * @return Returns a non-0 value if the operation fails. 107 * @return Returns a non-0 value if the operation fails. 122 * @return Returns a non-0 value if the operation fails. 136 * @return Returns a non-0 value if the operation fails. 151 * @return Returns a non-0 value if the operation fails. 165 * @return Returns a non-0 value if the operation fails. 179 * @return Returns a non-0 value if the operation fails. 193 * @return Returns a non-0 value if the operation fails. [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/ |
H A D | IRil.idl | 64 * @return Returns a non-0 value if the operation fails. 79 * @return Returns a non-0 value if the operation fails. 93 * @return Returns a non-0 value if the operation fails. 107 * @return Returns a non-0 value if the operation fails. 122 * @return Returns a non-0 value if the operation fails. 136 * @return Returns a non-0 value if the operation fails. 151 * @return Returns a non-0 value if the operation fails. 165 * @return Returns a non-0 value if the operation fails. 179 * @return Returns a non-0 value if the operation fails. 193 * @return Returns a non-0 value if the operation fails. [all …]
|
/ohos5.0/drivers/interface/ril/v1_1/ |
H A D | IRil.idl | 64 * @return Returns a non-0 value if the operation fails. 79 * @return Returns a non-0 value if the operation fails. 93 * @return Returns a non-0 value if the operation fails. 107 * @return Returns a non-0 value if the operation fails. 122 * @return Returns a non-0 value if the operation fails. 136 * @return Returns a non-0 value if the operation fails. 151 * @return Returns a non-0 value if the operation fails. 165 * @return Returns a non-0 value if the operation fails. 179 * @return Returns a non-0 value if the operation fails. 193 * @return Returns a non-0 value if the operation fails. [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_available_state.cpp | 36 void P2pAvailableState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() argument 58 P2pEntity::GetInstance().currentFrequency_, operation->content_.frequency); in CreateGroup() 61 operation->promise_.set_value(result); in CreateGroup() 68 int ret = P2pAdapter::P2pCreateGroup(operation->content_); in CreateGroup() 70 ChangeState(P2pCreateGroupState::Instance(), operation); in CreateGroup() 76 int ret = P2pAdapter::P2pConnectGroup(operation->content_); in Connect() 80 ChangeState(P2pConnectState::Instance(), operation); in Connect() 86 int ret = P2pAdapter::DestroyGroup(operation->content_); in DestroyGroup() 90 ChangeState(P2pDestroyGroupState::Instance(), operation); in DestroyGroup() 97 auto ret = P2pAdapter::P2pShareLinkRemoveGroup(operation->content_); in RemoveLink() [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/ |
H A D | pulse_audio_service_adapter_impl.cpp | 198 if (operation == nullptr) { in OpenAudioPort() 226 if (operation == nullptr) { in CloseAudioPort() 247 if (operation == nullptr) { in SuspendAudioDevice() 281 if (operation == nullptr) { in SetSinkMute() 306 if (operation == nullptr) { in SetDefaultSink() 325 if (operation == nullptr) { in SetDefaultSource() 388 if (operation == nullptr) { in GetAllSinks() 462 if (operation == nullptr) { in MoveSinkInputByIndexOrName() 505 if (operation == nullptr) { in MoveSourceOutputByIndexOrName() 564 if (operation == nullptr) { in GetAllSinkInputs() [all …]
|
/ohos5.0/drivers/interface/wlan/chip/v1_0/ |
H A D | IChipIface.idl | 56 * @return Returns <b>0</b> if the operation is successful. 57 * @return Returns a negative value if the operation fails. 69 * @return Returns <b>0</b> if the operation is successful. 70 * @return Returns a negative value if the operation fails. 82 * @return Returns <b>0</b> if the operation is successful. 83 * @return Returns a negative value if the operation fails. 96 * @return Returns <b>0</b> if the operation is successful. 97 * @return Returns a negative value if the operation fails. 109 * @return Returns <b>0</b> if the operation is successful. 110 * @return Returns a negative value if the operation fails. [all …]
|
H A D | IConcreteChip.idl | 57 * @return Returns <b>0</b> if the operation is successful. 58 * @return Returns a negative value if the operation fails. 70 * @return Returns <b>0</b> if the operation is successful. 71 * @return Returns a negative value if the operation fails. 83 * @return Returns <b>0</b> if the operation is successful. 84 * @return Returns a negative value if the operation fails. 96 * @return Returns <b>0</b> if the operation is successful. 97 * @return Returns a negative value if the operation fails. 109 * @return Returns <b>0</b> if the operation is successful. 110 * @return Returns a negative value if the operation fails. [all …]
|
/ohos5.0/drivers/interface/wlan/hostapd/v1_0/ |
H A D | IHostapdInterface.idl | 65 * @return Returns <b>0</b> if the operation is successful. 66 * @return Returns a negative value if the operation fails. 79 * @return Returns <b>0</b> if the operation is successful. 80 * @return Returns a negative value if the operation fails. 93 * @return Returns <b>0</b> if the operation is successful. 94 * @return Returns a negative value if the operation fails. 107 * @return Returns <b>0</b> if the operation is successful. 108 * @return Returns a negative value if the operation fails. 121 * @return Returns <b>0</b> if the operation is successful. 122 * @return Returns a negative value if the operation fails. [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/ |
H A D | DataSourceObserver.ts | 128 dataOperations.forEach((operation) => { 129 switch (operation.type) { 132 if (operation.count === undefined || operation.count > 0) { 135 startIndex: operation.index, 136 count: operation.count ?? 1, 143 index: operation.index, 155 a: operation.index.start, 156 b: operation.index.end, 162 from: operation.index.from, 163 to: operation.index.to, [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/ |
H A D | IHostapdInterface.idl | 65 * @return Returns <b>0</b> if the operation is successful. 66 * @return Returns a negative value if the operation fails. 79 * @return Returns <b>0</b> if the operation is successful. 80 * @return Returns a negative value if the operation fails. 93 * @return Returns <b>0</b> if the operation is successful. 94 * @return Returns a negative value if the operation fails. 107 * @return Returns <b>0</b> if the operation is successful. 108 * @return Returns a negative value if the operation fails. 120 * @return Returns <b>0</b> if the operation is successful. 121 * @return Returns a negative value if the operation fails. [all …]
|