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:resultSetNum
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/services/sim/src/
H
A
D
sim_rdb_helper.cpp
161
int
resultSetNum
= result->GoToFirstRow();
in GetDefaultMainCardSlotId()
local
162
if (
resultSetNum
!= 0) {
in GetDefaultMainCardSlotId()
195
int
resultSetNum
= result->GoToFirstRow();
in GetDefaultMessageCardSlotId()
local
196
if (
resultSetNum
!= 0) {
in GetDefaultMessageCardSlotId()
229
int
resultSetNum
= result->GoToFirstRow();
in GetDefaultCellularDataCardSlotId()
local
230
if (
resultSetNum
!= 0) {
in GetDefaultCellularDataCardSlotId()
262
int
resultSetNum
= result->GoToFirstRow();
in GetDefaultVoiceCardSlotId()
local
263
if (
resultSetNum
!= 0) {
in GetDefaultVoiceCardSlotId()
438
int
resultSetNum
= result->GoToFirstRow();
in QueryDataByIccId()
local
439
while (
resultSetNum
in QueryDataByIccId()
464
int
resultSetNum
= result->GoToFirstRow();
QueryAllData()
local
498
int
resultSetNum
= result->GoToFirstRow();
QueryAllValidData()
local
[all...]
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
device_policies_storage_rdb.cpp
148
int
resultSetNum
= resultSet->GoToFirstRow();
in QueryAdminPolicy()
local
149
while (
resultSetNum
== NativeRdb::E_OK) {
in QueryAdminPolicy()
158
resultSetNum
= resultSet->GoToNextRow();
in QueryAdminPolicy()
257
int
resultSetNum
= resultSet->GoToFirstRow();
in QueryCombinedPolicy()
local
258
while (
resultSetNum
== NativeRdb::E_OK) {
in QueryCombinedPolicy()
264
resultSetNum
= resultSet->GoToNextRow();
in QueryCombinedPolicy()
287
int
resultSetNum
= resultSet->GoToFirstRow();
in QueryAllUserId()
local
288
while (
resultSetNum
== NativeRdb::E_OK) {
in QueryAllUserId()
292
resultSetNum
= resultSet->GoToNextRow();
in QueryAllUserId()
H
A
D
admin_policies_storage_rdb.cpp
217
int
resultSetNum
= resultSet->GoToFirstRow();
in QueryAllAdmin()
local
218
while (
resultSetNum
== NativeRdb::E_OK) {
in QueryAllAdmin()
229
resultSetNum
= resultSet->GoToNextRow();
in QueryAllAdmin()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_manager.cpp
356
int32_t
resultSetNum
= resultSet->GoToFirstRow();
in Export()
local
359
while (
resultSetNum
== 0 && errorCode == TELEPHONY_SUCCESS) {
in Export()
361
resultSetNum
= resultSet->GoToNextRow();
in Export()
393
int32_t
resultSetNum
= resultSet->GoToFirstRow();
in ExportToStr()
local
397
while (
resultSetNum
== 0 && errorCode == TELEPHONY_SUCCESS) {
in ExportToStr()
399
resultSetNum
= resultSet->GoToNextRow();
in ExportToStr()
H
A
D
vcard_contact.cpp
202
int32_t
resultSetNum
= resultSet->GoToFirstRow();
in BuildContact()
local
203
while (
resultSetNum
== 0) {
in BuildContact()
205
resultSetNum
= resultSet->GoToNextRow();
in BuildContact()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_persist_helper.cpp
219
int
resultSetNum
= resultSet->GoToFirstRow();
in Query()
local
220
TELEPHONY_LOGE("
resultSetNum
is %{public}d before cycle",
resultSetNum
);
in Query()
221
while (
resultSetNum
== 0) {
in Query()
225
resultSetNum
= resultSet->GoToNextRow();
in Query()
226
TELEPHONY_LOGE("
resultSetNum
is %{public}d in cycle",
resultSetNum
);
in Query()
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_data_base_helper.cpp
155
int32_t
resultSetNum
= resultSet->GoToFirstRow();
in Query()
local
156
while (
resultSetNum
== 0) {
in Query()
164
resultSetNum
= resultSet->GoToNextRow();
in Query()
Completed in 8 milliseconds