| /foundation/ability/ability_base/interfaces/kits/native/want/src/ |
| D | operation.cpp | 16 #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/ability/ability_base/test/unittest/want/ |
| D | operation_test.cpp | 20 #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/ |
| D | transform_component.cpp | 41 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/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| D | l2cap_le.h | 50 * @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 …]
|
| D | l2cap.h | 51 * @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/ |
| D | operation.h | 28 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/ |
| D | l2cap_le_if.h | 37 * @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 …]
|
| D | btm.h | 38 …* @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/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
| D | transport_l2cap.h | 133 * @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/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| D | hfp_hf_profile.h | 171 …* @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/wifi/wifi/interfaces/inner_api/ |
| D | wifi_p2p.h | 35 * @return ErrCode - operation result 42 * @return ErrCode - operation result 49 * @return ErrCode - operation result 56 * @return ErrCode - operation result 63 * @return ErrCode - operation result 70 * @return ErrCode - operation result 79 * @return ErrCode - operation result 87 * @return ErrCode - operation result 95 * @return ErrCode - operation result 104 * @return ErrCode - operation result [all …]
|
| D | wifi_device.h | 35 * @return ErrCode - operation result 42 * @return ErrCode - operation result 50 * @return ErrCode - operation result 59 * @return ErrCode - operation result 67 * @return ErrCode - operation result 75 * @return ErrCode - operation result 83 * @return ErrCode - operation result 93 * @return ErrCode - operation result 102 * @return ErrCode - operation result 110 * @return ErrCode - operation result [all …]
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
| D | wifi_p2p_service_impl.h | 43 * @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/communication/wifi/wifi/frameworks/native/src/ |
| D | wifi_device_impl.h | 39 * @return ErrCode - operation result 46 * @return ErrCode - operation result 55 * @return ErrCode - operation result 64 * @return ErrCode - operation result 72 * @return ErrCode - operation result 80 * @return ErrCode - operation result 88 * @return ErrCode - operation result 98 * @return ErrCode - operation result 107 * @return ErrCode - operation result 115 * @return ErrCode - operation result [all …]
|
| D | wifi_p2p_impl.h | 34 * @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 …]
|
| D | wifi_p2p_proxy.h | 33 * @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 …]
|
| D | wifi_device_proxy.h | 47 * @return ErrCode - operation result 54 * @return ErrCode - operation result 63 * @return ErrCode - operation result 72 * @return ErrCode - operation result 80 * @return ErrCode - operation result 88 * @return ErrCode - operation result 96 * @return ErrCode - operation result 106 * @return ErrCode - operation result 115 * @return ErrCode - operation result 123 * @return ErrCode - operation result [all …]
|
| /foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
| D | i_wifi_p2p.h | 36 * @return ErrCode - operation result 43 * @return ErrCode - operation result 50 * @return ErrCode - operation result 57 * @return ErrCode - operation result 64 * @return ErrCode - operation result 71 * @return ErrCode - operation result 80 * @return ErrCode - operation result 88 * @return ErrCode - operation result 96 * @return ErrCode - operation result 105 * @return ErrCode - operation result [all …]
|
| D | i_wifi_device.h | 41 * @return ErrCode - operation result 48 * @return ErrCode - operation result 57 * @return ErrCode - operation result 66 * @return ErrCode - operation result 74 * @return ErrCode - operation result 82 * @return ErrCode - operation result 90 * @return ErrCode - operation result 100 * @return ErrCode - operation result 109 * @return ErrCode - operation result 117 * @return ErrCode - operation result [all …]
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | rdb_query.cpp | 70 for (const auto &operation : predicates.operations_) { in MakeQuery() local 71 if (operation.operator_ >= 0 && operation.operator_ < OPERATOR_MAX) { in MakeQuery() 72 (this->*HANDLES[operation.operator_])(operation); in MakeQuery() 91 void RdbQuery::EqualTo(const RdbPredicateOperation &operation) in EqualTo() argument 93 query_.EqualTo(operation.field_, operation.values_[0]); in EqualTo() 96 void RdbQuery::NotEqualTo(const RdbPredicateOperation &operation) in NotEqualTo() argument 98 query_.NotEqualTo(operation.field_, operation.values_[0]); in NotEqualTo() 101 void RdbQuery::And(const RdbPredicateOperation &operation) in And() argument 106 void RdbQuery::Or(const RdbPredicateOperation &operation) in Or() argument 111 void RdbQuery::OrderBy(const RdbPredicateOperation &operation) in OrderBy() argument [all …]
|
| /foundation/communication/wifi/wifi/interfaces/kits/c/ |
| D | wifi_p2p.h | 34 * @return WifiErrorCode - operation result 41 * @return WifiErrorCode - operation result 49 * @return WifiErrorCode - operation result 56 * @return WifiErrorCode - operation result 63 * @return WifiErrorCode - operation result 70 * @return WifiErrorCode - operation result 77 * @return WifiErrorCode - operation result 86 * @return WifiErrorCode - operation result 93 * @return ErrCode - operation result 101 * @return WifiErrorCode - operation result [all …]
|
| /foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/ |
| D | recorder_client.cpp | 36 MEDIA_ERR_LOG("No operation object"); in SetVideoSource() 45 MEDIA_ERR_LOG("No operation object"); in SetVideoEncoder() 54 MEDIA_ERR_LOG("No operation object"); in SetVideoSize() 63 MEDIA_ERR_LOG("No operation object"); in SetVideoFrameRate() 72 MEDIA_ERR_LOG("No operation object"); in SetVideoEncodingBitRate() 81 MEDIA_ERR_LOG("No operation object"); in SetCaptureRate() 90 MEDIA_ERR_LOG("No operation object"); in GetSurface() 99 MEDIA_ERR_LOG("No operation object"); in SetAudioSource() 108 MEDIA_ERR_LOG("No operation object"); in SetAudioEncoder() 117 MEDIA_ERR_LOG("No operation object"); in SetAudioSampleRate() [all …]
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| D | kv_virtual_device.cpp | 100 …auto operation = new (std::nothrow) SyncOperation(id, {remoteDeviceId_}, SUBSCRIBE_QUERY, nullptr,… in Subscribe() local 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() 109 context_->AddSyncOperation(operation); in Subscribe() 110 operation->WaitIfNeed(); in Subscribe() 111 RefObject::KillAndDecObjRef(operation); in Subscribe() 123 …auto operation = new (std::nothrow) SyncOperation(id, {remoteDeviceId_}, UNSUBSCRIBE_QUERY, callba… in UnSubscribe() local [all …]
|
| /foundation/multimedia/av_session/utils/src/ |
| D | avsession_sysevent.cpp | 31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount() argument 33 optCounts_[operation]++; in AddOperationCount() 53 … HiSysWriteStatistic("CONTROL_COMMAND_STATISTICS", "PLAY_COUNT", optCounts_[Operation::OPT_PLAY], in Regiter() 54 … "PAUSE_COUNT", optCounts_[Operation::OPT_PAUSE], "STOP_COUNT", optCounts_[Operation::OPT_STOP], in Regiter() 55 "PLAY_NEXT_COUNT", optCounts_[Operation::OPT_PLAY_NEXT], in Regiter() 56 "PLAY_PREVIOUS_COUNT", optCounts_[Operation::OPT_PLAY_PREVIOUS], in Regiter() 57 "FAST_FORWARD_COUNT", optCounts_[Operation::OPT_FAST_FORWARD], in Regiter() 58 "REWIND_COUNT", optCounts_[Operation::OPT_REWIND], in Regiter() 59 "SEEK_COUNT", optCounts_[Operation::OPT_SEEK], in Regiter() 60 "SET_SPEED_COUNT", optCounts_[Operation::OPT_SET_SPEED], in Regiter() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| D | smp.h | 188 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 196 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 205 * @return Returns <b>SMP_RESOLVE_RPA_RESULT_YES</b> if the operation is successful; 206 * returns others if the operation fails. 215 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 223 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 231 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 240 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 251 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… 262 …* @return Returns <b>BT_SUCCESS</b> if the operation is successful; returns others if the operatio… [all …]
|