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:GetScheme
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H
A
D
actsCESMatchingSkillsTest.cpp
325
* @tc.name: AddScheme、
GetScheme
、CountSchemes、HasScheme and RemoveScheme
326
* @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、
GetScheme
、
338
EXPECT_EQ(shceme, matchingSkills.
GetScheme
(0));
in HWTEST_F()
339
EXPECT_EQ(false, shceme == matchingSkills.
GetScheme
(1000));
in HWTEST_F()
357
* @tc.name: AddScheme、
GetScheme
、CountSchemes、HasScheme and RemoveScheme
358
* @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、
GetScheme
、
370
EXPECT_EQ(shceme, matchingSkills.
GetScheme
(0));
in HWTEST_F()
371
EXPECT_EQ(false, shceme == matchingSkills.
GetScheme
(1000));
in HWTEST_F()
389
* @tc.name: AddScheme、
GetScheme
、CountSchemes、HasScheme and RemoveScheme
390
* @tc.desc: Verify the function of MatchingSkills scheme : AddScheme、
GetScheme
、
[all...]
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
matching_skills_test.cpp
117
* FunctionPoints: AddScheme/
GetScheme
/CountScheme/HasScheme/RemoveScheme
132
EXPECT_EQ(shceme, matchSkills.
GetScheme
(0));
in HWTEST_F()
134
EXPECT_EQ(false, shceme == matchSkills.
GetScheme
(SET_COUNT));
in HWTEST_F()
334
* Feature:
GetScheme
335
* Function:
GetScheme
337
* FunctionPoints:
GetScheme
339
* CaseDescription: test
GetScheme
function
348
EXPECT_EQ("", matchSkills.
GetScheme
(index));
in HWTEST_F()
352
* Feature:
GetScheme
353
* Function:
GetScheme
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
matching_skills.h
125
std::string
GetScheme
(size_t index) const;
/base/notification/common_event_service/test/fuzztest/matchingskills_fuzzer/
H
A
D
matchingskills_fuzzer.cpp
63
matchingSkills.
GetScheme
(index);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/src/
H
A
D
matching_skills.cpp
110
std::string MatchingSkills::
GetScheme
(size_t index) const
in GetScheme()
function in OHOS::EventFwk::MatchingSkills
313
return MatchEvent(want.GetAction()) && MatchEntity(want.GetEntities()) && MatchScheme(want.
GetScheme
());
in Match()
/base/notification/common_event_service/services/src/
H
A
D
common_event_sticky_manager.cpp
152
std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().
GetScheme
() + "\n";
in DumpState()
H
A
D
common_event_subscriber_manager.cpp
211
scheme = scheme + separator + record->eventSubscribeInfo->GetMatchingSkills().
GetScheme
(schemeNum);
in DumpDetailed()
H
A
D
common_event_control_manager.cpp
1068
std::string scheme = "\t\tScheme: " + record->commonEventData->GetWant().
GetScheme
() + "\n";
in DumpStateByCommonEventRecord()
1182
std::string scheme = "\t\tScheme: " + record.want.
GetScheme
() + "\n";
in DumpHistoryStateByCommonEventRecord()
Completed in 8 milliseconds