/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | switch_subscriber_handler.cpp | 140 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 D | key_subscriber_handler.cpp | 549 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 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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 73 void InsertSubScriber(std::shared_ptr<Subscriber> subs); 102 …bool IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> subs, std::set<int32_t> foregroun…
|
H A D | switch_subscriber_handler.h | 65 void InsertSubScriber(std::shared_ptr<Subscriber> subs);
|
/ohos5.0/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() argument
|
/ohos5.0/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; 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 D | scene_session_manager_test2.cpp | 1903 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 D | key_subscriber_handler_test.cpp | 332 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 D | cppcrash-guidelines.md | 581 line 178 subs count, count, 64
|