Searched refs:property_set (Results 1 - 17 of 17) sorted by relevance

/system/core/toolbox/
H A Dstart.c13 property_set("ctl.start", argv[1]);
16 property_set("ctl.start", "surfaceflinger");
17 property_set("ctl.start", "zygote");
H A Dstop.c11 property_set("ctl.stop", argv[1]);
14 property_set("ctl.stop", "zygote");
15 property_set("ctl.stop", "surfaceflinger");
H A Dsetprop.c12 if(property_set(argv[1], argv[2])){
/system/core/init/
H A Dproperty_service.h29 extern int property_set(const char *name, const char *value);
H A Dinit.c96 property_set(pname, state);
636 property_set( buff, value );
649 property_set(prop, value);
671 property_set(prop_map[i].dest_prop, pval ?: prop_map[i].def_val);
686 property_set("ro.hardware", hardware);
689 property_set("ro.revision", tmp);
693 property_set("ro.factorytest", "1");
695 property_set("ro.factorytest", "2");
697 property_set("ro.factorytest", "0");
H A Dproperty_service.c343 int property_set(const char *name, const char *value) function
391 property_set("net.change", name);
461 property_set((char*) msg.name, (char*) msg.value);
513 property_set(key, value);
553 property_set(entry->d_name, value);
H A Dbuiltins.c504 property_set("ro.crypto.state", "encrypted");
505 property_set("vold.decrypt", "1");
507 property_set("ro.crypto.state", "unencrypted");
560 property_set(name, prop_val);
/system/core/include/cutils/
H A Dproperties.h43 /* property_set: returns 0 on success, < 0 on failure
45 int property_set(const char *key, const char *value);
/system/core/libnetutils/
H A Ddhcp_utils.c206 property_set(result_prop_name, "");
216 property_set(ctrl_prop, daemon_cmd);
243 property_set(dns_prop_name, *dns1 ? ipaddr_to_string(*dns1) : "");
245 property_set(dns_prop_name, *dns2 ? ipaddr_to_string(*dns2) : "");
279 property_set(ctrl_prop, daemon_cmd);
283 property_set(result_prop_name, "failed");
308 property_set(ctrl_prop, daemon_cmd);
350 property_set(result_prop_name, "");
356 property_set(ctrl_prop, daemon_cmd);
H A Difc_utils.c813 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : "");
815 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : "");
/system/core/libsysutils/src/
H A DServiceManager.cpp52 property_set("ctl.start", name);
81 property_set("ctl.stop", name);
/system/bluetooth/bluedroid/
H A Dbluetooth.c163 if (property_set("ctl.start", "hciattach") < 0)
166 if (property_set("bluetooth.hciattach", "true") < 0)
200 if (property_set("ctl.stop", "hciattach") < 0) {
210 if (property_set("ctl.start", "bluetoothd") < 0) {
232 if (property_set("ctl.stop", "bluetoothd") < 0) {
244 if (property_set("ctl.stop", "hciattach") < 0)
247 if (property_set("bluetooth.hciattach", "false") < 0)
/system/vold/
H A Dcryptfs.c625 property_set("vold.post_fs_data_done", "0");
626 property_set("vold.decrypt", "trigger_post_fs_data");
688 property_set("vold.decrypt", "trigger_reset_main");
712 property_set("vold.decrypt", "trigger_load_persist_props");
719 property_set("vold.decrypt", "trigger_restart_framework");
851 property_set("ro.crypto.fs_crypto_blkdev", crypto_blkdev);
1089 property_set("vold.encrypt_progress", buf);
1236 property_set("vold.decrypt", "trigger_shutdown_framework");
1274 property_set("vold.encrypt_progress", "0");
1290 property_set("vol
[all...]
/system/core/libcutils/
H A Dproperties.c34 int property_set(const char *key, const char *value) function
204 int property_set(const char *key, const char *value) function
294 int property_set(const char *key, const char *value) function
/system/core/adb/
H A Dservices.c128 property_set("service.adb.root", "1");
149 property_set("service.adb.tcp.port", value);
159 property_set("service.adb.tcp.port", "0");
/system/netd/
H A DTetherController.cpp208 property_set(dhcp_result_name, "");
H A DMDnsSdListener.cpp518 property_set("ctl.start", MDNS_SERVICE_NAME);
533 property_set("ctl.stop", MDNS_SERVICE_NAME);

Completed in 86 milliseconds