/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 48 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 185 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 D | advanced_notification_service_test.cpp | 148 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 D | ace_multimodal_define.h | 46 std::string slot; member
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_helper_test.cpp | 101 NotificationSlot slot; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_node.cpp | 50 void NavBarNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_dialog.cpp | 139 void DOMDialog::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_grid_column.cpp | 38 void DomGridColumn::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_grid_container.cpp | 39 void DomGridContainer::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_select.cpp | 165 void DOMSelect::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_list_item_group.cpp | 134 void DOMListItemGroup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_panel.cpp | 136 void DOMPanel::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_stepper.cpp | 134 void DOMStepper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_navigation_bar.cpp | 80 void DomNavigationBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
H A D | dom_popup.cpp | 194 void DOMPopup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | entity_manager.cpp | 124 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 D | js_inspector_manager.cpp | 212 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 D | device_gles.cpp | 1511 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 D | napi_slot.h | 25 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 D | ans_manager_proxy_slot.cpp | 153 …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 D | common.cpp | 133 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 D | accessibility_node.cpp | 280 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 D | notification_service_test.cpp | 134 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 D | rs_property_drawable_test.cpp | 124 for (const auto& slot : slots) { variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_bundle_info.cpp | 197 for (auto& slot : slotsInfo_) { in Dump() local
|