Home
last modified time | relevance | path

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

12345678910>>...61

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_query.cpp62 for (const auto &operation : predicates.operations_) { in MakeQuery() local
63 if (operation.operator_ >= 0 && operation.operator_ < OPERATOR_MAX) { in MakeQuery()
64 (this->*HANDLES[operation.operator_])(operation); in MakeQuery()
87 for (const auto& operation : predicates.operations_) { in MakeCloudQuery() local
88 if (operation.operator_ >= 0 && operation.operator_ < OPERATOR_MAX) { in MakeCloudQuery()
89 (this->*HANDLES[operation.operator_])(operation); in MakeCloudQuery()
127 void RdbQuery::EqualTo(const RdbPredicateOperation &operation) in EqualTo() argument
129 if (operation.values_.empty()) { in EqualTo()
132 query_.EqualTo(operation.field_, operation.values_[0]); in EqualTo()
133 predicates_->EqualTo(operation.field_, operation.values_[0]); in EqualTo()
[all …]
Drdb_query.h50 void EqualTo(const RdbPredicateOperation& operation);
51 void NotEqualTo(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);
59 void BeginWith(const RdbPredicateOperation& operation);
[all …]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
Doperation.cpp16 #include "operation.h"
22 Operation::Operation() : flags_(0), uri_("") in Operation() function in OHOS::AAFwk::Operation
26 Operation::Operation(const Operation &other) : flags_(0), uri_(other.uri_.ToString()) in Operation() function in OHOS::AAFwk::Operation
37 Operation::~Operation() in ~Operation()
41 * @description: Obtains the value of the abilityName attribute included in this Operation.
42 * @return Returns the ability name included in this Operation.
44 std::string Operation::GetAbilityName() const in GetAbilityName()
50 * @description: Obtains the value of the action attribute included in this Operation.
51 * @return Returns the action included in this Operation.
53 std::string Operation::GetAction() const in GetAction()
[all …]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_asset_download_test/src/
Dmedialibrary_cloud_asset_download_test.cpp205 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable
206 operation->taskStatus_ = CloudMediaAssetTaskStatus::IDLE;
209 operation->taskStatus_ = CloudMediaAssetTaskStatus::DOWNLOADING;
212 operation->taskStatus_ = CloudMediaAssetTaskStatus::PAUSED;
213 operation->pauseCause_ = CloudMediaTaskPauseCause::USER_PAUSED;
223 …std::shared_ptr<CloudMediaAssetDownloadOperation> operation = CloudMediaAssetDownloadOperation::Ge… variable
224 operation->taskStatus_ = CloudMediaAssetTaskStatus::IDLE;
227 operation->taskStatus_ = CloudMediaAssetTaskStatus::PAUSED;
228 operation->pauseCause_ = CloudMediaTaskPauseCause::USER_PAUSED;
231 operation = nullptr;
[all …]
/foundation/ability/ability_base/test/unittest/want/
Doperation_test.cpp20 #include "operation.h"
68 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable
69 EXPECT_STREQ(value.c_str(), operation->GetAbilityName().c_str());
83 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable
85 EXPECT_STREQ(value.c_str(), operation->GetAbilityName().c_str());
97 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable
98 EXPECT_STREQ(value.c_str(), operation->GetBundleName().c_str());
110 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable
111 EXPECT_STREQ(value.c_str(), operation->GetBundleName().c_str());
123 std::shared_ptr<Operation> operation = operationbuilder_->build(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dtransform_component.cpp41 TransformOperation operation; in Translate() local
42 operation.type_ = TransformOperationType::TRANSLATE; in Translate()
43 operation.translateOperation_ = TranslateOperation(x, y, z); in Translate()
44 transformEffects.AddTransformOperation(operation, animationOption); in Translate()
75 TransformOperation operation; in Scale() local
76 operation.type_ = TransformOperationType::SCALE; in Scale()
77 operation.scaleOperation_ = ScaleOperation(x, y, z); in Scale()
78 transformEffects.AddTransformOperation(operation, animationOption); in Scale()
99 TransformOperation operation; in Rotate() local
100 operation.type_ = TransformOperationType::ROTATE; in Rotate()
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
DIWpaInterface.idl63 * @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 …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
Dl2cap_le.h50 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
58 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
68 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
80 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
88 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
97 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
106 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
115 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
123 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
132 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
[all …]
Dl2cap.h51 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
59 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
70 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
81 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
90 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
101 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
109 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
118 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
127 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
136 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
[all …]
/foundation/ability/ability_base/interfaces/kits/native/want/include/
Doperation.h28 class Operation : public Parcelable {
33 Operation();
34 ~Operation();
35 Operation(const Operation &other);
37 * @description: Obtains the value of the abilityName attribute included in this Operation.
38 * @return Returns the ability name included in this Operation.
43 * @description: Obtains the value of the action attribute included in this Operation.
44 * @return Returns the action included in this Operation.
49 * @description: Obtains the value of the bundleName attribute included in this Operation.
50 * @return Returns the bundle name included in this Operation.
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dl2cap_le_if.h37 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
46 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
56 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
68 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
77 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
86 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
95 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
104 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
113 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
122 * @return Returns <b>BT_SUCCESS</b> if the operation is successful, otherwise the operation fails.
[all …]
Dbtm.h38 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
45 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
56 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
64 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
86 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
94 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
106 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
111 * @brief Cancel the connect operation to BR/EDR device.
114 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
122 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio…
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/
DIRil.idl63 * @return Returns <b>0</b> if the operation is successful.
64 * @return Returns a non-0 value if the operation fails.
78 * @return Returns <b>0</b> if the operation is successful.
79 * @return Returns a non-0 value if the operation fails.
92 * @return Returns <b>0</b> if the operation is successful.
93 * @return Returns a non-0 value if the operation fails.
106 * @return Returns <b>0</b> if the operation is successful.
107 * @return Returns a non-0 value if the operation fails.
121 * @return Returns <b>0</b> if the operation is successful.
122 * @return Returns a non-0 value if the operation fails.
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
DIRil.idl63 * @return Returns <b>0</b> if the operation is successful.
64 * @return Returns a non-0 value if the operation fails.
78 * @return Returns <b>0</b> if the operation is successful.
79 * @return Returns a non-0 value if the operation fails.
92 * @return Returns <b>0</b> if the operation is successful.
93 * @return Returns a non-0 value if the operation fails.
106 * @return Returns <b>0</b> if the operation is successful.
107 * @return Returns a non-0 value if the operation fails.
121 * @return Returns <b>0</b> if the operation is successful.
122 * @return Returns a non-0 value if the operation fails.
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
DIRil.idl63 * @return Returns <b>0</b> if the operation is successful.
64 * @return Returns a non-0 value if the operation fails.
78 * @return Returns <b>0</b> if the operation is successful.
79 * @return Returns a non-0 value if the operation fails.
92 * @return Returns <b>0</b> if the operation is successful.
93 * @return Returns a non-0 value if the operation fails.
106 * @return Returns <b>0</b> if the operation is successful.
107 * @return Returns a non-0 value if the operation fails.
121 * @return Returns <b>0</b> if the operation is successful.
122 * @return Returns a non-0 value if the operation fails.
[all …]
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_p2p_impl.h33 * @return ErrCode - operation result
40 * @return ErrCode - operation result
47 * @return ErrCode - operation result
54 * @return ErrCode - operation result
61 * @return ErrCode - operation result
68 * @return ErrCode - operation result
77 * @return ErrCode - operation result
85 * @return ErrCode - operation result
93 * @return ErrCode - operation result
102 * @return ErrCode - operation result
[all …]
Dwifi_device_impl.h38 * @return ErrCode - operation result
45 * @return ErrCode - operation result
54 * @return ErrCode - operation result
63 * @return ErrCode - operation result
71 * @return ErrCode - operation result
80 * @return ErrCode - operation result
90 * @return ErrCode - operation result
97 * @return ErrCode - operation result
105 * @return ErrCode - operation result
113 * @return ErrCode - operation result
[all …]
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
Dboot_animation_operation_test.cpp44 BootAnimationOperation operation; variable
45 operation.SetSoundEnable(true);
46 EXPECT_EQ(operation.isSoundEnabled_, true);
56 BootAnimationOperation operation; variable
57 operation.SetSoundEnable(false);
58 EXPECT_EQ(operation.isSoundEnabled_, false);
68 BootAnimationOperation operation; variable
69 operation.InitRsDisplayNode();
70 ASSERT_NE(nullptr, operation.rsDisplayNode_);
80 BootAnimationOperation operation; variable
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_profile.h171 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
178 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
185 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
193 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
202 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
209 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
216 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
224 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
231 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
239 …* @return Returns <b>true</b> if the operation is successful; returns <b>false</b> if the operatio…
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
Dtransport_l2cap.h133 * @param result if the operation is successful, otherwise the operation fails.
142 * @param result if the operation is successful, otherwise the operation fails.
150 * @param result if the operation is successful, otherwise the operation fails.
159 * @param result if the operation is successful, otherwise the operation fails.
168 * @param result if the operation is successful, otherwise the operation fails.
176 * @param result if the operation is successful, otherwise the operation fails.
184 * @param result if the operation is successful, otherwise the operation fails.
192 * @param result if the operation is successful, otherwise the operation fails.
200 * @param result if the operation is successful, otherwise the operation fails.
208 * @param result if the operation is successful, otherwise the operation fails.
[all …]
/foundation/communication/wifi/wifi/interfaces/inner_api/
Dwifi_p2p.h34 * @return ErrCode - operation result
41 * @return ErrCode - operation result
48 * @return ErrCode - operation result
55 * @return ErrCode - operation result
62 * @return ErrCode - operation result
69 * @return ErrCode - operation result
78 * @return ErrCode - operation result
86 * @return ErrCode - operation result
94 * @return ErrCode - operation result
103 * @return ErrCode - operation result
[all …]
/foundation/communication/wifi/wifi/interfaces/kits/c/
Dwifi_p2p.h36 * @return WifiErrorCode - operation result
43 * @return WifiErrorCode - operation result
51 * @return WifiErrorCode - operation result
58 * @return WifiErrorCode - operation result
65 * @return WifiErrorCode - operation result
72 * @return WifiErrorCode - operation result
79 * @return WifiErrorCode - operation result
88 * @return WifiErrorCode - operation result
95 * @return ErrCode - operation result
103 * @return WifiErrorCode - operation result
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/foo/usb/v1_0/
DIUsbInterface.idl61 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
71 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
82 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
94 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
106 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
117 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
128 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
139 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
150 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
163 …* @return Returns <b>0</b> if the operation is successful; returns a non-0 value if the operation
[all …]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
Dwifi_p2p_service_impl.h43 * @return ErrCode - operation result
50 * @return ErrCode - operation result
57 * @return ErrCode - operation result
64 * @return ErrCode - operation result
71 * @return ErrCode - operation result
78 * @return ErrCode - operation result
87 * @return ErrCode - operation result
95 * @return ErrCode - operation result
103 * @return ErrCode - operation result
112 * @return ErrCode - operation result
[all …]
/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/foo/wlan/hostapd/v1_0/
DIHostapdInterface.idl65 * @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 …]

12345678910>>...61