Home
last modified time | relevance | path

Searched refs:subs (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp140 void SwitchSubscriberHandler::InsertSubScriber(std::shared_ptr<Subscriber> subs) in InsertSubScriber() argument
143 CHKPV(subs); in InsertSubScriber()
145 if (subs->sess_ != nullptr && (*it)->id_ == subs->id_ && (*it)->sess_ == subs->sess_) { in InsertSubScriber()
147 subs->id_, subs->sess_->GetDescript().c_str()); in InsertSubScriber()
151 subscribers_.push_back(subs); in InsertSubScriber()
H A Dkey_subscriber_handler.cpp549 bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, in IsMatchForegroundPid() argument
555 for (const auto &item : subs) { in IsMatchForegroundPid()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DMeshJS.cpp86 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()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp240 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()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h73 void InsertSubScriber(std::shared_ptr<Subscriber> subs);
102 …bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroun…
H A Dswitch_subscriber_handler.h65 void InsertSubScriber(std::shared_ptr<Subscriber> subs);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp529 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() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp761 std::vector<std::string> subs; variable
762 subs.push_back(sub);
763 EXPECT_EQ(g_store->RemoveSubscribe(subs), -1);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1903 std::vector<sptr<SceneSession>> subs; variable
1905 subs.push_back(sub1);
1906 subs.push_back(sub2);
1909 sceneSession->subSession_ = subs;
1913 subs.push_back(sub3);
1915 sceneSession->subSession_ = subs;
1920 subs.push_back(sub4);
1922 sceneSession->subSession_ = subs;
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp332 std::list<std::shared_ptr<OHOS::MMI::KeySubscriberHandler::Subscriber>> subs; variable
334 ASSERT_FALSE(handler.IsMatchForegroundPid(subs, foregroundPids));
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dcppcrash-guidelines.md581 line 178 subs count, count, 64