Home
last modified time | relevance | path

Searched defs:note (Results 1 – 10 of 10) sorted by relevance

/base/telephony/core_service/utils/vcard/src/contact_data/
Dvcard_note_data.cpp40 void VCardNoteData::InitNoteData(std::string note) in InitNoteData()
50 void VCardNoteData::SetNote(std::string note) in SetNote()
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/interfaces/inner_api/src/
Dperf_monitor_adapter.cpp72 …itorAdapter::GetInputTime(const std::string& sceneId, PerfActionType type, const std::string& note) in GetInputTime()
127 …PerfMonitorAdapter::Start(const std::string& sceneId, PerfActionType type, const std::string& note) in Start()
137 …rAdapter::StartCommercial(const std::string& sceneId, PerfActionType type, const std::string& note) in StartCommercial()
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/
Dinput_monitor.cpp63 …nputMonitor::GetInputTime(const std::string& sceneId, PerfActionType type, const std::string& note) in GetInputTime()
Danimator_monitor.cpp64 …id AnimatorMonitor::Start(const std::string& sceneId, PerfActionType type, const std::string& note) in Start()
80 …rMonitor::OnAnimatorStart(const std::string& sceneId, PerfActionType type, const std::string& note) in OnAnimatorStart()
Dscene_monitor.cpp199 …eMonitor::OnAnimatorStart(const std::string& sceneId, PerfActionType type, const std::string& note) in OnAnimatorStart()
Dperf_reporter.cpp346 const auto& note = data.baseInfo.note; in ReportEventComplete() local
/base/hiviewdfx/faultloggerd/tools/process_dump/coredump/
Ddfx_coredump_writer.cpp223 Elf64_Nhdr note; in NoteWrite() local
571 Elf64_Nhdr *note = reinterpret_cast<Elf64_Nhdr *>(currentPointer_); in AuxvWrite() local
588 bool NoteSegmentWriter::ReadProcessAuxv(Elf64_Nhdr *note) in ReadProcessAuxv()
616 Elf64_Nhdr *note = reinterpret_cast<Elf64_Nhdr *>(currentPointer_); in FileWrite() local
Ddfx_coredump_service.cpp281 NoteSegmentWriter note(mappedMemory_, currentPointer_, coreDumpThread_, maps_, keyRegs_); in WriteNoteSegment() local
/base/telephony/core_service/utils/vcard/src/
Dvcard_constructor.cpp692 auto note = noteData->GetNote(); in ConstructNotes() local
Dvcard_contact.cpp737 void VCardContact::AddNote(const std::string note) in AddNote()