Home
last modified time | relevance | path

Searched refs:note (Results 1 - 14 of 14) sorted by relevance

/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_note_data.cpp40 void VCardNoteData::InitNoteData(std::string note) in InitNoteData() argument
42 note_ = note; in InitNoteData()
50 void VCardNoteData::SetNote(std::string note) in SetNote() argument
52 note_ = note; in SetNote()
/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_note_data.h32 void InitNoteData(std::string note);
34 void SetNote(std::string note);
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppMonitorDataConverter.h62 appEvtData.note = evt.note; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h68 checkPointData.note = appEvtData.note; in ConvertAppEvtDataToCheckPointData()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchConverter.h48 point.note = data.note; in ConvertToInteractionResponse()
196 point.note = data.note; in ConvertToInteractionCompleted()
H A DAppLaunchSceneDataProcessor.cpp66 bundleName = data.note; in GetBundleName()
286 appStartMetrics.responseLatency = (!record.interactionResponse.note.empty()) ? in CalcMetrics()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h59 std::string note{""};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h44 std::string note{""};
171 std::string note{""};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h55 std::string note{""};
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h131 std::string note{""};
H A DEvtParser.h275 evt.note = sysEvent.GetEventValue(KEY_NOTE); in ConvertToXperfEvent()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp686 auto note = noteData->GetNote(); in ConstructNotes() local
687 VCardUtils::Trim(note); in ConstructNotes()
688 if (note.empty()) { in ConstructNotes()
691 AddLineWithCharsetAndQP(VCARD_TYPE_NOTE, { note }); in ConstructNotes()
H A Dvcard_contact.cpp706 void VCardContact::AddNote(const std::string note) in AddNote() argument
709 object->InitNoteData(note); in AddNote()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h107 void AddNote(const std::string note);

Completed in 9 milliseconds