Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 25 of 87) sorted by relevance

1234

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp67 std::string label = request->GetLabel();
84 std::string label = request->GetLabel();
101 std::string label = request->GetLabel();
118 std::string label = request->GetLabel();
135 std::string label = request->GetLabel();
153 std::string label = request->GetLabel();
171 std::string label = request->GetLabel();
369 std::string label = request->GetLabel();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dstepper_item_composed_element.cpp56 auto label = renderStepperItem->GetLabel(); in GetPrevLabel()
66 auto label = renderStepperItem->GetLabel(); in GetNextLabel()
76 auto label = renderStepperItem->GetLabel(); in GetStatus()
H A Dbadge_composed_element.cpp28 { "value", [](const BadgeComposedElement& inspector) { return inspector.GetLabel(); } }, in __anon58f0cb8f0402()
43 std::string("value: ").append(GetLabel())); in Dump()
101 std::string BadgeComposedElement::GetLabel(void) const in GetLabel() function in OHOS::Ace::V2::BadgeComposedElement
H A Dbutton_composed_element.cpp30 { "label", [](const ButtonComposedElement& inspector) { return inspector.GetLabel(); } }, in __anon1e0453d80302()
45 std::string("Label: ").append(GetLabel())); in Dump()
71 std::string ButtonComposedElement::GetLabel() const in GetLabel() function in OHOS::Ace::V2::ButtonComposedElement
H A Dbadge_composed_element.h38 std::string GetLabel(void) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_item_model_impl.cpp61 StepperLabels label = stepperItem->GetLabel(); in SetPrevLabel()
73 StepperLabels label = stepperItem->GetLabel(); in SetNextLabel()
85 StepperLabels label = stepperItem->GetLabel(); in SetStatus()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_check_info_test.cpp106 EXPECT_EQ("testTag", checkInfo.GetLabel());
136 EXPECT_EQ("testTag", checkInfo.GetLabel());
151 EXPECT_EQ("", checkInfo.GetLabel());
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_date_time_suggestion_impl.cpp29 ArkWebString ArkWebDateTimeSuggestionImpl::GetLabel() in GetLabel() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionImpl
31 return ArkWebStringClassToStruct(nweb_date_time_suggestion_->GetLabel()); in GetLabel()
H A Dark_web_select_popup_menu_item_impl.cpp32 ArkWebString ArkWebSelectPopupMenuItemImpl::GetLabel() in GetLabel() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemImpl
34 return ArkWebStringClassToStruct(nweb_select_popup_menu_item_->GetLabel()); in GetLabel()
H A Dark_web_date_time_suggestion_impl.h32 ArkWebString GetLabel() override;
H A Dark_web_select_popup_menu_item_impl.h34 ArkWebString GetLabel() override;
/ohos5.0/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
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_date_time_suggestion_wrapper.cpp29 std::string ArkWebDateTimeSuggestionWrapper::GetLabel() in GetLabel() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionWrapper
31 ArkWebString stLabel = ark_web_date_time_suggestion_->GetLabel(); in GetLabel()
H A Dark_web_select_popup_menu_item_wrapper.cpp32 std::string ArkWebSelectPopupMenuItemWrapper::GetLabel() in GetLabel() function in OHOS::ArkWeb::ArkWebSelectPopupMenuItemWrapper
34 ArkWebString stLabel = ark_web_select_popup_menu_item_->GetLabel(); in GetLabel()
H A Dark_web_date_time_suggestion_wrapper.h30 std::string GetLabel() override;
H A Dark_web_select_popup_menu_item_wrapper.h35 std::string GetLabel() override;
/ohos5.0/base/location/test/location_common/source/
H A Dcommon_utils_test.cpp174 EXPECT_NE("", CommonUtils::GetLabel(GNSS_ABILITY).tag);
175 EXPECT_NE("", CommonUtils::GetLabel(NETWORK_ABILITY).tag);
176 EXPECT_NE("", CommonUtils::GetLabel(PASSIVE_ABILITY).tag);
177 EXPECT_NE("", CommonUtils::GetLabel(GEO_ABILITY).tag);
178 EXPECT_NE("", CommonUtils::GetLabel("unknown_ability").tag);
/ohos5.0/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_st… in AbortInner()
374 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in DoInitiactiveDataSyncWithSlidingWindow()
435 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in DoInitiactiveControlSync()
517 …LOGI("[StateMachine][AbilitySync] start abilitySync,label=%s,dev=%s", dataSync_->GetLabel().c_str(… in DoAbilitySync()
605 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in AbilitySyncResponseRecv()
614 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in AbilitySyncResponseRecv()
887 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in TimeMarkSyncRecv()
936 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in IsPacketValid()
943 dataSync_->GetLabel().c_str(), STR_MASK(context_->GetDeviceId())); in IsPacketValid()
[all …]
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_date_time_suggestion.h31 virtual ArkWebString GetLabel() = 0;
H A Dark_web_select_popup_menu_item.h32 virtual ArkWebString GetLabel() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp485 …AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->Asse… in ToPassThroughEvent()
495 …AVCT_SendMsgReq(cnManager->GetConnectId(rawAddr_), packet->GetLabel(), AVCT_RESPONSE, packet->Asse… 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()
/ohos5.0/base/location/frameworks/location_common/common/
H A Dliblbsservice_common_version_script.txt6 "*GetLabel*";
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runners.h35 const std::string& GetLabel() const;

1234