Home
last modified time | relevance | path

Searched refs:SetRecordLabel (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/biod/
H A Dfake_biod_client.h69 void SetRecordLabel(const dbus::ObjectPath& record_path, in COMPONENT_EXPORT()
H A Dbiod_client.h136 virtual void SetRecordLabel(const dbus::ObjectPath& record_path, in COMPONENT_EXPORT()
H A Dfake_biod_client.cc207 void FakeBiodClient::SetRecordLabel(const dbus::ObjectPath& record_path, in SetRecordLabel() function in chromeos::FakeBiodClient
H A Dfake_biod_client_unittest.cc311 fake_biod_client_.SetRecordLabel(enrollment_paths[1], kNewLabelTwo, in TEST_F()
H A Dbiod_client.cc168 void SetRecordLabel(const dbus::ObjectPath& record_path, in SetRecordLabel() function in chromeos::BiodClientImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/fingerprint/
H A Dfingerprint_chromeos.cc146 void FingerprintChromeOS::SetRecordLabel(const std::string& new_label, in SetRecordLabel() function in device::FingerprintChromeOS
149 GetBiodClient()->SetRecordLabel(dbus::ObjectPath(record_path), new_label, in SetRecordLabel()
H A Dfingerprint_chromeos.h51 void SetRecordLabel(const std::string& record_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/fingerprint/
H A Dfingerprint_chromeos.cc145 void FingerprintChromeOS::SetRecordLabel(const std::string& new_label, in SetRecordLabel() function in device::FingerprintChromeOS
148 GetBiodClient()->SetRecordLabel(dbus::ObjectPath(record_path), new_label, in SetRecordLabel()
H A Dfingerprint_chromeos.h51 void SetRecordLabel(const std::string& record_path,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/public/mojom/
H A Dfingerprint.mojom71 SetRecordLabel(string record_path, string new_label) => (bool success);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/tags/
H A DMusicInfoTagLoaderFFmpeg.cpp123 tag.SetRecordLabel(avtag->value); in Load()
H A DTagLoaderTagLib.cpp181 tag.SetRecordLabel(it->second.front().toString().to8Bit(true)); in ParseTag()
316 else if (it->first == "TPUB") tag.SetRecordLabel(it->second.front()->toString().to8Bit(true)); in ParseTag()
565 tag.SetRecordLabel(it->second.toString().to8Bit(true)); in ParseTag()
707 tag.SetRecordLabel(it->second.front().to8Bit(true)); in ParseTag()
881 tag.SetRecordLabel(it->second.toStringList().front().to8Bit(true)); in ParseTag()
H A DMusicInfoTag.h129 void SetRecordLabel(const std::string& publisher);
H A DMusicInfoTag.cpp548 void CMusicInfoTag::SetRecordLabel(const std::string& publisher) in SetRecordLabel() function in CMusicInfoTag
817 SetRecordLabel(album.strLabel); in SetAlbum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/mojom/
H A Dfingerprint.mojom71 SetRecordLabel(string record_path, string new_label) => (bool success);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/chromeos/
H A Dfingerprint_handler.cc315 fp_service_->SetRecordLabel( in HandleChangeEnrollmentLabel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/chromeos/
H A Dfingerprint_handler.cc315 fp_service_->SetRecordLabel( in HandleChangeEnrollmentLabel()