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:MatchScheme
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H
A
D
actsCESMatchingSkillsTest.cpp
840
* @tc.name:
MatchScheme
and AddScheme
841
* @tc.desc: Verify the function of MatchingSkills scheme :
MatchScheme
ćAddScheme
849
EXPECT_TRUE(matchingSkills.
MatchScheme
(""));
in HWTEST_F()
851
EXPECT_TRUE(matchingSkills.
MatchScheme
(scheme));
in HWTEST_F()
853
if (matchingSkills.
MatchScheme
("schemeMatchScheme")) {
in HWTEST_F()
870
* @tc.name: check
MatchScheme
of MatchingSkills
871
* @tc.desc: verify the function of MatchingSkills:
MatchScheme
879
EXPECT_TRUE(matchingSkills.
MatchScheme
(""));
in HWTEST_F()
881
EXPECT_TRUE(matchingSkills.
MatchScheme
(scheme));
in HWTEST_F()
883
if (!matchingSkills.
MatchScheme
("schemeMatchSchem
in HWTEST_F()
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
matching_skills.h
213
bool
MatchScheme
(const std::string &scheme) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H
A
D
matchingskills_fuzzer.cpp
59
// test
MatchScheme
function
in DoSomethingInterestingWithMyAPI()
60
matchingSkills.
MatchScheme
(stringData);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
matching_skills_test.cpp
196
EXPECT_EQ(true, matchSkills.
MatchScheme
(""));
in HWTEST_F()
199
EXPECT_EQ(true, matchSkills.
MatchScheme
(scheme));
in HWTEST_F()
200
EXPECT_EQ(false, matchSkills.
MatchScheme
("schemediffer"));
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/src/
H
A
D
matching_skills.cpp
297
bool MatchingSkills::
MatchScheme
(const std::string &scheme) const
in MatchScheme()
function in OHOS::EventFwk::MatchingSkills
313
return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) &&
MatchScheme
(want.GetScheme());
in Match()
Completed in 4 milliseconds