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:HasEvent
(Results
1 - 7
of
7
) sorted by relevance
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
matching_skills.h
117
bool
HasEvent
(const std::string &event) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H
A
D
matchingskills_fuzzer.cpp
45
// test
HasEvent
function
in DoSomethingInterestingWithMyAPI()
46
matchingSkills.
HasEvent
(stringData);
in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/utils/common/include/
H
A
D
tel_event_queue.h
41
bool
HasEvent
();
/base/notification/common_event_service/frameworks/native/src/
H
A
D
matching_skills.cpp
105
bool MatchingSkills::
HasEvent
(const std::string &event) const
in HasEvent()
function in OHOS::EventFwk::MatchingSkills
277
return
HasEvent
(event);
in MatchEvent()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H
A
D
actsCESMatchingSkillsTest.cpp
78
EXPECT_TRUE(matchingSkills.
HasEvent
(eventName));
in HWTEST_F()
121
EXPECT_TRUE(matchingSkills.
HasEvent
(eventName));
in HWTEST_F()
164
EXPECT_TRUE(matchingSkills.
HasEvent
(eventName));
in HWTEST_F()
219
EXPECT_TRUE(matchingSkills.
HasEvent
(eventName));
in HWTEST_F()
289
EXPECT_TRUE(matchingSkills.
HasEvent
(eventName));
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
matching_skills_test.cpp
88
* FunctionPoints: AddEvent/GetEvent/CountEvent/
HasEvent
/RemoveEvent
101
EXPECT_EQ(true, matchSkills.
HasEvent
(event));
in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H
A
D
actsCESSubscribeInfoTest.cpp
641
if (!subscribeInfo.GetMatchingSkills().
HasEvent
(eventName)) {
in HWTEST_F()
Completed in 5 milliseconds