Lines Matching refs:Error
101 void ClearMappedProperty(const size_t& index, Error* error);
102 void ClearMappedSavedProperty(const size_t& index, Error* error);
103 int32_t GetMappedInt32Property(const size_t& index, Error* error);
104 int32_t GetMappedSavedInt32Property(const size_t& index, Error* error);
105 std::string GetMappedStringProperty(const size_t& index, Error* error);
106 std::string GetMappedSavedStringProperty(const size_t& index, Error* error);
107 std::string GetMappedStringsProperty(const size_t& index, Error* error);
108 std::string GetMappedSavedStringsProperty(const size_t& index, Error* error);
110 const size_t& index, const int32_t& value, Error* error);
112 const size_t& index, const int32_t& value, Error* error);
114 const size_t& index, const std::string& value, Error* error);
116 const size_t& index, const std::string& value, Error* error);
118 const size_t& index, const std::string& value, Error* error);
120 const size_t& index, const std::string& value, Error* error);
122 KeyValueStore GetSavedIPConfig(Error* error);
123 KeyValueStore GetStaticIPConfig(Error* error);
124 bool SetStaticIPConfig(const KeyValueStore& value, Error* error);