Searched refs:QueryAppInfoByAttribute (Results 1 – 4 of 4) sorted by relevance
31 virtual int QueryAppInfoByAttribute(const std::string attr, std::vector<AppInfo> &infos) = 0;47 MOCK_METHOD2(QueryAppInfoByAttribute, int(const std::string attr, std::vector<AppInfo> &infos));
32 virtual int QueryAppInfoByAttribute(const std::string attr, std::vector<AppInfo> &infos);
252 ret = helper.QueryAppInfoByAttribute(attr, events);254 ret = helper.QueryAppInfoByAttribute(attr, events);256 ret = helper.QueryAppInfoByAttribute(attr, events);
237 int ConfigDatabaseHelper::QueryAppInfoByAttribute(const std::string attr, std::vector<AppInfo> &inf… in QueryAppInfoByAttribute() function in OHOS::Security::SecurityGuard::ConfigDatabaseHelper