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:GetAccount
(Results
1 - 9
of
9
) 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()
46
EXPECT_TRUE(CalendarManager::IsDefaultAccount(calendar->
GetAccount
()));
in HWTEST_F()
69
if (calendar->GetId() == -1 || CalendarManager::IsDefaultAccount(calendar->
GetAccount
())) {
in HWTEST_F()
73
auto accountExpect = calendar->
GetAccount
();
in HWTEST_F()
89
auto accountExpect = calendar->
GetAccount
();
in HWTEST_F()
135
auto account = calendar->
GetAccount
();
in HWTEST_F()
136
EXPECT_TRUE(CalendarManager::IsDefaultAccount(calendar->
GetAccount
()));
in HWTEST_F()
H
A
D
calendar_test.cpp
51
if (calendar != nullptr && calendar->
GetAccount
().name == TEST_NAME) {
in SetUpTestSuite()
H
A
D
event_filter_test.cpp
34
if (calendar != nullptr && calendar->
GetAccount
().name == TEST_NAME) {
in SetUpTestSuite()
/applications/standard/contacts_data/ability/account/include/
H
A
D
account_manager.h
25
int
GetAccount
();
/applications/standard/contacts_data/ability/account/src/
H
A
D
account_manager.cpp
31
int AccountManager::
GetAccount
()
in GetAccount()
function in OHOS::Contacts::AccountManager
/applications/standard/calendardata/calendarmanager/napi/src/
H
A
D
calendar_napi.cpp
40
DECLARE_NAPI_FUNCTION("getAccount",
GetAccount
),
in Constructor()
364
napi_value CalendarNapi::
GetAccount
(napi_env env, napi_callback_info info)
in GetAccount()
function in OHOS::CalendarApi::CalendarNapi
366
LOG_INFO("
GetAccount
");
in GetAccount()
371
LOG_ERROR("
GetAccount
napi_get_cb_info failed %{public}d", status);
in GetAccount()
377
LOG_ERROR("
GetAccount
napi_unwrap failed %{public}d", status);
in GetAccount()
381
LOG_ERROR("
GetAccount
reinterpret_cast failed");
in GetAccount()
385
CHECK_RETURN(nativeCalendar != nullptr, "
GetAccount
-> get nativeCalendar nullptr", nullptr);
in GetAccount()
386
auto account = nativeCalendar->
GetAccount
();
in GetAccount()
/applications/standard/calendardata/calendarmanager/napi/include/
H
A
D
calendar_napi.h
46
static napi_value
GetAccount
(napi_env env, napi_callback_info info);
/applications/standard/calendardata/calendarmanager/native/include/
H
A
D
native_calendar.h
51
CalendarAccount
GetAccount
() const
in GetAccount()
function in OHOS::CalendarApi::Native::final
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_database.cpp
151
int accountId = accountManager.
GetAccount
();
in InsertRawContact()
329
int accountId = accountManager.
GetAccount
();
in InsertGroup()
Completed in 8 milliseconds