Searched refs:QueryEventByRuler (Results 1 – 4 of 4) sorted by relevance
69 static bool QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy,
68 static bool QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy,
205 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));227 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));248 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));263 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));
338 bool DataCollectManagerService::QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy, in QueryEventByRuler() function in OHOS::Security::SecurityGuard::DataCollectManagerService391 return !QueryEventByRuler(proxy, ruler); in QuerySecurityEvent()