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:subs
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
switch_subscriber_handler.cpp
141
void SwitchSubscriberHandler::InsertSubScriber(std::shared_ptr<Subscriber>
subs
)
in InsertSubScriber()
argument
144
CHKPV(
subs
);
in InsertSubScriber()
146
if (
subs
->sess_ != nullptr && (*it)->id_ ==
subs
->id_ && (*it)->sess_ ==
subs
->sess_) {
in InsertSubScriber()
148
subs
->id_,
subs
->sess_->GetDescript().c_str());
in InsertSubScriber()
152
subscribers_.push_back(
subs
);
in InsertSubScriber()
H
A
D
key_subscriber_handler.cpp
687
bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>>
subs
,
in IsMatchForegroundPid()
argument
693
for (const auto &item :
subs
) {
in IsMatchForegroundPid()
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
MeshJS.cpp
86
BASE_NS::vector<SCENE_NS::ISubMesh::Ptr>
subs
;
in GetSubmesh()
local
87
ExecSyncTask([node, &
subs
]() {
in GetSubmesh()
88
subs
= node->SubMeshes()->GetValue();
in GetSubmesh()
93
auto status = napi_create_array_with_length(ctx,
subs
.size(), &tmp);
in GetSubmesh()
95
for (const auto& node :
subs
) {
in GetSubmesh()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
object_hierarchy_observer.cpp
240
decltype(subscriptions_)
subs
;
in ClearSubscriptions()
244
subs
= BASE_NS::move(subscriptions_);
in ClearSubscriptions()
247
subs
.clear();
in ClearSubscriptions()
386
BASE_NS::vector<Subscription>
subs
;
in RemoveSubscription()
local
393
subs
.emplace_back(BASE_NS::move(it->second));
in RemoveSubscription()
400
subs
.clear();
in RemoveSubscription()
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
switch_subscriber_handler.h
65
void InsertSubScriber(std::shared_ptr<Subscriber>
subs
);
H
A
D
key_subscriber_handler.h
79
void InsertSubScriber(std::shared_ptr<Subscriber>
subs
);
117
bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>>
subs
, std::set<int32_t> foregroundPids);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
distributeddb_interfaces_device_identifier_test.cpp
761
std::vector<std::string>
subs
;
in HWTEST_F()
local
762
subs
.push_back(sub);
in HWTEST_F()
763
EXPECT_EQ(g_store->RemoveSubscribe(
subs
), -1);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H
A
D
cloud_server_impl.cpp
529
OhCloudExtHashMap *
subs
= OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_STRING);
in Unsubscribe()
local
530
if (
subs
== nullptr) {
in Unsubscribe()
533
auto pSubs = std::shared_ptr<OhCloudExtHashMap>(
subs
, [](auto *
subs
) { OhCloudExtHashMapFree(
subs
); });
in Unsubscribe()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test2.cpp
1947
std::vector<sptr<SceneSession>>
subs
;
in HWTEST_F()
local
1949
subs
.push_back(sub1);
in HWTEST_F()
1950
subs
.push_back(sub2);
in HWTEST_F()
1953
sceneSession->subSession_ =
subs
;
in HWTEST_F()
1957
subs
.push_back(sub3);
in HWTEST_F()
1959
sceneSession->subSession_ =
subs
;
in HWTEST_F()
1964
subs
.push_back(sub4);
in HWTEST_F()
1966
sceneSession->subSession_ =
subs
;
in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
461
std::list<std::shared_ptr<OHOS::MMI::KeySubscriberHandler::Subscriber>>
subs
;
in HWTEST_F()
local
463
ASSERT_FALSE(handler.IsMatchForegroundPid(
subs
, foregroundPids));
in HWTEST_F()
Completed in 14 milliseconds