/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | stepper_item_model_impl.cpp | 57 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 D | stepper_item_composed_element.cpp | 53 auto label = renderStepperItem->GetLabel(); in GetPrevLabel() 63 auto label = renderStepperItem->GetLabel(); in GetNextLabel() 73 auto label = renderStepperItem->GetLabel(); in GetStatus()
|
H A D | badge_composed_element.cpp | 27 { "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 D | button_composed_element.cpp | 28 { "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 D | badge_composed_element.h | 38 std::string GetLabel(void) const;
|
H A D | button_composed_element.h | 37 std::string GetLabel() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.cpp | 82 stepperLabels_.insert(labelIter, item->GetLabel()); in InsertChild() 95 AppendLabel(item->GetLabel()); in AppendChild() 109 AppendLabel(item->GetLabel()); in AppendChild()
|
H A D | render_stepper_item.h | 38 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::RenderStepperItem
|
H A D | render_stepper_item.cpp | 27 label_ = stepperItem->GetLabel(); in Update()
|
H A D | stepper_item_component.h | 98 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::StepperItemComponent
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_runners.h | 35 const std::string& GetLabel() const;
|
H A D | task_runners.cpp | 45 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 D | avrcp_tg_unit_info.h | 116 uint8_t GetLabel(void) const in GetLabel() function in OHOS::bluetooth::AvrcTgUnitPacket
|
H A D | avrcp_tg_pass_through.h | 142 uint8_t GetLabel(void) const in GetLabel() function in OHOS::bluetooth::AvrcTgPassPacket
|
H A D | avrcp_tg_state_machine.cpp | 485 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 D | single_ver_sync_state_machine.cpp | 232 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 D | stage_app_info.cpp | 56 const std::string& StageAppInfo::GetLabel() const in GetLabel() function in OHOS::Ace::StageAppInfo
|
H A D | stage_app_info.h | 37 const std::string& GetLabel() const;
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | notification_tools.cpp | 148 notificationLabels.emplace(var->GetLabel()); in GetAllActiveNotificationsLabels() 165 std::string label = var->GetLabel(); in RefreshContinuousNotifications()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stepper_item.h | 36 const StepperLabels& GetLabel() const in GetLabel() function in OHOS::Ace::Framework::final
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_ability_info.cpp | 128 const std::string &AccessibilityAbilityInfo::GetLabel() const in GetLabel() function in OHOS::Accessibility::AccessibilityAbilityInfo
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_ability_info.h | 180 const std::string &GetLabel() const;
|
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/ |
H A D | mock_accessibility_ability_info.h | 171 const std::string &GetLabel() const;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | isync_engine.h | 61 virtual std::string GetLabel() const = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_test_ng.cpp | 315 * @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...] |