Home
last modified time | relevance | path

Searched refs:OnCommandCreated (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/notification/
Dnotification_parser_unittest.cc28 MOCK_METHOD2(OnCommandCreated,
72 EXPECT_CALL(delegate_, OnCommandCreated(MatchDict(expected_json), "foo")) in TEST_F()
Dnotification_delegate.h21 virtual void OnCommandCreated(const base::DictionaryValue& command,
Dpull_channel.cc63 delegate_->OnCommandCreated(empty_dict, GetName()); in OnTimer()
Dnotification_parser.cc23 delegate->OnCommandCreated(*command, channel_name); in ParseCommandCreated()
/external/libweave/src/
Ddevice_registration_info.h270 void OnCommandCreated(const base::DictionaryValue& command,
Ddevice_registration_info.cc1284 void DeviceRegistrationInfo::OnCommandCreated( in OnCommandCreated() function in weave::DeviceRegistrationInfo