Home
last modified time | relevance | path

Searched refs:Move (Results 1 - 25 of 135) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp66 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 Dmotion.h38 virtual void Move(float offsetTime) = 0;
43 Move(timestamp);
H A Dscroll_motion.cpp50 void ScrollMotion::Move(float offsetTime) in Move() function in OHOS::Ace::ScrollMotion
56 springMotion_->Move(offsetTime); in Move()
H A Dselect_motion.h50 void Move(float offsetTime) override {};
H A Dfriction_motion.h43 void Move(float offsetTime) override;
H A Dvelocity_motion.h71 void Move(float offsetTime) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h207 Move(disconnected); in A2dpStateManager()
208 Move(disconnecting); in A2dpStateManager()
209 Move(connected); in A2dpStateManager()
210 Move(connecting); in A2dpStateManager()
H A Da2dp_state_machine.h710 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 Drs_profiler_packet.cpp59 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 Dkv_store_result_set_impl.cpp44 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 Dsys_state_machine.cpp25 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 Dpower_state_machine.cpp37 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 Dadapter_state_machine.cpp31 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 Dobject_container.h92 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 Dmove.h26 class Move final {
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h101 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 Davrcp_ct_state_machine.cpp347 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 Dcontainer_base.h50 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 Dmetadata.cpp277 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 Dpan_statemachine.cpp41 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 Dkvstore_result_set.h46 * @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 Dikvdb_result_set.h49 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 Dkvdb_windowed_result_set.cpp45 int KvDBWindowedResultSet::Move(int offset) const in Move() function in DistributedDB::KvDBWindowedResultSet
H A Dkvdb_windowed_result_set.h40 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 Dhfp_ag_statemachine.cpp55 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()

Completed in 10 milliseconds

123456