Home
last modified time | relevance | path

Searched refs:GetEventDate (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_event_data.h34 std::string GetEventDate();
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_event_data.cpp46 std::string VCardEventData::GetEventDate() in GetEventDate() function in OHOS::Telephony::VCardEventData
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/
H A Dstpageabilityevent.h101 std::string GetEventDate(const std::string &stateCallbackCount);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstpageabilityevent.cpp56 std::string STPageAbilityEvent::GetEventDate(const std::string &stateCallbackCount) in GetEventDate() function in OHOS::AppExecFwk::STPageAbilityEvent
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp723 if (eventData->GetEventDate().empty()) { in ConstructEvents()
726 birthdayDate = eventData->GetEventDate(); in ConstructEvents()
730 { eventData->GetEventDate(), std::to_string(labelId), eventData->GetLabelName() }); in ConstructEvents()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1097 EXPECT_EQ(contacts[0]->GetEventDatas()[0]->GetEventDate(), "20230102");