Searched refs:m_location (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.cpp | 57 QCOMPARE(m_location.address(), m_address); in constructor() 58 QCOMPARE(m_location.coordinate(), m_coordinate); in constructor() 59 QCOMPARE(m_location.boundingBox(), m_viewport); in constructor() 60 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in constructor() 65 QGeoLocation *qgeolocationcopy = new QGeoLocation (m_location); in copy_constructor() 66 QCOMPARE(m_location, *qgeolocationcopy); in copy_constructor() 77 qgeolocationcopy = new QGeoLocation(m_location); in destructor() 90 m_location.setAddress(m_address); in address() 92 QCOMPARE(m_location.address(),m_address); in address() 95 QVERIFY(m_location.address() != m_address); in address() [all …]
|
| H A D | tst_qgeolocation.h | 73 QGeoLocation m_location;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace.cpp | 185 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace() 198 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace() 321 if (m_location && m_location->parent() == this) { in setPlace() 322 m_location->setLocation(m_src.location()); in setPlace() 323 } else if (!m_location || m_location->parent() != this) { in setPlace() 324 m_location = new QDeclarativeGeoLocation(m_src.location(), this); in setPlace() 406 result.setLocation(m_location ? m_location->location() : QGeoLocation()); in place() 447 if (m_location == location) in setLocation() 450 if (m_location && m_location->parent() == this) in setLocation() 451 delete m_location; in setLocation() [all …]
|
| H A D | qdeclarativeplace_p.h | 228 QDeclarativeGeoLocation *m_location; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/ |
| H A D | tst_qmlinterface.cpp | 70 QGeoLocation m_location; member in tst_qmlinterface 99 m_location.setAddress(m_address); in tst_qmlinterface() 100 m_location.setBoundingBox(m_rectangle); in tst_qmlinterface() 101 m_location.setCoordinate(m_coordinate); in tst_qmlinterface() 140 m_place.setLocation(m_location); in tst_qmlinterface() 179 QCOMPARE(location, m_location); in testLocation()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optinfo.h | 158 location_t get_location () const { return m_location; } in get_location() 164 location_t m_location; variable
|
| H A D | alloc-pool.h | 236 mem_location m_location; variable 247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {} in base_pool_allocator() 278 (this, new mem_location (m_location)); in initialize()
|
| H A D | mem-stats.h | 380 mem_location m_location; variable
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optinfo.h | 158 location_t get_location () const { return m_location; } in get_location() 164 location_t m_location; variable
|
| H A D | alloc-pool.h | 236 mem_location m_location; variable 247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {} in base_pool_allocator() 278 (this, new mem_location (m_location)); in initialize()
|
| H A D | mem-stats.h | 380 mem_location m_location; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.cpp | 666 m_location(other.m_location), in QPlacePrivateDefault() 701 return m_location; in location() 706 m_location = location; in setLocation()
|
| H A D | qplace_p.h | 152 QGeoLocation m_location; variable
|