Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_manager.cpp58 void RenderNodeManager::AddRenderNodeFactory(const RenderNodeTypeInfo& typeInfo) in AddRenderNodeFactory()
69 void RenderNodeManager::RemoveRenderNodeFactory(const RenderNodeTypeInfo& typeInfo) in RemoveRenderNodeFactory()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_manager.cpp234 void RenderDataStoreManager::AddRenderDataStoreFactory(const RenderDataStoreTypeInfo& typeInfo) in AddRenderDataStoreFactory()
249 void RenderDataStoreManager::RemoveRenderDataStoreFactory(const RenderDataStoreTypeInfo& typeInfo) in RemoveRenderDataStoreFactory()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp47 …for (const auto* typeInfo : GetPluginRegister().GetTypeInfos(IImageLoaderManager::ImageLoaderTypeI… in ImageLoaderManager() local
241 for (const auto* typeInfo : typeInfos) { in OnTypeInfoEvent() local
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h41 ConstraintSourceType typeInfo; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_reminder.cpp266 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in ReadReminders() local
H A Dans_manager_stub.cpp1912 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in HandlePublishReminder() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp316 const auto* typeInfo = FindTypeInfo<SystemTypeInfo>(typeName, systemMetadata); in ParseSystem() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp3148 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::ALARM); variable
3175 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); variable
3218 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::TIMER); variable
3245 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::CALENDAR); variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp757 std::string typeInfo = type == TIME_ZONE_CHANGE ? "timeZone" : "dateTime"; in RefreshRemindersDueToSysTimeChange() local