/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_notification_helper.cpp | 95 notificationRequest1->SetLabel("label1"); in GetAllActiveNotifications() 100 notificationRequest2->SetLabel("label"); in GetAllActiveNotifications() 105 notificationRequest3->SetLabel("label1"); in GetAllActiveNotifications() 110 notificationRequest4->SetLabel("label"); in GetAllActiveNotifications() 123 notificationRequest->SetLabel("label"); in GetAllActiveNotifications()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | stepper_item_model_impl.cpp | 59 stepperItem->SetLabel(label); in SetPrevLabel() 71 stepperItem->SetLabel(label); in SetNextLabel() 83 stepperItem->SetLabel(label); in SetStatus()
|
/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.cpp | 257 testView->SetLabel(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 258 testView1->SetLabel(label1); in UIKitPointerInputTestDispatchInVisibleEvent001() 284 testView->SetLabel(label1); in InnerTest() 322 testView->SetLabel(label1); in InnerBubbleTest() 410 childScroll->SetLabel(label1); in InnerBubbleDragTest() 416 parentScroll->SetLabel(label2); in InnerBubbleDragTest()
|
H A D | ui_test_input_event.h | 90 void SetLabel(UILabel* label) in SetLabel() function in OHOS::TestView 187 void SetLabel(UILabel* label) in SetLabel() function in OHOS::TestUIScrollView
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_item_component.h | 93 void SetLabel(const StepperLabels& label) in SetLabel() function in OHOS::Ace::StepperItemComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stepper_item.h | 31 void SetLabel(const StepperLabels& label) in SetLabel() function in OHOS::Ace::Framework::final
|
H A D | dom_stepper_item.cpp | 147 stepperItemComponent_->SetLabel(GetLabel()); in PrepareSpecializedComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_pattern.h | 109 void SetLabel(const std::string& label) in SetLabel() function in OHOS::Ace::NG::RenderNodePattern
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.h | 25 static ArkUINativeModuleValue SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_render_node_bridge.h | 37 static ArkUINativeModuleValue SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_render_node_bridge.cpp | 377 ArkUINativeModuleValue RenderNodeBridge::SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetLabel() function in OHOS::Ace::NG::RenderNodeBridge
|
H A D | arkts_native_button_bridge.cpp | 96 ArkUINativeModuleValue ButtonBridge::SetLabel(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetLabel() function in OHOS::Ace::NG::ButtonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3142 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ButtonBridge::SetLabel)); in RegisterButtonAttributes() 3644 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RenderNodeBridge::SetLabel)); in RegisterRenderNodeAttributes()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 170 buttonModelNG.SetLabel(AceType::RawPtr(buttonNode), testChar); in HWTEST_F() 193 buttonModelNGEx.SetLabel(AceType::RawPtr(buttonNodeEx), testChar); in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.cpp | 124 void SetLabel(UILabel* label) in SetLabel() function in OHOS::TestEventInjectorView 308 testView->SetLabel(label1); in InnerTest()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.h | 77 static void SetLabel(FrameNode* frameNode, const char* label);
|
H A D | button_model_ng.cpp | 228 void ButtonModelNG::SetLabel(FrameNode* frameNode, const char* label) in SetLabel() function in OHOS::Ace::NG::ButtonModelNG 636 SetLabel(frameNode, label); in SetLabelWithCheck()
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | notification_tools.cpp | 108 notificationRequest.SetLabel(notificationLabel); in PublishNotification()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 136 void SetLabel(ArkUINodeHandle node, ArkUI_CharPtr label) in SetLabel() function 142 pattern->SetLabel(std::string(label)); in SetLabel() 530 SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetLabel, SetShadowAlpha, SetShadowElevation, in GetRenderNodeModifier()
|
H A D | button_modifier.cpp | 103 ButtonModelNG::SetLabel(frameNode, label); in SetButtonLabel() 110 ButtonModelNG::SetLabel(frameNode, ""); in ResetButtonLabel()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.h | 219 void SetLabel(uint8_t label) in SetLabel() function in OHOS::bluetooth::AvrcTgVendorPacket
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/render_node/ |
H A D | render_node_test_ng.cpp | 79 renderNodePattern->SetLabel("LabelOne"); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 130 domStepperItem->SetLabel(*stepperLabel_); in UpdateForStepperLabel()
|