Searched refs:weave (Results 1 - 25 of 172) sorted by relevance

1234567

/external/libweave/src/
H A Djson_error_codes.cc7 namespace weave { namespace
16 } // namespace weave
H A Dregistration_status.cc5 #include <weave/device.h>
6 #include <weave/enum_to_string.h>
7 #include <weave/export.h>
9 namespace weave { namespace
26 } // namespace weave
H A Djson_error_codes.h8 namespace weave { namespace
19 } // namespace weave
H A Dhttp_constants.cc7 #include <weave/enum_to_string.h>
8 #include <weave/provider/http_client.h>
10 namespace weave { namespace
27 const weave::EnumToStringMap<HttpClient::Method>::Map kMapMethod[] = {
39 } // namespace weave
H A Dutils.h12 #include <weave/error.h>
14 namespace weave { namespace
34 } // namespace weave
/external/libweave/examples/provider/
H A Dbluez_client.cc7 namespace weave { namespace
14 } // namespace weave
H A Dbluez_client.h8 #include <weave/provider/bluetooth.h>
10 namespace weave { namespace
13 // Example of weave::Bluetooth implemented with bluez.
22 } // namespace weave
H A Dfile_config_store.h12 #include <weave/provider/config_store.h>
13 #include <weave/provider/task_runner.h>
15 namespace weave { namespace
38 } // namespace weave
/external/libweave/include/weave/provider/test/
H A Dmock_bluetooth.h8 #include <weave/provider/bluetooth.h>
10 namespace weave { namespace
20 } // namespace weave
H A Dmock_dns_service_discovery.h8 #include <weave/provider/dns_service_discovery.h>
15 namespace weave { namespace
30 } // namespace weave
H A Dmock_network.h8 #include <weave/provider/network.h>
14 namespace weave { namespace
31 } // namespace weave
H A Dmock_wifi.h8 #include <weave/provider/network.h>
14 namespace weave { namespace
32 } // namespace weave
H A Dmock_http_client.h8 #include <weave/provider/http_client.h>
15 namespace weave { namespace
40 } // namespace weave
H A Dmock_http_server.h8 #include <weave/provider/http_server.h>
15 namespace weave { namespace
33 } // namespace weave
/external/libweave/examples/daemon/common/
H A Ddaemon.h5 #include <weave/device.h>
6 #include <weave/error.h>
68 : task_runner_{new weave::examples::EventTaskRunner},
70 new weave::examples::FileConfigStore(opts.model_id_,
72 http_client_{new weave::examples::CurlHttpClient(task_runner_.get())},
73 network_{new weave::examples::EventNetworkImpl(task_runner_.get())},
74 bluetooth_{new weave::examples::BluetoothImpl} {
78 dns_sd_.reset(new weave::examples::AvahiClient);
80 new weave::examples::HttpServerImpl{task_runner_.get()});
81 if (weave
[all...]
/external/libweave/include/weave/provider/
H A Dbluetooth.h8 namespace weave { namespace
21 } // namespace weave
H A Dconfig_store.h15 #include <weave/enum_to_string.h>
16 #include <weave/error.h>
17 #include <weave/settings.h>
19 namespace weave { namespace
33 // // set all other required settings, see include/weave/settings.h
41 // std::ifstream str("/var/lib/weave/weave_" + name + ".json");
54 // std::ofstream str("/var/lib/weave/weave_" + name + ".json");
96 } // namespace weave
H A Dwifi.h11 #include <weave/error.h>
13 namespace weave { namespace
39 } // namespace weave
H A Dnetwork.h11 #include <weave/error.h>
12 #include <weave/stream.h>
14 namespace weave { namespace
54 } // namespace weave
/external/libweave/src/privet/
H A Ddevice_ui_kind.h10 namespace weave { namespace
16 } // namespace weave
/external/libweave/examples/daemon/lock/
H A Dlock.cc7 #include <weave/device.h>
8 #include <weave/enum_to_string.h>
13 namespace weave { namespace
17 const weave::EnumToStringMap<LockState>::Map kLockMapMethod[] = {
26 } // namespace weave
71 void Register(weave::Device* device) {
86 void OnLockSetConfig(const std::weak_ptr<weave::Command>& command) {
96 weave::lockstate::LockState new_lock_status;
98 if (!weave::StringToEnum(requested_state, &new_lock_status)) {
100 weave
[all...]
/external/libweave/src/notification/
H A Dnotification_parser.h14 namespace weave { namespace
23 } // namespace weave
/external/libweave/examples/daemon/sample/
H A Dsample.cc7 #include <weave/device.h>
8 #include <weave/provider/task_runner.h>
59 SampleHandler(weave::provider::TaskRunner* task_runner)
61 void Register(weave::Device* device) {
81 void OnHelloCommand(const std::weak_ptr<weave::Command>& command) {
90 weave::ErrorPtr error;
91 weave::Error::AddTo(&error, FROM_HERE, "invalid_parameter_value",
103 void OnPingCommand(const std::weak_ptr<weave::Command>& command) {
118 void OnCountdownCommand(const std::weak_ptr<weave::Command>& command) {
133 void DoTick(const std::weak_ptr<weave
[all...]
/external/libweave/include/weave/test/
H A Dunittest_utils.h14 namespace weave { namespace
33 } // namespace weave
36 EXPECT_PRED2(weave::test::IsEqualValue, *weave::test::CreateValue(expected), \
/external/libweave/third_party/libuweave/
H A Dupdate.sh12 https://weave.googlesource.com/weave/libuweave master --squash || exit 1
23 git reset --soft weave/master

Completed in 967 milliseconds

1234567