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
defs:account
(Results
1 - 6
of
6
) sorted by relevance
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H
A
D
calendar_manager_test.cpp
45
auto
account
= calendar->GetAccount();
in HWTEST_F()
local
135
auto
account
= calendar->GetAccount();
in HWTEST_F()
local
/applications/standard/calendardata/calendarmanager/native/src/
H
A
D
native_calendar_manager.cpp
41
bool CalendarManager::IsDefaultAccount(const CalendarAccount &
account
)
in IsDefaultAccount()
argument
46
auto BuildValueCalendarAccount(const CalendarAccount &
account
)
in BuildValueCalendarAccount()
argument
58
std::shared_ptr<Calendar> CalendarManager::CreateCalendar(const CalendarAccount&
account
)
in CreateCalendar()
argument
71
BuildCalendarFilter(const CalendarAccount&
account
)
BuildCalendarFilter()
argument
81
GetCalendar(const std::optional<CalendarAccount>&
account
)
GetCalendar()
argument
[all...]
H
A
D
native_calendar.cpp
40
Calendar::Calendar(CalendarAccount
account
, int id)
in Calendar()
argument
H
A
D
native_util.cpp
34
void DumpCalendarAccount(const CalendarAccount &
account
)
in DumpCalendarAccount()
argument
/applications/standard/calendardata/calendarmanager/napi/src/
H
A
D
calendar_manager_napi.cpp
36
CalendarAccount
account
;
in CreateCalendar()
member
74
CalendarAccount
account
;
in DeleteCalendar()
member
106
std::optional<CalendarAccount>
account
;
member
H
A
D
calendar_napi.cpp
386
auto
account
= nativeCalendar->GetAccount();
in GetAccount()
local
Completed in 8 milliseconds