Searched refs:properties (Results 1 - 25 of 246) sorted by last modified time

12345678910

/system/weaved/buffet/
H A Dmanager.cc30 #include <cutils/properties.h>
H A Dshill_client.cc51 VariantDictionary properties; local
52 if (!service->GetProperties(&properties, nullptr)) {
53 LOG(WARNING) << "Failed to read properties from service.";
56 auto property_it = properties.find(shill::kStateProperty);
57 if (property_it == properties.end()) {
58 LOG(WARNING) << "No state found in service properties.";
127 VariantDictionary properties; local
128 if (!manager_proxy_.GetProperties(&properties, nullptr)) {
129 LOG(ERROR) << "Unable to get properties from Manager, waiting for "
133 auto it = properties
253 VariantDictionary properties; local
323 VariantDictionary properties; local
422 VariantDictionary properties; local
[all...]
/system/update_engine/
H A Dboot_control_android.cc25 #include <cutils/properties.h>
H A Dconnection_manager.cc180 brillo::VariantDictionary properties; local
185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));
188 properties.find(shill::kDefaultServiceProperty);
189 if (prop_default_service == properties.end())
204 brillo::VariantDictionary properties; local
206 TEST_AND_RETURN_FALSE(service->GetProperties(&properties, &error));
209 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
210 if (prop_tethering == properties.end()) {
220 const auto& prop_type = properties.find(shill::kTypeProperty);
221 if (prop_type == properties
[all...]
H A Dhardware_android.cc21 #include <cutils/properties.h>
43 // properties that characterize the builds:
H A Dimage_properties.h17 // This module abstracts the properties tied to the current running image. These
18 // properties are meant to be constant during the life of this daemon, but can
30 // The read-only system properties of the running image.
50 // The mutable image properties are read-write image properties, initialized
62 // Loads all the image properties from the running system. In case of error
63 // loading any of these properties from the read-only system image a default
67 // Loads the mutable image properties from the stateful partition if found or the
71 // Stores the mutable image properties in the stateful partition. Returns
74 const MutableImageProperties& properties);
[all...]
H A Dimage_properties_android.cc34 // Build time properties name used in Brillo.
103 const MutableImageProperties& properties) {
106 prefs->SetString(kPrefsImgPropChannelName, properties.target_channel) &&
108 properties.is_powerwash_allowed));
102 StoreMutableImageProperties(SystemState* system_state, const MutableImageProperties& properties) argument
H A Dimage_properties_chromeos.cc65 // Loads the lsb-release properties into the key-value |store| reading the file
96 // In dev-mode and unofficial build we can override the image properties set
136 const MutableImageProperties& properties) {
139 lsb_release.SetString(kLsbReleaseUpdateChannelKey, properties.target_channel);
141 properties.is_powerwash_allowed);
135 StoreMutableImageProperties(SystemState* system_state, const MutableImageProperties& properties) argument
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc235 brillo::KeyValueStore properties; local
237 PayloadSigner::ExtractPayloadProperties(payload_path, &properties));
239 printf("%s", properties.SaveToString().c_str());
241 properties.Save(base::FilePath(props_file));
242 LOG(INFO) << "Generated properties file at " << props_file;
311 "If passed, dumps the payload properties of the payload passed "
H A Dpayload_signer.cc521 const string& payload_path, brillo::KeyValueStore* properties) {
536 properties->SetString(kPayloadPropertyFileSize, std::to_string(file_size));
537 properties->SetString(kPayloadPropertyMetadataSize,
547 properties->SetString(kPayloadPropertyFileHash,
549 properties->SetString(kPayloadPropertyMetadataHash,
520 ExtractPayloadProperties( const string& payload_path, brillo::KeyValueStore* properties) argument
H A Dpayload_signer.h138 brillo::KeyValueStore* properties);
/system/update_engine/scripts/
H A Dbrillo_update_payload14 # properties generate a properties file from a payload
51 # --properties_file the output path where to write the properties, or
87 HELP_PROPERTIES="properties: Extract payload properties to a file."
102 echo "Please specify a command [generate|hash|sign|properties]"
123 properties)
170 if [[ "${COMMAND}" == "properties" ]]; then
592 properties) validate_properties
/system/update_engine/update_manager/
H A Dreal_shill_provider.cc75 brillo::VariantDictionary properties; local
77 if (!manager_proxy->GetProperties(&properties, &error))
81 properties.find(shill::kDefaultServiceProperty);
82 if (prop_default_service != properties.end()) {
138 // Get the connection properties synchronously.
139 brillo::VariantDictionary properties; local
141 if (!service->GetProperties(&properties, &error)) {
148 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
149 if (prop_tethering == properties.end()) {
164 const auto& prop_type = properties
[all...]
/system/vold/
H A DKeyStorage.cpp36 #include <cutils/properties.h>
H A DTrimTask.cpp25 #include <cutils/properties.h>
H A DUtils.cpp25 #include <cutils/properties.h>
H A Dcryptfs.h30 #include <cutils/properties.h>
H A Dmain.cpp28 #include <cutils/properties.h>
/system/vold/fs/
H A DExt4.cpp43 #include <cutils/properties.h>
H A DVfat.cpp43 #include <cutils/properties.h>
/system/keymaster/
H A Dkeymaster_configuration.cpp28 #include <cutils/properties.h>
/system/media/alsa_utils/
H A Dalsa_device_profile.c25 #include <cutils/properties.h>
/system/media/audio/include/system/
H A Dsound_trigger.h23 #define SOUND_TRIGGER_MAX_STRING_LEN 64 /* max length of strings in properties or
92 struct sound_trigger_properties properties; member in struct:sound_trigger_module_descriptor
/system/nativepower/daemon/
H A Dsystem_property_setter.cc19 #include <cutils/properties.h>
/system/netd/server/
H A DBandwidthController.cpp51 #include <cutils/properties.h>

Completed in 263 milliseconds

12345678910