Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hyper_graphic_manager/src/
H A Dhyper_graphic_manager_napi.cpp32 thread_local static RSInterfaces& interfaces = RSInterfaces::GetInstance(); member
54 interfaces.SetRefreshRateMode(mode); in SetRefreshRateMode()
64 defaultRateMode = interfaces.GetCurrentRefreshRateMode(); in GetCurrentRefreshRateMode()
97 std::vector<int32_t> currentRates = interfaces.GetScreenSupportedRefreshRates(id); in GetScreenSupportedRefreshRates()
119 int32_t enable = static_cast<int32_t>(interfaces.GetShowRefreshRateEnabled()); in GetShowRefreshRateEnabled()
145 interfaces.SetShowRefreshRateEnabled(enable); in SetShowRefreshRateEnabled()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dcontent_object.h48 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() argument
50 return META_API_CACHED_INTERFACE(RequiredInterfaces)->SetRequiredInterfaces(interfaces); in SetRequiredInterfaces()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dcontent_object.h32 * class implements interfaces from ObjectFwd and IContent.
53 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override
56 return req ? req->SetRequiredInterfaces(interfaces) : false;
H A Dobject_factory.h89 static auto interfaces = FinalClass::GetStaticInterfaces(); variable
90 return interfaces;
H A Dobject_container.h114 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override
116 return META_EXT_CALL_BASE(IRequiredInterfaces, SetRequiredInterfaces(interfaces));
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.cpp116 auto interfaces = GetInterfaceInfoArray(); in GetInterfaceInfo() local
117 for (const auto &interface : interfaces) { in GetInterfaceInfo()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_required_interfaces.h33 * implementer to implement a set of interfaces.
42 * @param interfaces List of interfaces an object handled by the implementer must to implement.
49 * @note The implementer may also opt to not allow changes to the required interfaces, in such cases
53 virtual bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) = 0;
55 * @brief Returns the list of interfaces required by the implementer.
H A Dinterface_helpers.h268 * @brief Check if list of interfaces (or their base classes) contains ILifecycle
346 static constexpr auto interfaces = META_NS::GetInterfaces<IntroduceInterfaces, Interfaces...>();
347 return interfaces;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontent_object.cpp102 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override
106 requiredInterfaces_ = interfaces;
H A Dattachment_container.h54 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override;
H A Dmetadata.h100 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override;
H A Dattachment_container.cpp80 bool AttachmentContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() argument
82 CORE_LOG_E("Setting the required interfaces of an attachment container is not allowed."); in SetRequiredInterfaces()
H A Dmetadata.cpp293 bool MetadataPropertyContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dconn_manager.cpp388 std::string interfaces = TAB + "interfaces: {"; in GetDumpInfos()
390 interfaces.append(interface + ", "); in GetDumpInfos()
392 infos.append(interfaces + "}\n"); in GetDumpInfos()
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.h63 bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) override;
H A Dcontainer_base.cpp300 bool ContainerBase::SetRequiredInterfaces(const BASE_NS::vector<TypeId>& interfaces) in SetRequiredInterfaces() argument
303 required_ = interfaces; in SetRequiredInterfaces()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp211 InterfaceTypeInfo interfaces[4] = { member
496 for (const auto& info : token->interfaces) { in CreatePlugin3D()
566 for (const auto& info : state->interfaces) { in DestroyPlugin3D()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp208 vector<InterfaceTypeInfo> interfaces = { in RegisterGlobalInterfaces() local
250 for (const auto& info : interfaces) { in RegisterGlobalInterfaces()
257 return interfaces; in RegisterGlobalInterfaces()

Completed in 10 milliseconds