Searched defs:GetProperty (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dhost_init_stubs.cpp27 std::string GetProperty(const std::string&, const std::string& default_value) { function in namespace:android::base
/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc82 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { function in class:bttest::BluetoothTest
/system/core/base/
H A Dproperties.cpp34 std::string GetProperty(const std::string& key, const std::string& default_value) { function in namespace:android::base
53 std::string value = GetProperty(key, "");
65 std::string value = GetProperty(key, "");
73 std::string value = GetProperty(key, "");
/system/core/bootstat/
H A Dbootstat.cpp117 std::string GetProperty(const char* key) { function in namespace:__anon1555
537 std::string ret(GetProperty(system_reboot_reason_property));
773 content = GetProperty(last_reboot_reason_property);
804 if (isKernelRebootReason(ret) && (GetProperty(last_reboot_reason_property) != "")) {
821 std::string build_date_str = GetProperty("ro.build.date.utc");
846 std::string value = GetProperty(property);
864 std::string value = GetProperty("ro.boot.boottime");
937 const std::string reason(GetProperty(bootloader_reboot_reason_property));
947 const std::string system_reason(GetProperty(system_reboot_reason_property));
955 const std::string bootloader_boot_reason(GetProperty(bootloader_reboot_reason_propert
[all...]

Completed in 95 milliseconds