Home
last modified time | relevance | path

Searched defs:label (Results 26 – 50 of 933) sorted by relevance

12345678910>>...38

/ohos5.0/foundation/multimedia/image_framework/mock/native/src/
H A DHiLog.cpp30 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug()
35 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info()
40 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn()
45 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error()
50 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
H A Dhitrace_meter.cpp18 void StartTrace(uint64_t label, const std::string& value, float limit) in StartTrace()
25 void FinishTrace(uint64_t label) in FinishTrace()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog.cpp32 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug()
39 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info()
46 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn()
53 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error()
60 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
/ohos5.0/base/hiviewdfx/hilog/platform/
H A Dhilog.cpp34 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug()
41 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info()
48 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn()
55 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error()
62 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhilog.cpp31 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug()
38 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info()
45 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn()
52 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error()
59 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/
H A Dui_test_list_layout.cpp64 UILabel* label = GetTitleLabel("UILIst高度自适应 Add Insert"); in UIKitListVerticalAddTestAutoSize001() local
105 UILabel* label = GetTitleLabel("UILIst高度自适应 Remove"); in UIKitListVerticalRemoveTestAutoSize001() local
132 UILabel* label = GetTitleLabel("UILIst高度自适应 RemoveAll"); in UIKitListVerticalRemoveTestAutoSize002() local
159 UILabel* label = GetTitleLabel("UILIst宽度自适应 Add Insert"); in UIKitListHorAddTestAutoSize001() local
185 UILabel* label = GetTitleLabel("UILIst宽度自适应 Remove"); in UIKitListHorRemoveTestAutoSize001() local
212 UILabel* label = GetTitleLabel("UILIst宽度自适应 RemoveAll"); in UIKitListHorRemoveTestAutoSize002() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dselinux_unittest.cpp50 ParamSecurityLabel label = {}; in TestSelinuxInitLocalLabel() local
65 ParamSecurityLabel label = {}; in TestSelinuxCheckFilePermission() local
75 int TestSelinuxCheckParaPermission(const char *name, const char *label) in TestSelinuxCheckParaPermission()
102 ParamSecurityLabel label = {}; in TestClientSelinuxCheckFilePermission() local
112 int TestClientSelinuxCheckParaPermissionWrite(const char *name, const char *label) in TestClientSelinuxCheckParaPermissionWrite()
131 int TestClientSelinuxCheckParaPermissionRead(const char *name, const char *label) in TestClientSelinuxCheckParaPermissionRead()
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/
H A Dapp_domain_verify_hilog.h71 #define APP_DOMAIN_VERIFY_PRINT_LOG(level, label, fmt, ...) … argument
75 #define APP_DOMAIN_VERIFY_HILOGD(label, fmt, ...) APP_DOMAIN_VERIFY_PRINT_LOG(LOG_DEBUG, label, fmt… argument
76 #define APP_DOMAIN_VERIFY_HILOGI(label, fmt, ...) APP_DOMAIN_VERIFY_PRINT_LOG(LOG_INFO, label, fmt,… argument
77 #define APP_DOMAIN_VERIFY_HILOGW(label, fmt, ...) APP_DOMAIN_VERIFY_PRINT_LOG(LOG_WARN, label, fmt,… argument
78 #define APP_DOMAIN_VERIFY_HILOGE(label, fmt, ...) APP_DOMAIN_VERIFY_PRINT_LOG(LOG_ERROR, label, fmt… argument
79 #define APP_DOMAIN_VERIFY_HILOGF(label, fmt, ...) APP_DOMAIN_VERIFY_PRINT_LOG(LOG_FATAL, label, fmt… argument
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H A Dui_test_anti_aliasing.cpp56 UILabel* label = new UILabel(); in CreateTitleLabel() local
75 UILabel* label = CreateTitleLabel(); in UIKitAntiAliasingTestRect001() local
109 UILabel* label = CreateTitleLabel(); in UIKitAntiAliasingTestCircle001() local
145 UILabel* label = CreateTitleLabel(); in UIKitAntiAliasingTestLine001() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp647 const RawAddress &rawAddr, uint8_t label, Packet *pkt) in ReceiveListPlayerApplicationSettingAttributesCmd()
701 const RawAddress &rawAddr, uint8_t label, Packet *pkt) in ReceiveGetCurrentPlayerApplicationSettingValueCmd()
761 const RawAddress &rawAddr, uint8_t label, Packet *pkt) in ReceiveGetPlayerApplicationSettingAttributeTextCmd()
795 const RawAddress &rawAddr, uint8_t label, Packet *pkt) in ReceiveGetPlayerApplicationSettingValueTextCmd()
811 const std::vector<std::string> &values, uint8_t label, int result) in SendGetElementAttributesRsp()
840 uint8_t playStatus, uint8_t label, int result) in SendGetPlayStatusRsp()
1120 void AvrcTgProfile::SendTrackReachedEndRsp(bool isInterim, uint8_t label, int result) in SendTrackReachedEndRsp()
1298 bool isInterim, uint16_t playerId, uint16_t uidCounter, uint8_t label, int result) in SendAddressedPlayerChangedRsp()
1555 const std::vector<std::string> &folderNames, uint8_t label, int status) in SendSetBrowsedPlayerRsp()
1663 const std::vector<std::string> &values, uint8_t label, int status) in SendGetItemAttributesRsp()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannnable_string.cpp105 UILabel *label = new UILabel(); in UIKitSpannableStringTestNormal001() local
125 UILabel *label = new UILabel(); in UIKitSpannableStringTestTextStyle001() local
154 UILabel *label = new UILabel(); in UIKitSpannableStringTestFontSize001() local
182 UILabel *label = new UILabel(); in UIKitSpannableStringTestFontSize002() local
207 UILabel *label = new UILabel(); in UIKitSpannableStringTestFontId001() local
241 UILabel *label = new UILabel(); in UIKitSpannableStringTestFontId002() local
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp42 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete()
199 std::string label = "test3"; variable
213 std::string label = "bb"; variable
228 std::string label = "bb"; variable
246 std::string label = request->GetLabel(); variable
261 std::string label = "bb"; variable
275 std::string label = "bb"; variable
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/
H A Dhitrace_example.cpp93 void FuncC(uint64_t label) in FuncC()
103 void ThreadFunc1(uint64_t label) in ThreadFunc1()
112 void ThreadFunc2(uint64_t label) in ThreadFunc2()
121 void FuncMain(uint64_t label) in FuncMain()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp38 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete()
67 std::string label = request->GetLabel(); variable
84 std::string label = request->GetLabel(); variable
101 std::string label = request->GetLabel(); variable
118 std::string label = request->GetLabel(); variable
135 std::string label = request->GetLabel(); variable
153 std::string label = request->GetLabel(); variable
171 std::string label = request->GetLabel(); variable
369 std::string label = request->GetLabel(); variable
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_log.h43 #define BATTERY_HILOGE(label, fmt, ...) … argument
48 #define BATTERY_HILOGW(label, fmt, ...) … argument
53 #define BATTERY_HILOGI(label, fmt, ...) … argument
58 #define BATTERY_HILOGD(label, fmt, ...) … argument
/ohos5.0/base/accesscontrol/sandbox_manager/frameworks/common/include/
H A Dsandbox_manager_log.h28 #define SANDBOXMANAGER_LOG_DEBUG(label, fmt, ...) \ argument
31 #define SANDBOXMANAGER_LOG_INFO(label, fmt, ...) \ argument
34 #define SANDBOXMANAGER_LOG_WARN(label, fmt, ...) \ argument
37 #define SANDBOXMANAGER_LOG_ERROR(label, fmt, ...) \ argument
40 #define SANDBOXMANAGER_LOG_FATAL(label, fmt, ...) \ argument
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp127 UIArcLabel* label = new UIArcLabel(); in TestArcLabelDisplay() local
148 UIArcLabel* label = static_cast<UIArcLabel*>(view_); in OnClick() local
213 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible001() local
243 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible002() local
273 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible003() local
303 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible004() local
335 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestAlign001() local
361 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestAlign002() local
387 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestAlign003() local
/ohos5.0/base/security/security_component_manager/frameworks/common/include/
H A Dsec_comp_log.h27 #define SC_LOG_FATAL(label, fmt, ...) \ argument
30 #define SC_LOG_ERROR(label, fmt, ...) \ argument
33 #define SC_LOG_WARN(label, fmt, ...) \ argument
36 #define SC_LOG_INFO(label, fmt, ...) \ argument
39 #define SC_LOG_DEBUG(label, fmt, ...) \ argument
/ohos5.0/base/security/access_token/frameworks/common/include/
H A Daccesstoken_log.h30 #define ACCESSTOKEN_LOG_FATAL(label, fmt, ...) \ argument
33 #define ACCESSTOKEN_LOG_ERROR(label, fmt, ...) \ argument
36 #define ACCESSTOKEN_LOG_WARN(label, fmt, ...) \ argument
39 #define ACCESSTOKEN_LOG_INFO(label, fmt, ...) \ argument
42 #define ACCESSTOKEN_LOG_DEBUG(label, fmt, ...) \ argument
/ohos5.0/base/security/code_signature/utils/include/
H A Dlog.h45 #define LOG_DEBUG(label, fmt, ...) \ argument
47 #define LOG_INFO(label, fmt, ...) \ argument
49 #define LOG_WARN(label, fmt, ...) \ argument
51 #define LOG_ERROR(label, fmt, ...) \ argument
53 #define LOG_FATAL(label, fmt, ...) \ argument
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hitrace_meter_wrapper/src/
H A Dhitrace_meter_wrapper.cpp23 void HksTraceMeterStart(uint64_t label, const char *value, float limit) in HksTraceMeterStart()
29 void HksTraceMeterFinish(uint64_t label) in HksTraceMeterFinish()
/ohos5.0/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/profile/
H A Dinput_method_config.json6 "label": "$string:en_lower", string
13 "label": "$string:en_upper", string
20 "label": "$string:chinese", string
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp227 void TextComponent::SetTextLetterSpace(UI_LABEL_TYPE_WRAPPER &label, const AppStyleItem *styleItem)… in SetTextLetterSpace()
232 void TextComponent::SetTextLineHeight(UI_LABEL_TYPE_WRAPPER &label, const AppStyleItem *styleItem) … in SetTextLineHeight()
237 void TextComponent::SetTextOverflow(UI_LABEL_TYPE_WRAPPER &label, const AppStyleItem *styleItem) in SetTextOverflow()
266 void TextComponent::SetTextColor(UI_LABEL_TYPE_WRAPPER &label, const AppStyleItem *styleItem) const in SetTextColor()
335 void TextComponent::SetTextAlign(UI_LABEL_TYPE_WRAPPER &label, const AppStyleItem *styleItem) in SetTextAlign()
362 void TextComponent::UpdateTextAlignToLabel(UI_LABEL_TYPE_WRAPPER& label) in UpdateTextAlignToLabel()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp201 UILabel* label = GetTitleLabel("UIList Test"); in UIKitRotateEventList001() local
230 UILabel* label = GetTitleLabel("UIScrollView Test"); in UIKitRotateEventScrollView002() local
260 UILabel* label = GetTitleLabel("UISwipeView Test"); in UIKitRotateEventSwipeView003() local
310 UILabel* label = GetTitleLabel("UISlider Test"); in UIKitRotateEventSlider004() local
331 UILabel* label = GetTitleLabel("UITimePicker Test"); in UIKitRotateEventTimePicker005() local
372 UILabel* label = GetTitleLabel("UIPicker Test"); in UIKitRotateEventPicker006() local
438 void UITestRotateInput::SetTestLabelButton(UILabel* label, UIView* view) in SetTestLabelButton()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp86 UILabel* label = GetTitleLabel("两个子元素UISwipeView循环水平滑动"); in UIKitSwipeViewTestHorizontal001() local
119 UILabel* label = GetTitleLabel("UISwipeView水平滑动"); in UIKitSwipeViewTestHorizontal002() local
155 UILabel* label = GetTitleLabel("UISwipeView循环水平滑动"); in UIKitSwipeViewTestHorizontal003() local
194 UILabel* label = GetTitleLabel("UISwipeView垂直滑动"); in UIKitSwipeViewTestVer001() local
225 UILabel* label = GetTitleLabel("UISwipeView循环垂直滑动"); in UIKitSwipeViewTestVer002() local
261 UILabel* label = GetTitleLabel("UISwipeView增加和删除子节点"); in UIKitSwipeViewTestRemove001() local
313 UILabel* label; in UIKitSwipeViewTestAlign001() local
370 UILabel* label = GetTitleLabel("UISwipeView切换页面"); in UIKitSwipeViewTestSetCurrentPage() local

12345678910>>...38