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:role
(Results
1 - 3
of
3
) sorted by relevance
/applications/standard/calendardata/calendarmanager/common/
H
A
D
calendar_define.h
64
optional<RoleType>
role
;
member
67
return name == other.name && email == other.email &&
role
.value_or(NONE) == other.
role
.value_or(NONE);
in operator ==()
/applications/standard/calendardata/calendarmanager/napi/src/
H
A
D
napi_util.cpp
458
NapiUtil::GetNamedPropertyOptional(env, in, "
role
", value);
in GetValue()
464
out.
role
= ORGANIZER;
in GetValue()
466
out.
role
= PARTICIPANT;
in GetValue()
485
if (!in.
role
.has_value()) {
in SetValue()
489
if (in.
role
== PARTICIPANT) {
in SetValue()
496
CHECK_RETURN((status == napi_ok), "invalid
role
", status);
in SetValue()
497
napi_set_named_property(env, out, "
role
", roleValue);
in SetValue()
/applications/standard/calendardata/calendarmanager/native/src/
H
A
D
native_util.cpp
405
if (attendee.
role
.has_value()) {
in GetUTCTime()
406
valuesBucket.Put("attendeeRelationship", attendee.
role
.value());
in GetUTCTime()
842
attendee.
role
= std::make_optional<RoleType>(PARTICIPANT);
in GetUTCTime()
844
attendee.
role
= std::make_optional<RoleType>(ORGANIZER);
in GetUTCTime()
Completed in 4 milliseconds