/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 66 outArc1_.Move(0.0 - topDiff, 0.0); in Calculate() 67 outArc2_.Move(topDiff, 0.0); in Calculate() 68 outArc3_.Move(0.0, bottomDiff); in Calculate() 76 outArc1_.Move(xOffset, yOffset); in Calculate() 77 outArc2_.Move(xOffset, yOffset); in Calculate() 78 outArc3_.Move(xOffset, yOffset); in Calculate()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | motion.h | 38 virtual void Move(float offsetTime) = 0; 43 Move(timestamp);
|
H A D | scroll_motion.cpp | 50 void ScrollMotion::Move(float offsetTime) in Move() function in OHOS::Ace::ScrollMotion 56 springMotion_->Move(offsetTime); in Move()
|
H A D | select_motion.h | 50 void Move(float offsetTime) override {};
|
H A D | friction_motion.h | 43 void Move(float offsetTime) override;
|
H A D | velocity_motion.h | 71 void Move(float offsetTime) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_state_machine.h | 207 Move(disconnected); in A2dpStateManager() 208 Move(disconnecting); in A2dpStateManager() 209 Move(connected); in A2dpStateManager() 210 Move(connecting); in A2dpStateManager()
|
H A D | a2dp_state_machine.h | 710 Move(idl); in A2dpStateMachine() 711 Move(configure); in A2dpStateMachine() 712 Move(opening); in A2dpStateMachine() 713 Move(open); in A2dpStateMachine() 714 Move(streaming); in A2dpStateMachine() 715 Move(closing); in A2dpStateMachine()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_packet.cpp | 59 Utils::Move(&length, sizeof(length), data_.data() + HEADER_LENGTH_OFFSET, sizeof(length)); in GetLength() 77 Utils::Move(data_.data() + HEADER_LENGTH_OFFSET, sizeof(length), &length, sizeof(length)); in SetLength() 97 if (!Utils::Move(value, size, data_.data() + readPointer_, size) != 0) { in Read() 113 if (!Utils::Move(data_.data() + writePointer_, data_.size() - writePointer_, value, size)) { in Write()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_result_set_impl.cpp | 44 bool KvStoreResultSetImpl::Move(int offset) in Move() function in DistributedDB::KvStoreResultSetImpl 49 if (resultSet_->Move(offset) == E_OK) { in Move() 91 return Move(1); in MoveToNext() 97 return Move(-1); in MoveToPrevious()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | sys_state_machine.cpp | 25 Move(stopped); in Init() 27 Move(started); in Init() 29 Move(stopping); in Init() 31 Move(resetting); in Init() 34 Move(factoryResetting); in Init()
|
H A D | power_state_machine.cpp | 37 Move(powerActiveState); in Init() 38 Move(powerAaState); in Init() 39 Move(powerAsState); in Init() 41 Move(powerSniffState); in Init() 42 Move(powerSaState); in Init() 43 Move(powerSsState); in Init()
|
H A D | adapter_state_machine.cpp | 31 Move(turningOn); in Init() 33 Move(turnOn); in Init() 35 Move(turningOff); in Init() 37 Move(turnOff); in Init()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_container.h | 92 bool Move(IContainer::SizeType fromIndex, IContainer::SizeType toIndex) override 94 return container_->Move(fromIndex, toIndex); 96 bool Move(const IObject::Ptr& child, IContainer::SizeType toIndex) override 98 return container_->Move(child, toIndex);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | move.h | 26 class Move final {
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 101 bool Move(const IAnimationInternal::MoveParams& move) override 103 return GetState().Move(move).changed; 272 bool Move(SizeType fromIndex, SizeType toIndex) override 274 return GetContainer().Move(fromIndex, toIndex); 276 bool Move(const IObject::Ptr& child, SizeType toIndex) override 278 return GetContainer().Move(child, toIndex);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 347 Move(ctDisconnectingPtr); in AddStates() 348 Move(ctPendingPtr); in AddStates() 349 Move(ctContinuationPtr); in AddStates() 350 Move(ctDisablePtr); in AddStates() 351 Move(ctConnectedPtr); in AddStates() 352 Move(ctConnectingPtr); in AddStates() 374 Move(brPendingPtr); in AddStates() 375 Move(brDisconnectingPtr); in AddStates() 376 Move(brConnectedPtr); in AddStates() 377 Move(brConnectingPt in AddStates() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.h | 50 bool Move(SizeType fromIndex, SizeType toIndex) override; 51 bool Move(const IObject::Ptr& child, SizeType toIndex) override;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | metadata.cpp | 277 bool MetadataPropertyContainer::Move(SizeType fromIndex, SizeType toIndex) in Move() function in Internal::MetadataPropertyContainer 279 return impl_.Move(fromIndex, toIndex); in Move() 281 bool MetadataPropertyContainer::Move(const IObject::Ptr& child, SizeType toIndex) in Move() function in Internal::MetadataPropertyContainer 283 return impl_.Move(child, toIndex); in Move()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_statemachine.cpp | 41 Move(disconnectedState); in Init() 42 Move(connectingState); in Init() 43 Move(disconnectingState); in Init() 44 Move(connectedState); in Init()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kvstore_result_set.h | 46 * @brief Move the read position to first row. 52 * @brief Move the read position to the last row. 58 * @brief Move the read position to the next row. 65 * @brief Move the read position to the previous row. 72 * @brief Move the read position by a relative amount from the current position. 76 virtual bool Move(int offset) = 0; 79 * @brief Move the read position to an absolute position value.
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_result_set.h | 49 virtual int Move(int offset) const = 0; 51 // Move the read position to an absolute position value.
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_windowed_result_set.cpp | 45 int KvDBWindowedResultSet::Move(int offset) const in Move() function in DistributedDB::KvDBWindowedResultSet
|
H A D | kvdb_windowed_result_set.h | 40 int Move(int offset) const override; 42 // Move the read position to an absolute position value.
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.cpp | 55 Move(disconnectedState); in Init() 56 Move(connectingState); in Init() 57 Move(disconnectingState); in Init() 58 Move(audioConnecting); in Init() 59 Move(audioConnected); in Init() 60 Move(audioDisconnecting); in Init() 61 Move(connectedState); // Add parenet state at last in Init()
|