Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:note
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/core_service/utils/vcard/src/contact_data/
H
A
D
vcard_note_data.cpp
40
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
D
vcard_note_data.h
32
void InitNoteData(std::string
note
);
34
void SetNote(std::string
note
);
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H
A
D
AppMonitorDataConverter.h
62
appEvtData.
note
= evt.
note
;
in ConvertXperfEvtToAppEvtData()
H
A
D
AppLaunchMonitorConverter.h
68
checkPointData.
note
= appEvtData.
note
;
in ConvertAppEvtDataToCheckPointData()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AppLaunchConverter.h
48
point.
note
= data.
note
;
in ConvertToInteractionResponse()
196
point.
note
= data.
note
;
in ConvertToInteractionCompleted()
H
A
D
AppLaunchSceneDataProcessor.cpp
66
bundleName = data.
note
;
in GetBundleName()
286
appStartMetrics.responseLatency = (!record.interactionResponse.
note
.empty()) ?
in CalcMetrics()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H
A
D
IAppThrExecutor.h
59
std::string
note
{""};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H
A
D
IAppLaunchSceneDb.h
44
std::string
note
{""};
171
std::string
note
{""};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H
A
D
IAppLaunchSceneDataProcessor.h
55
std::string
note
{""};
/base/hiviewdfx/hiview/plugins/performance/
H
A
D
XperfEvt.h
131
std::string
note
{""};
H
A
D
EvtParser.h
275
evt.
note
= sysEvent.GetEventValue(KEY_NOTE);
in ConvertToXperfEvent()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_constructor.cpp
686
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
D
vcard_contact.cpp
706
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
D
vcard_contact.h
107
void AddNote(const std::string
note
);
Completed in 9 milliseconds