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:m_eventUri
(Results
1 - 2
of
2
) sorted by relevance
/applications/standard/calendardata/calendarmanager/native/src/
H
A
D
native_calendar.cpp
36
m_eventUri
= std::make_unique<Uri>(eventUrl + bundleName_tokeId);
in Calendar()
47
m_eventUri
= std::make_unique<Uri>(eventUrl + bundleName_tokeId);
in Calendar()
66
auto eventId = DataShareHelperManager::GetInstance().Insert(*(
m_eventUri
.get()), valueEvent);
in AddEventInfo()
103
auto count = DataShareHelperManager::GetInstance().BatchInsert(*(
m_eventUri
.get()), valueEvents);
in AddEvents()
130
auto ret = DataShareHelperManager::GetInstance().Delete(*(
m_eventUri
.get()), predicates);
in DeleteEvent()
153
auto ret = DataShareHelperManager::GetInstance().Delete(*(
m_eventUri
.get()), predicates);
in DeleteAllEvents()
180
auto ret = DataShareHelperManager::GetInstance().Update(*(
m_eventUri
.get()), m_predicates, valueEvent);
in UpdateEvent()
283
auto result = DataShareHelperManager::GetInstance().Query(*(
m_eventUri
.get()),
in GetEvents()
/applications/standard/calendardata/calendarmanager/native/include/
H
A
D
native_calendar.h
63
std::unique_ptr<Uri>
m_eventUri
;
member in OHOS::CalendarApi::Native::final
Completed in 1 milliseconds