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:strBuff
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/test/gtest/
H
A
D
sms_gsm_gtest.cpp
67
string
strBuff
;
in HWTEST_F()
local
70
strBuff
+= HEX_VALUE_0D;
in HWTEST_F()
71
SmsReadBuffer smsReadBuff(
strBuff
);
in HWTEST_F()
84
string
strBuff
;
in HWTEST_F()
local
87
strBuff
+= HEX_VALUE_04;
in HWTEST_F()
88
SmsReadBuffer smsReadBuff(
strBuff
);
in HWTEST_F()
101
string
strBuff
;
in HWTEST_F()
local
104
strBuff
+= HEX_VALUE_04;
in HWTEST_F()
105
strBuff
+= HEX_VALUE_04;
in HWTEST_F()
106
SmsReadBuffer smsReadBuff(
strBuff
);
in HWTEST_F()
119
string
strBuff
;
HWTEST_F()
local
137
string
strBuff
;
HWTEST_F()
local
156
string
strBuff
;
HWTEST_F()
local
175
string
strBuff
;
HWTEST_F()
local
[all...]
/base/powermgr/battery_lite/frameworks/native/src/mini/
H
A
D
battery_framework.c
99
char *
strBuff
= NULL;
in GetBatTechnology()
local
102
strBuff
= intf->GetBatTechnologyFunc((IUnknown *)intf);
in GetBatTechnology()
104
return
strBuff
;
in GetBatTechnology()
/base/powermgr/battery_lite/frameworks/native/src/small/
H
A
D
battery_framework.c
136
char **
strBuff
= (char **)owner;
in BatteryCallbackBuff()
local
137
*
strBuff
= (char *)ReadString(reply, &len);
in BatteryCallbackBuff()
138
if (*
strBuff
== NULL || len == 0) {
in BatteryCallbackBuff()
296
char *
strBuff
= NULL;
in GetBatTechnology()
local
299
strBuff
= intf->GetBatTechnologyFunc((IUnknown *)intf);
in GetBatTechnology()
301
return
strBuff
;
in GetBatTechnology()
/base/powermgr/battery_lite/services/src/small/
H
A
D
battery_feature_impl.c
119
char *
strBuff
= TechnologyImpl((IUnknown *)iProxy);
in TechnologyInvoke()
local
120
WriteString(reply,
strBuff
);
in TechnologyInvoke()
Completed in 3 milliseconds