HomeSort by relevance Sort by last modified time
    Searched defs:privet (Results 1 - 25 of 34) sorted by null

1 2

  /external/libweave/src/privet/
constants.h 9 namespace privet { namespace in namespace:weave
35 } // namespace privet
device_ui_kind.h 11 namespace privet { namespace in namespace:weave
15 } // namespace privet
openssl_utils.cc 5 #include "src/privet/openssl_utils.h"
16 namespace privet { namespace in namespace:weave
27 } // namespace privet
openssl_utils.h 12 namespace privet { namespace in namespace:weave
18 } // namespace privet
device_delegate.h 21 namespace privet { namespace in namespace:weave
29 // Returns HTTP ports for Privet. The first one is the primary port,
55 } // namespace privet
wifi_ssid_generator.h 13 namespace privet { namespace in namespace:weave
43 } // namespace privet
device_ui_kind.cc 5 #include "src/privet/device_ui_kind.h"
12 namespace privet { namespace in namespace:weave
46 } // namespace privet
publisher.h 20 namespace privet { namespace in namespace:weave
26 // Publishes privet service on DNS-SD.
53 } // namespace privet
security_delegate.h 14 #include "src/privet/privet_types.h"
17 namespace privet { namespace in namespace:weave
73 } // namespace privet
wifi_delegate.h 12 #include "src/privet/privet_types.h"
15 namespace privet { namespace in namespace:weave
49 } // namespace privet
wifi_ssid_generator_unittest.cc 5 #include "src/privet/wifi_ssid_generator.h"
9 #include "src/privet/mock_delegates.h"
10 #include "src/privet/openssl_utils.h"
13 namespace privet { namespace in namespace:weave
83 } // namespace privet
device_delegate.cc 5 #include "src/privet/device_delegate.h"
10 #include "src/privet/constants.h"
13 namespace privet { namespace in namespace:weave
68 } // namespace privet
auth_manager.h 17 #include "src/privet/privet_types.h"
24 namespace privet { namespace in namespace:weave
97 } // namespace privet
cloud_delegate.h 16 #include "src/privet/privet_types.h"
17 #include "src/privet/security_delegate.h"
32 namespace privet { namespace in namespace:weave
153 } // namespace privet
mock_delegates.h 17 #include "src/privet/cloud_delegate.h"
18 #include "src/privet/device_delegate.h"
19 #include "src/privet/security_delegate.h"
20 #include "src/privet/wifi_delegate.h"
29 namespace privet { namespace in namespace:weave
238 } // namespace privet
privet_handler.h 17 #include "src/privet/cloud_delegate.h"
25 namespace privet { namespace in namespace:weave
32 // Privet V3 HTTP/HTTPS requests handler.
57 // Handles HTTP/HTTPS Privet request.
58 // |api| is the path from the HTTP request, e.g /privet/info.
175 } // namespace privet
privet_manager.h 17 #include "src/privet/cloud_delegate.h"
18 #include "src/privet/security_manager.h"
19 #include "src/privet/wifi_bootstrap_manager.h"
35 namespace privet { namespace in namespace:weave
96 } // namespace privet
publisher.cc 5 #include "src/privet/publisher.h"
12 #include "src/privet/cloud_delegate.h"
13 #include "src/privet/device_delegate.h"
14 #include "src/privet/device_ui_kind.h"
15 #include "src/privet/wifi_bootstrap_manager.h"
16 #include "src/privet/wifi_ssid_generator.h"
20 namespace privet { namespace in namespace:weave
91 } // namespace privet
security_manager.h 20 #include "src/privet/security_delegate.h"
32 namespace privet { namespace in namespace:weave
137 } // namespace privet
wifi_bootstrap_manager.h 18 #include "src/privet/privet_types.h"
19 #include "src/privet/wifi_delegate.h"
20 #include "src/privet/wifi_ssid_generator.h"
32 namespace privet { namespace in namespace:weave
120 } // namespace privet
auth_manager_unittest.cc 5 #include "src/privet/auth_manager.h"
13 #include "src/privet/mock_delegates.h"
19 namespace privet { namespace in namespace:weave
397 } // namespace privet
wifi_ssid_generator.cc 5 #include "src/privet/wifi_ssid_generator.h"
14 #include "src/privet/cloud_delegate.h"
15 #include "src/privet/device_delegate.h"
16 #include "src/privet/wifi_delegate.h"
19 namespace privet { namespace in namespace:weave
101 } // namespace privet
constants.cc 5 #include "src/privet/constants.h"
8 namespace privet { namespace in namespace:weave
34 } // namespace privet
  /external/libweave/src/
device_manager.h 20 namespace privet { namespace in namespace:weave
23 } // namespace privet
108 std::unique_ptr<privet::AuthManager> auth_manager_;
114 std::unique_ptr<privet::Manager> privet_;
device_registration_info.h 44 namespace privet { namespace in namespace:weave
61 privet::AuthManager* auth_manager);
347 privet::AuthManager* auth_manager_{nullptr};

Completed in 80 milliseconds

1 2