Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dservice_db_helper.cpp24 ServiceDbHelper::ServiceDbHelper(const std::string &inAppId, const std::string &inStoreId) in ServiceDbHelper() function in OHOS::IntellVoiceEngine::ServiceDbHelper
51 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()
H A Dservice_db_helper.h22 class ServiceDbHelper {
24 ServiceDbHelper(const std::string &inAppId, const std::string &inStoreId);
25 ~ServiceDbHelper();
H A Dhistory_info_mgr.h31 class HistoryInfoMgr : private ServiceDbHelper {
H A Dhistory_info_mgr.cpp31 : ServiceDbHelper("intell_voice_service_manager", "local_intell_voice_history_mgr_storeId") in HistoryInfoMgr()