Home
last modified time | relevance | path

Searched defs:slot (Results 101 – 125 of 174) sorted by relevance

1234567

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp48 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp185 sptr<NotificationSlot> slot; variable
224 sptr<NotificationSlot> slot; variable
638 sptr<NotificationSlot> slot = nullptr; variable
669 auto slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); variable
H A Dadvanced_notification_service_test.cpp148 sptr<NotificationSlot> slot = new NotificationSlot(type); in TestAddSlot() local
164 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::LIVE_VIEW); in TestAddLiveViewSlot() local
516 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable
691 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
1336 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
1355 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
1390 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
1419 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dace_multimodal_define.h46 std::string slot; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_helper_test.cpp101 NotificationSlot slot; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_node.cpp50 void NavBarNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp139 void DOMDialog::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_grid_column.cpp38 void DomGridColumn::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_grid_container.cpp39 void DomGridContainer::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_select.cpp165 void DOMSelect::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_list_item_group.cpp134 void DOMListItemGroup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_panel.cpp136 void DOMPanel::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_stepper.cpp134 void DOMStepper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_navigation_bar.cpp80 void DomNavigationBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
H A Ddom_popup.cpp194 void DOMPopup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp124 auto& slot = entities_[id]; in Create() local
154 auto& slot = entities_[id]; in CreateReferenceCounted() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp212 auto slot = root->GetInt("slot", -1); in OperateComponent() local
265 int32_t parentID, int32_t slot, std::string& operateType, RefPtr<Component> newComponent) in OperateGeneralComponent()
289 bool JsInspectorManager::OperateGeneralUINode(RefPtr<NG::UINode> parent, int32_t slot, RefPtr<NG::U… in OperateGeneralUINode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1511 auto& slot = boundBuffers_[targetId][binding]; in BindBufferRange() local
1557 const auto& slot = bufferBound_[targetId]; in BoundBuffer() local
1570 const auto& slot = boundBuffers_[targetId][binding]; in BoundBuffer() local
1852 for (auto& slot : buffers) { in UnBindBuffer() local
1867 for (auto& slot : bufferBound_) { in UnBindBuffer() local
1890 int slot = 0; in UnBindBufferFromVertexArray() local
1997 void DeviceGLES::BindVertexBuffer(uint32_t slot, uint32_t buffer, intptr_t offset, intptr_t stride) in BindVertexBuffer()
2016 void DeviceGLES::VertexBindingDivisor(uint32_t slot, uint32_t divisor) in VertexBindingDivisor()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h25 NotificationSlot slot; member
34 NotificationSlot slot; member
75 sptr<NotificationSlot> slot = nullptr; member
122 sptr<NotificationSlot> slot; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_slot.cpp153 …rProxy::GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) in GetSlotByType()
289 sptr<NotificationSlot> &slot) in GetSlotByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp133 napi_value Common::SetNotificationSlot(const napi_env &env, const NotificationSlot &slot, napi_valu… in SetNotificationSlot()
700 …e Common::GetNotificationSlot(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlot()
756 …::GetNotificationSlotByString(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByString()
802 …on::GetNotificationSlotByBool(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByBool()
857 …::GetNotificationSlotByNumber(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByNumber()
917 …etNotificationSlotByVibration(const napi_env &env, const napi_value &value, NotificationSlot &slot) in GetNotificationSlotByVibration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.cpp280 void AccessibilityNode::AddNode(const RefPtr<AccessibilityNode>& node, int32_t slot) in AddNode()
300 void AccessibilityNode::Mount(int32_t slot) in Mount()
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp134 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F() local
153 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_test.cpp124 for (const auto& slot : slots) { variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp197 for (auto& slot : slotsInfo_) { in Dump() local

1234567