Home
last modified time | relevance | path

Searched defs:subs (Results 1 – 8 of 8) 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()
H A Dkey_subscriber_handler.cpp549 bool KeySubscriberHandler::IsMatchForegroundPid(std::list<std::shared_ptr<Subscriber>> 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
/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
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.cpp386 BASE_NS::vector<Subscription> subs; in RemoveSubscription() local
/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
533 …auto pSubs = std::shared_ptr<OhCloudExtHashMap>(subs, [](auto *subs) { OhCloudExtHashMapFree(subs)… in Unsubscribe()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1903 std::vector<sptr<SceneSession>> subs; variable
/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