OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrivetHandler
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/privet/
privet_handler.h
34
class
PrivetHandler
: public CloudDelegate::Observer {
43
PrivetHandler
(CloudDelegate* cloud,
48
~
PrivetHandler
() override;
70
using ApiHandler = void (
PrivetHandler
::*)(const base::DictionaryValue&,
170
base::WeakPtrFactory<
PrivetHandler
> weak_ptr_factory_{this};
172
DISALLOW_COPY_AND_ASSIGN(
PrivetHandler
);
privet_handler.cc
185
const
PrivetHandler
::RequestCallback& callback) {
198
void OnCommandRequestSucceeded(const
PrivetHandler
::RequestCallback& callback,
352
std::vector<std::string>
PrivetHandler
::GetHttpPaths() const {
361
std::vector<std::string>
PrivetHandler
::GetHttpsPaths() const {
368
PrivetHandler
::
PrivetHandler
(CloudDelegate* cloud,
384
AddHandler("/privet/info", &
PrivetHandler
::HandleInfo, AuthScope::kNone);
385
AddHandler("/privet/v3/pairing/start", &
PrivetHandler
::HandlePairingStart,
387
AddHandler("/privet/v3/pairing/confirm", &
PrivetHandler
::HandlePairingConfirm,
389
AddHandler("/privet/v3/pairing/cancel", &
PrivetHandler
::HandlePairingCancel
[
all
...]
Completed in 240 milliseconds