Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Dsystem_properties.h59 void SetProperty(const std::string& key, const std::string& value) { in SetProperty() function
Dotapreopt.cpp216 system_properties_.SetProperty(name, value); in ReadEnvironment()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1460 android::base::SetProperty(PROPERTY_EXTRA_OPTIONS, ""); in main()
1466 android::base::SetProperty(PROPERTY_EXTRA_TITLE, ""); in main()
1471 android::base::SetProperty(PROPERTY_EXTRA_DESCRIPTION, ""); in main()
1521 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in main()
/frameworks/av/media/mtp/
DMtpServer.cpp133 else android::base::SetProperty("sys.usb.ffs.mtp.ready", "1"); in configure()