Home
last modified time | relevance | path

Searched defs:label (Results 526 - 550 of 1642) sorted by relevance

1...<<21222324252627282930>>...66

/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_polyline.cpp119 UILabel* label = new UILabel(); in UIKitChartPolylineTestAddDataSerial001() local
273 UILabel* label = new UILabel(); in UIKitChartPolylineTestAddPoints004() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp36 TestUIDialogButtonListener(UIDialog::DialogButtonType buttonType, UILabel* label) in TestUIDialogButtonListener() argument
79 explicit TestUIDialogOnCancelListener(UILabel* label) in TestUIDialogOnCancelListener() argument
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp95 UILabel* label = new UILabel(); in CreateTestCaseUILabel() local
112 UILabel* label in UIKitOpacityTestUILabel001() local
127 UILabel* label = CreateTestCaseUILabel("轻量级GUI-200", 256); // 256: opacity UIKitOpacityTestUILabel002() local
213 UIArcLabel* label = new UIArcLabel(); CreateTestCaseUIArcLabel() local
231 UIArcLabel* label = CreateTestCaseUIArcLabel("01234567", 200); // 200: opacity UIKitOpacityTestUIArcLabel001() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp42 UILabel* label = new UILabel(); in SetUp() local
110 UILabel* label = new UILabel(); in SetUpLabel() local
[all...]
H A Dui_test_box_progress.cpp42 UILabel* label = new UILabel(); in SetUp() local
107 UILabel* label = new UILabel(); in SetUpLabel() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h158 PressButton(const std::string &addr, uint8_t button, uint8_t label) PressButton() argument
163 ReleaseButton(const std::string &addr, uint8_t button, uint8_t label) ReleaseButton() argument
172 SetAddressedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) SetAddressedPlayer() argument
177 SetBrowsedPlayer(const std::string &addr, uint16_t playerId, uint16_t uidCounter, uint8_t label) SetBrowsedPlayer() argument
186 GetCapabilities(const std::string &addr, uint8_t label) GetCapabilities() argument
196 GetPlayerAppSettingAttributes(const std::string &addr, uint8_t label) GetPlayerAppSettingAttributes() argument
201 GetPlayerAppSettingValues(const std::string &addr, uint8_t attribute, uint8_t label) GetPlayerAppSettingValues() argument
206 GetPlayerAppSettingCurrentValue( const std::string &addr, const std::deque<uint8_t> &attributes, uint8_t label, uint8_t context) GetPlayerAppSettingCurrentValue() argument
212 SetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, const std::deque<uint8_t> &values, uint8_t label) SetPlayerAppSettingCurrentValue() argument
218 GetPlayerAppSettingAttributeText( const std::string &addr, const std::vector<uint8_t> &attributes, uint8_t label) GetPlayerAppSettingAttributeText() argument
224 GetPlayerAppSettingValueText( const std::string &addr, uint8_t attribute, const std::vector<uint8_t> &values, uint8_t label) GetPlayerAppSettingValueText() argument
234 GetElementAttributes( const std::string &addr, uint64_t identifier, const std::vector<uint32_t> &attributes, uint8_t label) GetElementAttributes() argument
244 GetPlayStatus(const std::string &addr, uint8_t label, uint8_t context) GetPlayStatus() argument
249 PlayItem(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, uint8_t label) PlayItem() argument
254 AddToNowPlaying(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, uint8_t label) AddToNowPlaying() argument
263 ChangePath(const std::string &addr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) ChangePath() argument
268 GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes, uint8_t label) GetFolderItems() argument
274 GetItemAttributes(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes, uint8_t label) GetItemAttributes() argument
280 GetTotalNumberOfItems(const std::string &addr, uint8_t scope, uint8_t label) GetTotalNumberOfItems() argument
289 SetAbsoluteVolume(const std::string &addr, uint8_t volume, uint8_t label) SetAbsoluteVolume() argument
294 GetSelectedTrack(const std::string addr, uint8_t label) GetSelectedTrack() argument
299 GetAddressedPlayer(const std::string &addr, uint8_t label) GetAddressedPlayer() argument
304 GetUidCounter(const std::string &addr, uint8_t label) GetUidCounter() argument
309 GetCurrentAbsoluteVolume(const std::string &addr, uint8_t label) GetCurrentAbsoluteVolume() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.cpp28 AvrcTgBrowsePacket::AvrcTgBrowsePacket(uint8_t pduId, uint8_t status, uint8_t label) : status_(status), label_(label) in AvrcTgBrowsePacket() argument
125 AvrcTgSbpPacket::AvrcTgSbpPacket(Packet *pkt, uint8_t label) : AvrcTgBrowsePacket() in AvrcTgSbpPacket() argument
108 AvrcTgSbpPacket(uint16_t mtu, uint8_t status, uint16_t uidCounter, uint32_t numOfItems, const std::vector<std::string> &folderNames, uint8_t label) AvrcTgSbpPacket() argument
229 AvrcTgCpPacket(uint8_t status, uint32_t numOfItems, uint8_t label) AvrcTgCpPacket() argument
241 AvrcTgCpPacket(Packet *pkt, uint32_t uidCounter, uint8_t label) AvrcTgCpPacket() argument
335 AvrcTgGfiPacket( uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMpItem> &items, uint8_t label) AvrcTgGfiPacket() argument
352 AvrcTgGfiPacket( uint16_t mtu, uint8_t status, uint32_t uidCounter, const std::vector<AvrcMeItem> &items, uint8_t label) AvrcTgGfiPacket() argument
369 AvrcTgGfiPacket(Packet *pkt, uint8_t label) AvrcTgGfiPacket() argument
751 AvrcTgGiaPacket(uint16_t mtu, uint8_t status, const std::vector<uint32_t> &attributes, const std::vector<std::string> &values, uint8_t label) AvrcTgGiaPacket() argument
766 AvrcTgGiaPacket(Packet *pkt, uint32_t uidCounter, uint8_t label) AvrcTgGiaPacket() argument
933 AvrcTgGtnoiPacket(uint8_t status, uint16_t uidCounter, uint32_t numOfItems, uint8_t label) AvrcTgGtnoiPacket() argument
947 AvrcTgGtnoiPacket(Packet *pkt, uint8_t label) AvrcTgGtnoiPacket() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp43 uint8_t label = 0; in Dispatch() local
159 uint8_t label = 0; in ProcessSetConfigReq() local
226 uint8_t label = 0; in ProcessDiscoverReq() local
270 uint8_t label = 0; in Dispatch() local
321 uint8_t label = 0; ProcessOpenReq() local
459 uint8_t label = 0; Dispatch() local
637 uint8_t label = 0; ProcessSubOpenState() local
749 uint8_t label = 0; ProcessReconfigCfm() local
919 uint8_t label = 0; Dispatch() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/
H A Dbms_bundle_resource_manager_test.cpp184 std::string label = dataMgr->GetStringById( in HWTEST_F() local
200 std::string label = dataMgr->GetStringById( in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp878 std::string label = "label"; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp153 bool BundleInfoUtils::SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label) in SetBundleInfoLabel() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dluma_filter.cpp77 void draw_label(OH_Drawing_Canvas* canvas, const char* label, OH_Drawing_Point2D offset) in draw_label() argument
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_proxy.cpp65 auto &label = const_cast<OHOS::HiviewDFX::HiLogLabel &>(LABEL); in InitLabel() local
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp65 std::string label = stream.str(); in CreateNotificationLabel() local
127 WEAK_FUNC ErrCode NotificationTools::CancelNotification(const std::string &label, int32_t id) in CancelNotification() argument
165 std::string label = var->GetLabel(); in RefreshContinuousNotifications() local
[all...]
/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h154 static bool _IsTagEnabled(uint64_t label) in _IsTagEnabled() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp119 std::string label = store_->GetDbProperties().GetStringProp(DBProperties::IDENTIFIER_DATA, ""); in StartSyncerWithNoLock() local
201 std::string label = store_->GetDbProperties().GetStringProp(DBProperties::IDENTIFIER_DATA, ""); in ChangeUserListener() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp291 std::string label = DBCommon::GenerateHashLabel(dbInfo); in TriggerLabelExchangeEvent() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp63 std::vector<uint8_t> label = syncInterface_->GetIdentifier(); in Initialize() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp29 void SingleVerDataMessageSchedule::Initialize(const std::string &label, const std::string &deviceId) in Initialize() argument
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp245 std::string label; in CreateUnknownTabVol() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_api.c265 uint16_t AVCT_SendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AVCT_SendMsgReq() argument
300 uint16_t AvctSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) in AvctSendMsgReq() argument
466 AVCT_BrSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) AVCT_BrSendMsgReq() argument
501 AvctBrSendMsgReq(uint8_t connId, uint8_t label, uint8_t cr, const Packet *msg) AvctBrSendMsgReq() argument
[all...]
H A Davctp_ctrl_act.c350 uint8_t label; in AvctCbCtrlRevMsg() local
558 AvctMakeSignleMsgHead(const Packet *pkt, uint8_t label, uint8_t cr, uint16_t pid) AvctMakeSignleMsgHead() argument
578 AvctMakeRejMsgHead(const Packet *pkt, uint8_t label, uint16_t pid) AvctMakeRejMsgHead() argument
598 AvctMakeFrgMsgHeadStart(uint8_t num, uint8_t label, uint8_t cr, uint16_t pid) AvctMakeFrgMsgHeadStart() argument
622 AvctMakeFrgMsgHeadContinueEnd(uint8_t label, uint8_t type, uint8_t cr) AvctMakeFrgMsgHeadContinueEnd() argument
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp774 std::string label = "SetSessionLabel"; in HWTEST_F() local
/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp205 UILabel* label = new UILabel(); in TestWindow() local
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-it87.c384 char *label = &labels[i * sizeof("it87_gpXY")]; in it87_gpio_init() local

Completed in 21 milliseconds

1...<<21222324252627282930>>...66