Searched refs:GetSecEventsFromConditions (Results 1 – 4 of 4) sorted by relevance
66 static std::vector<SecEvent> GetSecEventsFromConditions(RequestCondition &condition);
65 static std::vector<SecEvent> GetSecEventsFromConditions(RequestCondition &condition);
171 std::vector<SecEvent> events = service.GetSecEventsFromConditions(condition);192 std::vector<SecEvent> events = service.GetSecEventsFromConditions(condition);
223 std::vector<SecEvent> DataCollectManagerService::GetSecEventsFromConditions(RequestCondition &condi… in GetSecEventsFromConditions() function in OHOS::Security::SecurityGuard::DataCollectManagerService254 std::vector<SecEvent> events = GetSecEventsFromConditions(reqCondition); in PushDataCollectTask()