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:entities
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/common_event_service/services/src/
H
A
D
common_event_sticky_manager.cpp
139
std::string
entities
= "\t\tEntity: ";
in DumpState()
local
147
entities
=
entities
+ separator + entitiesVec;
in DumpState()
150
entities
=
entities
+ "\n";
in DumpState()
161
std::string want = "\tWant:\n" + action +
entities
+ scheme + uri + flags + type + bundle + ability + deviced;
in DumpState()
H
A
D
common_event_subscriber_manager.cpp
191
std::string
entities
= format + "\tEntity: ";
in DumpDetailed()
local
199
entities
=
entities
+ separator + record->eventSubscribeInfo->GetMatchingSkills().GetEntity(entityNum);
in DumpDetailed()
201
entities
=
entities
+ "\n";
in DumpDetailed()
215
std::string matchingSkills = format + "MatchingSkills:\n" + events +
entities
+ scheme;
in DumpDetailed()
H
A
D
common_event_control_manager.cpp
1055
std::string
entities
= "\t\tEntity: ";
in DumpStateByCommonEventRecord()
local
1063
entities
=
entities
+ separator + entitiesVec;
in DumpStateByCommonEventRecord()
1066
entities
=
entities
+ "\n";
in DumpStateByCommonEventRecord()
1076
std::string want = "\tWant:\n" + action +
entities
+ scheme + uri + flags + type + bundle + ability + deviced;
in DumpStateByCommonEventRecord()
1169
std::string
entities
= "\t\tEntity: ";
in DumpHistoryStateByCommonEventRecord()
local
1177
entities
=
entities
+ separator + entitiesVec;
in DumpHistoryStateByCommonEventRecord()
1180
entities
in DumpHistoryStateByCommonEventRecord()
[all...]
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
matching_skills_test.cpp
173
std::vector<std::string>
entities
;
in HWTEST_F()
local
174
EXPECT_EQ(true, matchSkills.MatchEntity(
entities
));
in HWTEST_F()
178
entities
.emplace_back(entity);
in HWTEST_F()
179
EXPECT_EQ(true, matchSkills.MatchEntity(
entities
));
in HWTEST_F()
180
entities
.emplace_back("entitydiffer");
in HWTEST_F()
181
EXPECT_EQ(false, matchSkills.MatchEntity(
entities
));
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H
A
D
matching_skills.cpp
202
// read
entities
in ReadFromParcel()
280
bool MatchingSkills::MatchEntity(const std::vector<std::string> &
entities
) const
in MatchEntity()
282
if (
entities
.empty()) {
in MatchEntity()
287
for (auto vec :
entities
) {
in MatchEntity()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
matching_skills.h
205
bool MatchEntity(const std::vector<std::string> &
entities
) const;
Completed in 6 milliseconds