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:longValue
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/call_manager/utils/src/
H
A
D
number_identity_data_base_helper.cpp
132
int64_t
longValue
;
in SetMarkInfoValues()
local
136
resultSet->GetLong(columnIndex,
longValue
);
in SetMarkInfoValues()
137
numberMarkInfo.markType = static_cast<MarkType>(
longValue
);
in SetMarkInfoValues()
147
resultSet->GetLong(columnIndex,
longValue
);
in SetMarkInfoValues()
148
numberMarkInfo.markCount =
longValue
;
in SetMarkInfoValues()
159
resultSet->GetLong(columnIndex,
longValue
);
in SetMarkInfoValues()
160
if (
longValue
== 1L) {
in SetMarkInfoValues()
/base/telephony/core_service/frameworks/native/src/
H
A
D
operator_config_types.cpp
125
if (!parcel.WriteInt32(
longValue
.size())) {
in MarshallingLongMap()
128
auto valueIt =
longValue
.begin();
in MarshallingLongMap()
129
while (valueIt !=
longValue
.end()) {
in MarshallingLongMap()
302
longValue
.clear();
in ReadFromLongMap()
311
longValue
[first] = second;
in ReadFromLongMap()
/base/useriam/face_auth/services_ex/src/
H
A
D
screen_brightness_task.cpp
89
unsigned long
longValue
= std::stoul(str);
in GetUInt32Param()
local
90
if (
longValue
> std::numeric_limits<uint32_t>::max()) {
in GetUInt32Param()
94
uintValue = static_cast<uint32_t>(
longValue
);
in GetUInt32Param()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
operator_config_types.h
139
std::map<std::string, int64_t>
longValue
{};
/base/telephony/core_service/services/sim/src/
H
A
D
operator_config_cache.cpp
75
opc_.
longValue
.clear();
in ClearMemoryCache()
183
for (const auto &it : from.
longValue
) {
in CopyOperatorConfig()
184
to.
longValue
[it.first] = it.second;
in CopyOperatorConfig()
H
A
D
operator_file_parser.cpp
198
opc.
longValue
[value->string] = lValue;
in ParseOperatorConfigFromJson()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
sim_test.cpp
1411
int64_t
longValue
= 1;
in HWTEST_F()
local
1421
telProfileUtil->SaveLong(key,
longValue
);
in HWTEST_F()
H
A
D
sim_test_util.cpp
141
EXPECT_EQ(TEST_LONG_KEY_VALUE, poc.
longValue
["long"]);
in CompareOperatorConfProcess()
Completed in 8 milliseconds