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:place
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/sms_mms/services/sms/
H
A
D
sms_receive_reliability_handler.cpp
127
for (auto
place
= dbIndexers.begin();
place
!= dbIndexers.end();) {
in CheckUnReceiveWapPush()
130
if (
place
->GetDestPort() != WAP_PUSH_PORT) {
in CheckUnReceiveWapPush()
131
place
++;
in CheckUnReceiveWapPush()
134
if (
place
->GetMsgCount() == SMS_SINGLE_PAGE_COUNT) {
in CheckUnReceiveWapPush()
135
GetWapPushUserDataSinglePage(*
place
, userDataRaws);
in CheckUnReceiveWapPush()
138
int32_t pos = static_cast<int32_t>(std::distance(dbIndexers.begin(),
place
));
in CheckUnReceiveWapPush()
140
if (
place
->GetMsgCount() != smsPagesCount) {
in CheckUnReceiveWapPush()
141
place
= dbIndexers.erase(
place
);
in CheckUnReceiveWapPush()
165
GetWapPushUserDataMultipage(int32_t &smsPagesCount, std::vector<SmsReceiveIndexer> &dbIndexers, int32_t
place
, std::shared_ptr<vector<string>> userDataRaws)
GetWapPushUserDataMultipage()
argument
[all...]
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_receive_reliability_handler.h
44
void GetWapPushUserDataMultipage(int32_t &smsPagesCount, std::vector<SmsReceiveIndexer> &dbIndexers, int32_t
place
,
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_sms.c
541
size_t
place
= 0;
in ReqGetCBConfigInfo()
local
542
while (
place
< length &&
place
< MAX_DIMEN_LENGTH && token[
place
] != '\0') {
in ReqGetCBConfigInfo()
543
midsTotal[position][
place
] = token[
place
];
in ReqGetCBConfigInfo()
544
place
++;
in ReqGetCBConfigInfo()
Completed in 4 milliseconds