Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CountEntities
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
matching_skills.h
73
size_t
CountEntities
() const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H
A
D
matchingskills_fuzzer.cpp
39
// test
CountEntities
function
in DoSomethingInterestingWithMyAPI()
40
matchingSkills.
CountEntities
();
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H
A
D
actsCESMatchingSkillsTest.cpp
61
* @tc.name: AddEntity、GetEntity、
CountEntities
、HasEntity and RemoveEntity
63
*
CountEntities
、HasEntity and RemoveEntity
84
EXPECT_EQ(1, matchingSkills.
CountEntities
());
in HWTEST_F()
87
if (matchingSkills.
CountEntities
() != 0) {
in HWTEST_F()
104
* @tc.name: AddEntity、GetEntity、
CountEntities
、HasEntity and RemoveEntity
106
* AddEntity、GetEntity、
CountEntities
、HasEntity and RemoveEntity
127
EXPECT_EQ(1, matchingSkills.
CountEntities
());
in HWTEST_F()
130
if (matchingSkills.
CountEntities
() != 0) {
in HWTEST_F()
147
* @tc.name: AddEntity、GetEntity、
CountEntities
、HasEntity and RemoveEntity
149
* AddEntity、GetEntity、
CountEntities
、HasEntit
[all...]
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
matching_skills_test.cpp
55
* Function: AddEntity/GetEntity/
CountEntities
/HasEntity/RemoveEntity
69
EXPECT_EQ(SET_COUNT, matchSkills.
CountEntities
());
in HWTEST_F()
81
EXPECT_EQ(0, matchSkills.
CountEntities
());
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H
A
D
matching_skills.cpp
65
size_t MatchingSkills::
CountEntities
() const
in CountEntities()
function in OHOS::EventFwk::MatchingSkills
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_subscriber_manager_test.cpp
188
EXPECT_EQ(1, matchSkills.
CountEntities
());
in HWTEST_F()
/base/notification/common_event_service/services/src/
H
A
D
common_event_subscriber_manager.cpp
192
size_t entitySize = record->eventSubscribeInfo->GetMatchingSkills().
CountEntities
();
in DumpDetailed()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H
A
D
common_event_services_system_test.cpp
2481
* @tc.name:
CountEntities
2493
EXPECT_TRUE((matchingSkills.
CountEntities
() >= 1));
in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H
A
D
actsCESManagertest.cpp
3102
* @tc.name:
CountEntities
3117
if (!(matchingSkills.
CountEntities
() >= 1)) {
in HWTEST_F()
Completed in 16 milliseconds