Searched refs:remote_actions (Results 1 – 6 of 6) sorted by relevance
178 std::vector<RemoteActionTemplate>* remote_actions) const { in GenerateIntents()205 return interpreter->RunIntentGenerator(it->second, remote_actions); in GenerateIntents()213 std::vector<RemoteActionTemplate>* remote_actions) const { in GenerateIntents()235 return interpreter->RunIntentGenerator(it->second, remote_actions); in GenerateIntents()
58 std::vector<RemoteActionTemplate>* remote_actions) const;68 std::vector<RemoteActionTemplate>* remote_actions) const;
289 const std::vector<RemoteActionTemplate>& remote_actions) const { in RemoteActionTemplatesToJObjectArray()293 JniHelper::NewObjectArray(env, remote_actions.size(), in RemoteActionTemplatesToJObjectArray()296 for (int i = 0; i < remote_actions.size(); i++) { in RemoteActionTemplatesToJObjectArray()297 const RemoteActionTemplate& remote_action = remote_actions[i]; in RemoteActionTemplatesToJObjectArray()
46 std::vector<RemoteActionTemplate>* remote_actions);
74 const std::vector<RemoteActionTemplate>& remote_actions) const;
637 std::vector<RemoteActionTemplate>* remote_actions) { in RunIntentGenerator() argument652 [this, remote_actions] { in RunIntentGenerator()653 return ReadRemoteActionTemplates(remote_actions); in RunIntentGenerator()