OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloudCommandProxy
(Results
1 - 4
of
4
) sorted by null
/external/libweave/src/commands/
cloud_command_proxy.cc
17
CloudCommandProxy
::
CloudCommandProxy
(
29
base::Bind(&
CloudCommandProxy
::OnDeviceStateUpdated,
34
void
CloudCommandProxy
::OnErrorChanged() {
43
void
CloudCommandProxy
::OnResultsChanged() {
50
void
CloudCommandProxy
::OnStateChanged() {
57
void
CloudCommandProxy
::OnProgressChanged() {
64
void
CloudCommandProxy
::OnCommandDestroyed() {
68
void
CloudCommandProxy
::QueueCommandUpdate(
92
FROM_HERE, base::Bind(&
CloudCommandProxy
::SendCommandUpdate
[
all
...]
cloud_command_proxy.h
32
class
CloudCommandProxy
: public CommandInstance::Observer {
34
CloudCommandProxy
(CommandInstance* command_instance,
39
~
CloudCommandProxy
() override = default;
96
base::WeakPtrFactory<
CloudCommandProxy
> backoff_weak_ptr_factory_{this};
97
base::WeakPtrFactory<
CloudCommandProxy
> weak_ptr_factory_{this};
98
DISALLOW_COPY_AND_ASSIGN(
CloudCommandProxy
);
cloud_command_proxy_unittest.cc
67
class CloudCommandProxyWrapper : public
CloudCommandProxy
{
75
:
CloudCommandProxy
{command_instance, cloud_command_updater,
125
// Finally construct the
CloudCommandProxy
we are going to test here.
126
std::unique_ptr<
CloudCommandProxy
> proxy{new CloudCommandProxyWrapper{
131
//
CloudCommandProxy
::
CloudCommandProxy
() subscribe itself to weave::Command
133
// ::OnCommandDestroyed() and
CloudCommandProxy
deletes itself.
155
// Verify that
CloudCommandProxy
has been destroyed already and not at some
/external/libweave/src/
device_registration_info.cc
[
all
...]
Completed in 57 milliseconds