Searched refs:ServiceDbHelper (Results 1 – 4 of 4) sorted by relevance
24 ServiceDbHelper::ServiceDbHelper(const std::string &inAppId, const std::string &inStoreId) in ServiceDbHelper() function in OHOS::IntellVoiceEngine::ServiceDbHelper51 ServiceDbHelper::~ServiceDbHelper() in ~ServiceDbHelper()56 void ServiceDbHelper::SetValue(const std::string &key, const std::string &value) in SetValue()65 std::string ServiceDbHelper::GetValue(const std::string &key) in GetValue()76 void ServiceDbHelper::Delete(const std::string &key) in Delete()
22 class ServiceDbHelper {24 ServiceDbHelper(const std::string &inAppId, const std::string &inStoreId);25 ~ServiceDbHelper();
31 class HistoryInfoMgr : private ServiceDbHelper {
31 : ServiceDbHelper("intell_voice_service_manager", "local_intell_voice_history_mgr_storeId") in HistoryInfoMgr()