OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CloudDelegate
(Results
1 - 2
of
2
) sorted by null
/external/libweave/src/privet/
cloud_delegate.h
36
class
CloudDelegate
{
38
CloudDelegate
();
39
virtual ~
CloudDelegate
();
144
static std::unique_ptr<
CloudDelegate
> CreateDefault(
cloud_delegate.cc
40
class CloudDelegateImpl : public
CloudDelegate
{
361
CloudDelegate
::
CloudDelegate
() {}
363
CloudDelegate
::~
CloudDelegate
() {}
366
std::unique_ptr<
CloudDelegate
>
CloudDelegate
::CreateDefault(
374
void
CloudDelegate
::NotifyOnDeviceInfoChanged() {
378
void
CloudDelegate
::NotifyOnTraitDefsChanged() {
382
void
CloudDelegate
::NotifyOnComponentTreeChanged()
[
all
...]
Completed in 3338 milliseconds