Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 - 25 of 53) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_item_model_impl.cpp57 StepperLabels label = stepperItem->GetLabel(); in SetPrevLabel()
69 StepperLabels label = stepperItem->GetLabel(); in SetNextLabel()
81 StepperLabels label = stepperItem->GetLabel(); in SetStatus()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dstepper_item_composed_element.cpp53 auto label = renderStepperItem->GetLabel(); in GetPrevLabel()
63 auto label = renderStepperItem->GetLabel(); in GetNextLabel()
73 auto label = renderStepperItem->GetLabel(); in GetStatus()
H A Dbadge_composed_element.cpp27 { "value", [](const BadgeComposedElement& inspector) { return inspector.GetLabel(); } },
42 std::string("value: ").append(GetLabel())); in Dump()
100 std::string BadgeComposedElement::GetLabel(void) const in GetLabel() function in OHOS::Ace::V2::BadgeComposedElement
H A Dbutton_composed_element.cpp28 { "label", [](const ButtonComposedElement& inspector) { return inspector.GetLabel(); } },
43 std::string("Label: ").append(GetLabel())); in Dump()
69 std::string ButtonComposedElement::GetLabel() const in GetLabel() function in OHOS::Ace::V2::ButtonComposedElement
H A Dbadge_composed_element.h38 std::string GetLabel(void) const;
H A Dbutton_composed_element.h37 std::string GetLabel() const;
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp82 stepperLabels_.insert(labelIter, item->GetLabel()); in InsertChild()
95 AppendLabel(item->GetLabel()); in AppendChild()
109 AppendLabel(item->GetLabel()); in AppendChild()
H A Drender_stepper_item.h38 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::RenderStepperItem
H A Drender_stepper_item.cpp27 label_ = stepperItem->GetLabel(); in Update()
H A Dstepper_item_component.h98 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::StepperItemComponent
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runners.h35 const std::string& GetLabel() const;
H A Dtask_runners.cpp45 const std::string& TaskRunners::GetLabel() const in GetLabel() function in OHOS::Ace::TaskRunners
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_unit_info.h116 uint8_t GetLabel(void) const in GetLabel() function in OHOS::bluetooth::AvrcTgUnitPacket
H A Davrcp_tg_pass_through.h142 uint8_t GetLabel(void) const in GetLabel() function in OHOS::bluetooth::AvrcTgPassPacket
H A Davrcp_tg_state_machine.cpp485 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in ToPassThroughEvent()
495 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in ToUnitInfoEvent()
507 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in ToCommonEvent()
525 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in ToAbortContinuingEvent()
614 AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, pkt); in Dispatch()
778 cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->AssemblePacket()); in Dispatch()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp232 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in SyncStepInner()
258 LOGE("[StateMachine][AbortInner] error occurred,abort,label=%s,dev=%s", dataSync_->GetLabel().c_str(), in AbortInner()
374 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in DoInitiactiveDataSyncWithSlidingWindow()
435 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in DoInitiactiveControlSync()
515 LOGI("[StateMachine][AbilitySync] start abilitySync,label=%s,dev=%s", dataSync_->GetLabel().c_str(), in DoAbilitySync()
604 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in AbilitySyncResponseRecv()
613 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in AbilitySyncResponseRecv()
886 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in TimeMarkSyncRecv()
935 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in IsPacketValid()
942 dataSync_->GetLabel() in IsPacketValid()
[all...]
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp56 const std::string& StageAppInfo::GetLabel() const in GetLabel() function in OHOS::Ace::StageAppInfo
H A Dstage_app_info.h37 const std::string& GetLabel() const;
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp148 notificationLabels.emplace(var->GetLabel()); in GetAllActiveNotificationsLabels()
165 std::string label = var->GetLabel(); in RefreshContinuousNotifications()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.h36 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::Framework::final
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_ability_info.cpp128 const std::string &AccessibilityAbilityInfo::GetLabel() const in GetLabel() function in OHOS::Accessibility::AccessibilityAbilityInfo
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_ability_info.h180 const std::string &GetLabel() const;
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_ability_info.h171 const std::string &GetLabel() const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h61 virtual std::string GetLabel() const = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_test_ng.cpp315 * @tc.desc: Verify GetLabel.
321 EXPECT_FALSE(property.GetLabel().has_value()); in HWTEST_F()
323 ASSERT_TRUE(property.GetLabel().has_value()); in HWTEST_F()
324 EXPECT_EQ(property.GetLabel().value(), "label"); in HWTEST_F()
461 EXPECT_TRUE(property.GetLabel().has_value()); in HWTEST_F()
474 EXPECT_FALSE(property.GetLabel().has_value()); in HWTEST_F()
512 EXPECT_EQ(property.GetLabel().value(), cloneProperty->GetLabel().value()); in HWTEST_F()
689 ASSERT_TRUE(itemProperty->GetLabel().has_value()); in HWTEST_F()
690 EXPECT_EQ(itemProperty->GetLabel() in HWTEST_F()
[all...]

Completed in 12 milliseconds

123