Home
last modified time | relevance | path

Searched refs:primaryPhone (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h100 Q_PROPERTY(QString primaryPhone READ primaryPhone NOTIFY primaryPhoneChanged)
168 QString primaryPhone() const;
H A Dqdeclarativeplace.cpp362 if (previous.primaryPhone() != m_src.primaryPhone()) { in setPlace()
821 QString QDeclarativePlace::primaryPhone() const in primaryPhone() function in QDeclarativePlace
1133 if (m_prevPrimaryPhone != primaryPhone()) { in primarySignalsEmission()
1134 m_prevPrimaryPhone = primaryPhone(); in primarySignalsEmission()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml390 //! [Place primaryPhone]
391 var primaryPhone;
393 primaryPhone = place.contactDetails["phone"][0].value;
394 //! [Place primaryPhone]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.h98 QString primaryPhone() const;
H A Dqplace.cpp396 QString QPlace::primaryPhone() const in primaryPhone() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp421 QVERIFY2(place.primaryPhone().isEmpty(), "Wrong default value"); in primaryPhoneTest()
428 QCOMPARE(place.primaryPhone(), QString("555-5555")); in primaryPhoneTest()
432 QCOMPARE(place.primaryPhone(), QString()); in primaryPhoneTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml136 var simpleProperties = ["name", "placeId", "primaryPhone", "primaryFax", "primaryEmail",
269 compare(emptyPlace.primaryPhone, "");
621 …g: "phone", contactType: "phone", signalName: "primaryPhoneChanged", primaryValue: "primaryPhone"},
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetails.qml124 phone.text = place ? place.primaryPhone : ""
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1345 Property { name: "primaryPhone"; type: "string"; isReadonly: true }