Searched refs:QueryAllAppInfo (Results 1 – 6 of 6) sorted by relevance
28 virtual int QueryAllAppInfo(std::vector<AppInfo> &infos) = 0;44 MOCK_METHOD1(QueryAllAppInfo, int(std::vector<AppInfo> &infos));
29 virtual int QueryAllAppInfo(std::vector<AppInfo> &infos);
90 ret = helper.QueryAllAppInfo(events);92 ret = helper.QueryAllAppInfo(events);94 ret = helper.QueryAllAppInfo(events);
311 EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo(An<std::vector<AppInfo> &>())).327 EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo(An<std::vector<AppInfo> &>())).343 EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo(An<std::vector<AppInfo> &>())).612 …EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo).WillOnce(Return(FAILED)).WillRepeate…648 EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo).WillRepeatedly(703 EXPECT_CALL(AppInfoRdbHelper::GetInstance(), QueryAllAppInfo).WillRepeatedly(
154 if (AppInfoRdbHelper::GetInstance().QueryAllAppInfo(dbConfigs) != SUCCESS) { in UpdateInfoToDb()
67 int ConfigDatabaseHelper::QueryAllAppInfo(std::vector<AppInfo> &infos) in QueryAllAppInfo() function in OHOS::Security::SecurityGuard::ConfigDatabaseHelper