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:dbUrls
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/sms_mms/services/mms/
H
A
D
mms_persist_helper.cpp
64
std::vector<std::string>
dbUrls
= SplitUrl(dbUrl);
in DeleteMmsPdu()
local
66
for (std::string url :
dbUrls
) {
in DeleteMmsPdu()
145
std::vector<std::string>
dbUrls
;
in SplitUrl()
local
151
dbUrls
.push_back(url.substr(0, locate));
in SplitUrl()
154
return
dbUrls
;
in SplitUrl()
165
std::vector<std::string>
dbUrls
= SplitUrl(dbUrl);
in QueryMmsPdu()
local
167
for (std::string url :
dbUrls
) {
in QueryMmsPdu()
/base/telephony/sms_mms/frameworks/js/napi/src/
H
A
D
napi_mms_pdu.cpp
47
std::vector<std::string>
dbUrls
= SplitUrl(pduHelper.GetDbUrl());
in DeleteMmsPdu()
local
49
for (std::string url :
dbUrls
) {
in DeleteMmsPdu()
130
std::vector<std::string>
dbUrls
;
in SplitUrl()
local
136
dbUrls
.push_back(url.substr(0, locate));
in SplitUrl()
139
return
dbUrls
;
in SplitUrl()
149
std::vector<std::string>
dbUrls
= SplitUrl(pduHelper.GetDbUrl());
in QueryMmsPdu()
local
152
for (std::string url :
dbUrls
) {
in QueryMmsPdu()
H
A
D
napi_send_recv_mms.cpp
464
std::u16string
dbUrls
;
in NativeDownloadMms()
local
467
dbUrls
, asyncContext->mmsConfig.userAgent, asyncContext->mmsConfig.userAgentProfile);
in NativeDownloadMms()
468
TELEPHONY_LOGI("NativeDownloadMms
dbUrls
:%{public}s", NapiUtil::ToUtf8(
dbUrls
).c_str());
in NativeDownloadMms()
474
helper.SetDbUrl(NapiUtil::ToUtf8(
dbUrls
));
in NativeDownloadMms()
Completed in 3 milliseconds