Home
last modified time | relevance | path

Searched refs:longValue (Results 1 - 8 of 8) sorted by relevance

/base/telephony/call_manager/utils/src/
H A Dnumber_identity_data_base_helper.cpp132 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 Doperator_config_types.cpp125 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 Dscreen_brightness_task.cpp89 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 Doperator_config_types.h139 std::map<std::string, int64_t> longValue {};
/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp75 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 Doperator_file_parser.cpp198 opc.longValue[value->string] = lValue; in ParseOperatorConfigFromJson()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp1411 int64_t longValue = 1; in HWTEST_F() local
1421 telProfileUtil->SaveLong(key, longValue); in HWTEST_F()
H A Dsim_test_util.cpp141 EXPECT_EQ(TEST_LONG_KEY_VALUE, poc.longValue["long"]); in CompareOperatorConfProcess()

Completed in 7 milliseconds