Home
last modified time | relevance | path

Searched refs:GetComponents (Results 1 – 25 of 26) sorted by relevance

12

/external/libweave/src/
Dcomponent_manager_unittest.cc103 EXPECT_TRUE(manager_.GetComponents().empty()); in TEST_F()
128 EXPECT_TRUE(manager_.GetComponents().empty()); in TEST_F()
456 EXPECT_JSON_EQ(kExpected, manager_.GetComponents()); in TEST_F()
485 EXPECT_JSON_EQ(kExpected, manager_.GetComponents()); in TEST_F()
526 EXPECT_JSON_EQ(kExpected, manager_.GetComponents()); in TEST_F()
554 EXPECT_JSON_EQ(kExpected1, manager_.GetComponents()); in TEST_F()
568 EXPECT_JSON_EQ(kExpected2, manager_.GetComponents()); in TEST_F()
940 EXPECT_JSON_EQ(kExpected1, manager_.GetComponents()); in TEST_F()
972 EXPECT_JSON_EQ(kExpected2, manager_.GetComponents()); in TEST_F()
1006 EXPECT_JSON_EQ(kExpected3, manager_.GetComponents()); in TEST_F()
[all …]
Ddevice_manager.cc124 const base::DictionaryValue& DeviceManager::GetComponents() const { in GetComponents() function in weave::DeviceManager
125 return component_manager_->GetComponents(); in GetComponents()
Dcomponent_manager.h165 virtual const base::DictionaryValue& GetComponents() const = 0;
Dmock_component_manager.h71 MOCK_CONST_METHOD0(GetComponents, const base::DictionaryValue&());
Ddevice_manager.h50 const base::DictionaryValue& GetComponents() const override;
Dcomponent_manager_impl.h127 const base::DictionaryValue& GetComponents() const override { in GetComponents() function
Ddevice_registration_info.cc499 resource->Set("components", component_manager_->GetComponents().DeepCopy()); in BuildDeviceResource()
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc44 path.GetComponents(&component_vector); in ResolvePath()
66 target.GetComponents(&target_components); in ResolvePath()
Dfile_path.cc220 void FilePath::GetComponents(std::vector<StringType>* components) const { in GetComponents() function in base::FilePath
263 GetComponents(&parent_components); in AppendRelativePath()
264 child.GetComponents(&child_components); in AppendRelativePath()
564 GetComponents(&components); in ReferencesParent()
Dfile_path.h212 void GetComponents(std::vector<FilePath::StringType>* components) const;
Dfile_path_watcher_kqueue.cc44 path.GetComponents(&components); in EventsForPath()
Dfile_util_posix.cc776 base.GetComponents(&base_components); in VerifyPathControlledByUser()
777 path.GetComponents(&path_components); in VerifyPathControlledByUser()
Dfile_path_watcher_linux.cc463 target_.GetComponents(&comps); in Watch()
Dfile_path_unittest.cc504 input.GetComponents(&comps); in TEST_F()
/external/libweave/src/privet/
Dmock_delegates.h190 MOCK_CONST_METHOD0(GetComponents, const base::DictionaryValue&());
229 EXPECT_CALL(*this, GetComponents()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
Dcloud_delegate.h105 virtual const base::DictionaryValue& GetComponents() const = 0;
Dcloud_delegate.cc151 const base::DictionaryValue& GetComponents() const override { in GetComponents() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
152 return component_manager_->GetComponents(); in GetComponents()
Dprivet_handler_unittest.cc759 EXPECT_CALL(cloud_, GetComponents()).WillRepeatedly(ReturnRef(components)); in TEST_F()
Dprivet_handler.cc890 components = CloneComponentTree(cloud_->GetComponents(), filter); in HandleComponents()
/external/libweave/include/weave/test/
Dmock_device.h36 MOCK_CONST_METHOD0(GetComponents, const base::DictionaryValue&());
/external/libweave/examples/daemon/sample/
Dsample.cc111 LOG(INFO) << "New component state: " << device_->GetComponents(); in OnPingCommand()
/external/libweave/include/weave/
Ddevice.h74 virtual const base::DictionaryValue& GetComponents() const = 0;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h401 int32_t GetComponents() const { return m_nSrcComponents; } in GetComponents() function
/external/libchrome/base/mac/
Dfoundation_util.mm151 exec_name.GetComponents(&components);
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dproxy_generator.cc139 mock_file.DirName().GetComponents(&src_components); in GenerateMocks()
141 proxy_file.DirName().GetComponents(&dest_components); in GenerateMocks()

12