Home
last modified time | relevance | path

Searched refs:NUM_MATCH_SHORT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h50 static constexpr const char *NUM_MATCH_SHORT = "num_match_short"; variable
/ohos5.0/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp67 createTableStr.append(NumMatchData::NUM_MATCH_SHORT).append(" INTEGER DEFAULT 0, "); in CreateNumMatchTableStr()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp385 value.Put(NumMatchData::NUM_MATCH_SHORT, NUM_MATCH_SHORT_EIGHT); in GlobalParamsNumMatchInsert()
440 resultSet->GetColumnIndex(NumMatchData::NUM_MATCH_SHORT, columnIndex); in DumpNumMatchData()
/ohos5.0/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp429 value.Put(NumMatchData::NUM_MATCH_SHORT, NUM_MATCH_SHORT_EIGHT); in GlobalParamsNumMatchInsert()
466 resultSet->GetColumnIndex(NumMatchData::NUM_MATCH_SHORT, columnIndex); in DumpNumMatchData()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp426 value.PutInt(NumMatchData::NUM_MATCH_SHORT, bean.numMatchShort); in ParserNumMatchToValuesBucket()