Home
last modified time | relevance | path

Searched refs:createIndexStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp73 void RdbGlobalParamsHelper::CreateNumMatchIndexStr(std::string &createIndexStr) in CreateNumMatchIndexStr() argument
76 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(NUMERIC_INDEX).append("]"); in CreateNumMatchIndexStr()
77 createIndexStr.append("ON [").append(TABLE_NUMBER_MATCH).append("]"); in CreateNumMatchIndexStr()
78 createIndexStr.append("([").append(NumMatchData::MCCMNC).append("])"); in CreateNumMatchIndexStr()
79 …DATA_STORAGE_LOGD("RdbGlobalParamsHelper::CreateNumMatchIndexStr end: %s", createIndexStr.c_str()); in CreateNumMatchIndexStr()
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp75 void RdbOpKeyHelper::CreateOpKeyInfoIndexStr(std::string &createIndexStr) in CreateOpKeyInfoIndexStr() argument
77 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(MCCMNC_INDEX).append("]"); in CreateOpKeyInfoIndexStr()
78 createIndexStr.append("ON [").append(TABLE_OPKEY_INFO).append("]"); in CreateOpKeyInfoIndexStr()
79 createIndexStr.append("([").append(OpKeyData::MCCMNC).append("])"); in CreateOpKeyInfoIndexStr()
/ohos5.0/base/telephony/telephony_data/opkey/include/
H A Drdb_opkey_helper.h64 void CreateOpKeyInfoIndexStr(std::string &createIndexStr);
/ohos5.0/base/telephony/telephony_data/global_params/include/
H A Drdb_global_params_helper.h59 void CreateNumMatchIndexStr(std::string &createIndexStr);