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:fullString
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_call/services/utils/src/
H
A
D
mmi_code_utils.cpp
46
mmiData_.
fullString
= analyseString;
in IsNeedExecuteMmi()
203
if (!mmiData_.
fullString
.empty()) {
in ExecuteMmiCode()
204
TELEPHONY_LOGD("
fullString
is not empty.");
in ExecuteMmiCode()
205
supplement.SendUssd(slotId, mmiData_.
fullString
);
in ExecuteMmiCode()
228
int32_t
fullString
= 1;
in RegexMatchMmi()
local
240
mmiData_.
fullString
= results.str(
fullString
);
in RegexMatchMmi()
254
mmiData_.
fullString
= analyseString;
in RegexMatchMmi()
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_utils.h
31
static bool EndWith(const std::string &
fullString
, const std::string &ending);
/base/telephony/cellular_call/services/common/include/
H
A
D
cellular_call_data_struct.h
68
std::string
fullString
= "";
member
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_utils.cpp
141
bool VCardUtils::EndWith(const std::string &
fullString
, const std::string &ending)
in EndWith()
argument
143
if (
fullString
.length() < ending.length()) {
in EndWith()
147
std::string extractedEnding =
fullString
.substr(
fullString
.length() - ending.length());
in EndWith()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
zero_branch1_test.cpp
970
mmiCodeUtils.mmiData_.
fullString
= "11111";
in HWTEST_F()
972
mmiCodeUtils.mmiData_.
fullString
.clear();
in HWTEST_F()
Completed in 5 milliseconds