HomeSort by relevance Sort by last modified time
    Searched refs:SetStateProperty (Results 1 - 19 of 19) sorted by null

  /external/libweave/include/weave/test/
mock_device.h 49 MOCK_METHOD4(SetStateProperty,
84 MOCK_METHOD3(SetStateProperty,
  /external/libweave/include/weave/
device.h 98 virtual bool SetStateProperty(const std::string& component,
225 // DO NOT USE IN YOUR CODE: use SetStateProperty() with component parameter.
226 LIBWEAVE_DEPRECATED virtual bool SetStateProperty(const std::string& name,
  /external/libweave/src/
device_manager.h 60 bool SetStateProperty(const std::string& component,
92 bool SetStateProperty(const std::string& name,
device_manager.cc 146 bool DeviceManager::SetStateProperty(const std::string& component,
150 return component_manager_->SetStateProperty(component, name, value, error);
245 bool DeviceManager::SetStateProperty(const std::string& name,
258 return component_manager_->SetStateProperty(component, name, value, error);
component_manager_unittest.cc 1069 ASSERT_TRUE(manager_.SetStateProperty("comp1", "trait1.prop1", p1, nullptr));
1082 ASSERT_TRUE(manager_.SetStateProperty("comp1", "trait2.prop3", p2, nullptr));
1095 EXPECT_FALSE(manager_.SetStateProperty("comp1", "trait2", p2, nullptr));
    [all...]
access_api_handler_unittest.cc 54 EXPECT_CALL(device_, SetStateProperty(_, _, _, _))
56 Invoke(&component_manager_, &ComponentManager::SetStateProperty));
base_api_handler_unittest.cc 41 EXPECT_CALL(device_, SetStateProperty(_, _, _, _))
43 Invoke(&component_manager_, &ComponentManager::SetStateProperty));
base_api_handler.cc 106 CHECK(device_->SetStateProperty(kBaseComponent, kBaseStateFirmwareVersion,
component_manager.h 177 virtual bool SetStateProperty(const std::string& component_path,
mock_component_manager.h 84 MOCK_METHOD4(SetStateProperty,
component_manager_impl.h 141 bool SetStateProperty(const std::string& component_path,
component_manager_impl.cc 432 bool ComponentManagerImpl::SetStateProperty(const std::string& component_path,
device_registration_info_unittest.cc 408 EXPECT_TRUE(component_manager_.SetStateProperty(
  /system/weaved/libweaved/
service.h 84 virtual bool SetStateProperty(const std::string& component,
service.cc 189 bool SetStateProperty(const std::string& component,
356 bool ServiceImpl::SetStateProperty(const std::string& component,
  /external/libweave/examples/daemon/ledflasher/
ledflasher.cc 137 device_->SetStateProperty(kComponent, "_ledflasher.leds", list, nullptr);
  /external/libweave/examples/daemon/lock/
lock.cc 124 device_->SetStateProperty(kComponent, "lock.lockedState",
  /external/libweave/examples/daemon/sample/
sample.cc 109 device_->SetStateProperty(kComponent, "_sample.pingCount",
  /system/core/metricsd/
metrics_collector.cc 305 if (!weave_service->SetStateProperty(kWeaveComponent, kWeaveTrait,

Completed in 208 milliseconds