Searched refs:vendorUuid (Results 1 – 2 of 2) sorted by relevance
127 bool TriggerDbHelper::GetVendorUuid(std::shared_ptr<AbsSharedResultSet> &set, int32_t &vendorUuid) … in GetVendorUuid()136 ret = set->GetInt(columnIndex, vendorUuid); in GetVendorUuid()214 int32_t vendorUuid; in GetGenericTriggerModel() local215 if (!GetVendorUuid(set, vendorUuid)) { in GetGenericTriggerModel()
36 …etVendorUuid(std::shared_ptr<OHOS::NativeRdb::AbsSharedResultSet> &set, int32_t &vendorUuid) const;