Home
last modified time | relevance | path

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

/external/libweave/src/states/
Dstate_change_queue_unittest.cc31 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
46 ASSERT_TRUE(queue_->NotifyPropertiesUpdated(timestamp1, in TEST_F()
48 ASSERT_TRUE(queue_->NotifyPropertiesUpdated(timestamp2, in TEST_F()
64 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
67 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
70 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
73 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
94 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
98 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
102 ASSERT_TRUE(queue_->NotifyPropertiesUpdated( in TEST_F()
Dstate_change_queue.h35 bool NotifyPropertiesUpdated(base::Time timestamp,
Dstate_change_queue.cc16 bool StateChangeQueue::NotifyPropertiesUpdated( in NotifyPropertiesUpdated() function in weave::StateChangeQueue
/external/libweave/src/
Dcomponent_manager_impl.cc389 queue->NotifyPropertiesUpdated(timestamp, dict); in SetStateProperties()