Home
last modified time | relevance | path

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

/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp74 void RdbGlobalParamsHelper::CreateNumMatchIndexStr(std::string &createIndexStr) in CreateNumMatchIndexStr() argument
77 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(NUMERIC_INDEX).append("]"); in CreateNumMatchIndexStr()
78 createIndexStr.append("ON [").append(TABLE_NUMBER_MATCH).append("]"); in CreateNumMatchIndexStr()
79 createIndexStr.append("([").append(NumMatchData::MCCMNC).append("])"); in CreateNumMatchIndexStr()
80 DATA_STORAGE_LOGD("RdbGlobalParamsHelper::CreateNumMatchIndexStr end: %s", createIndexStr.c_str()); in CreateNumMatchIndexStr()
/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()
/base/telephony/telephony_data/opkey/include/
H A Drdb_opkey_helper.h62 * @param createIndexStr Create index statement
64 void CreateOpKeyInfoIndexStr(std::string &createIndexStr);
/base/telephony/telephony_data/global_params/include/
H A Drdb_global_params_helper.h57 * @param createIndexStr Create index statement
59 void CreateNumMatchIndexStr(std::string &createIndexStr);

Completed in 1 milliseconds