summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/sql_pt_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/include/policy/sql_pt_representation.h')
-rw-r--r--src/components/policy/policy_external/include/policy/sql_pt_representation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/include/policy/sql_pt_representation.h b/src/components/policy/policy_external/include/policy/sql_pt_representation.h
index 13816eb6c5..ebc307cc8b 100644
--- a/src/components/policy/policy_external/include/policy/sql_pt_representation.h
+++ b/src/components/policy/policy_external/include/policy/sql_pt_representation.h
@@ -134,6 +134,8 @@ class SQLPTRepresentation : public virtual PTRepresentation {
bool GatherRequestSubType(
const std::string& app_id,
policy_table::RequestSubTypes* request_subtypes) const;
+ bool GatherHandledRpcs(const std::string& app_id,
+ policy_table::HandledRpcs* handled_rpcs) const;
bool GatherNickName(const std::string& app_id,
policy_table::Strings* nicknames) const;
@@ -172,6 +174,8 @@ class SQLPTRepresentation : public virtual PTRepresentation {
bool SaveRequestSubType(
const std::string& app_id,
const policy_table::RequestSubTypes& request_subtypes);
+ bool SaveHandledRpcs(const std::string& app_id,
+ const policy_table::HandledRpcs& handled_rpcs);
public:
virtual std::string GetLockScreenIconUrl() const;