Searched refs:OnCommandCreated (Results 1 – 6 of 6) sorted by relevance
28 MOCK_METHOD2(OnCommandCreated,72 EXPECT_CALL(delegate_, OnCommandCreated(MatchDict(expected_json), "foo")) in TEST_F()
21 virtual void OnCommandCreated(const base::DictionaryValue& command,
63 delegate_->OnCommandCreated(empty_dict, GetName()); in OnTimer()
23 delegate->OnCommandCreated(*command, channel_name); in ParseCommandCreated()
270 void OnCommandCreated(const base::DictionaryValue& command,
1284 void DeviceRegistrationInfo::OnCommandCreated( in OnCommandCreated() function in weave::DeviceRegistrationInfo