Home
last modified time | relevance | path

Searched refs:GetVendorUuid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp115 values.PutInt("vendor_uuid", model->GetVendorUuid()); in UpdateGenericTriggerModel()
127 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid() function in OHOS::IntellVoiceTrigger::TriggerDbHelper
215 if (!GetVendorUuid(set, vendorUuid)) { in GetGenericTriggerModel()
H A Dtrigger_db_helper.h36 …bool GetVendorUuid(std::shared_ptr<OHOS::NativeRdb::AbsSharedResultSet> &set, int32_t &vendorUuid)…
H A Dtrigger_base_type.h55 int32_t GetVendorUuid() const in GetVendorUuid() function