Searched refs:ListCommands (Results 1 – 5 of 5) sorted by relevance
130 virtual void ListCommands(const UserInfo& user_info,
207 MOCK_METHOD2(ListCommands, void(const UserInfo&, const CommandDoneCallback&));
211 void ListCommands(const UserInfo& user_info, in ListCommands() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
945 EXPECT_CALL(cloud_, ListCommands(_, _)) in TEST_F()
935 cloud_->ListCommands(user_info, in HandleCommandsList()