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:bundleName_tokeId
(Results
1 - 2
of
2
) sorted by relevance
/applications/standard/calendardata/calendarmanager/native/src/
H
A
D
native_calendar.cpp
35
auto
bundleName_tokeId
= "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId);
in Calendar()
local
36
m_eventUri = std::make_unique<Uri>(eventUrl +
bundleName_tokeId
);
in Calendar()
37
m_calendarUri = std::make_unique<Uri>(calendarUrl +
bundleName_tokeId
);
in Calendar()
46
auto
bundleName_tokeId
= "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId);
in Calendar()
local
47
m_eventUri = std::make_unique<Uri>(eventUrl +
bundleName_tokeId
);
in Calendar()
48
m_attendeeUri = std::make_unique<Uri>(attendeeUrl +
bundleName_tokeId
);
in Calendar()
49
m_calendarUri = std::make_unique<Uri>(calendarUrl +
bundleName_tokeId
);
in Calendar()
50
m_reminderUrl = std::make_unique<Uri>(reminderUrl +
bundleName_tokeId
);
in Calendar()
H
A
D
native_calendar_manager.cpp
31
auto
bundleName_tokeId
= "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId);
in CalendarManager()
local
32
m_calendarUri = std::make_unique<Uri>(calendarUrl +
bundleName_tokeId
);
in CalendarManager()
Completed in 2 milliseconds