Home
last modified time | relevance | path

Searched defs:SetProperty (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libbase/
H A Dproperties.cpp24 void SetProperty(rust::Str key, rust::Str value) { in SetProperty() function
H A Dlib.rs32 fn SetProperty(key: &str, value: &str); in SetProperty() function
/aosp12/frameworks/native/cmds/installd/
H A Dsystem_properties.h59 void SetProperty(const std::string& key, const std::string& value) { in SetProperty() function
/aosp12/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Ddebug.cpp151 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Ddebug.cpp207 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Ddebug.cpp208 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Ddebug.cpp215 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty() function in sdm::Debug
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_debugger.cpp188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.cpp184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_debugger.cpp190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_debugger.cpp223 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty() function in sdm::HWCDebugHandler
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Ddebug.h108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Ddebug.h107 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Ddebug.h101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Ddebug.h108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) { in SetProperty() function
/aosp12/system/libbase/
H A Dproperties.cpp133 bool SetProperty(const std::string& key, const std::string& value) { in SetProperty() function
/aosp12/system/bt/gd/storage/
H A Dconfig_cache.cc163 void ConfigCache::SetProperty(std::string section, std::string property, std::string value) { in SetProperty() function in bluetooth::storage::ConfigCache
/aosp12/hardware/google/pixel/health/test/
H A DTestBatteryDefender.cpp81 bool SetProperty(const std::string &key, const std::string &value) { in SetProperty() function
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dcolor_manager.cpp143 DisplayError STCIntfClient::SetProperty(const ScPayload &payload) { in SetProperty() function in sdm::STCIntfClient
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp317 static bool SetProperty(const char* prop_name, uint64_t value) { in SetProperty() function