| /base/hiviewdfx/hitrace/cmd/example/ |
| H A D | hitrace_example.cpp | 93 void FuncC(uint64_t label) in FuncC() argument 103 void ThreadFunc1(uint64_t label) in ThreadFunc1() argument 112 void ThreadFunc2(uint64_t label) in ThreadFunc2() argument 121 void FuncMain(uint64_t label) in FuncMain() argument [all...] |
| /base/inputmethod/imf/services/include/ |
| H A D | input_method_info.h | 34 std::string label; member
|
| /base/security/device_auth/services/frameworks/src/security_label_adapter/ |
| H A D | security_label_adapter.c | 32 char *label = (char *)HcMalloc(labelSize + 1, 0); in GetSecurityLabel() local
|
| /foundation/ai/ai_engine/services/server/plugin_manager/source/ |
| H A D | plugin_label.cpp | 59 std::string label = aid + PLUS + std::to_string(version); in GetLibPath() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | task_runners.cpp | 19 TaskRunners::TaskRunners(std::string label, RefPtr<TaskRunnerAdapter>& platform, RefPtr<TaskRunnerAdapter>& gpu, in TaskRunners() argument
|
| /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() local 69 StepperLabels label = stepperItem->GetLabel(); in SetNextLabel() local 81 StepperLabels label = stepperItem->GetLabel(); in SetStatus() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | popup_list_item_component.h | 41 explicit PopupListItemComponent(const std::string& label) { in PopupListItemComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | stepper_item_composed_element.cpp | 53 auto label = renderStepperItem->GetLabel(); in GetPrevLabel() local 63 auto label = renderStepperItem->GetLabel(); in GetNextLabel() local 73 auto label = renderStepperItem->GetLabel(); in GetStatus() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | tab_content_modifier.cpp | 41 void SetTabContentLabel(ArkUINodeHandle node, ArkUI_CharPtr label) in SetTabContentLabel() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
| H A D | render_node_pattern.h | 109 void SetLabel(const std::string& label) in SetLabel() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_render/ |
| H A D | ui_test_render.cpp | 68 UILabel* label = new UILabel(); in CreateTitleLabel() local 85 UILabel* label = CreateTitleLabel(); in UIKitRenderTestRender001() local 117 UILabel* label = CreateTitleLabel(); in UIKitRenderTestRenderMeasure001() local [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/ |
| H A D | launcher_ability_resource_info.h | 29 std::string label; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | permission_define.h | 34 std::string label; member
|
| /foundation/arkui/ui_lite/test/uitest/test_layout/ |
| H A D | ui_test_basic_layout.cpp | 104 UILabel* label = new UILabel(); in UIKitLayoutTestBasicLayout001() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_sub_unit_info.cpp | 29 AvrcTgSubUnitPacket::AvrcTgSubUnitPacket(Packet *pkt, uint8_t label) : AvrcTgUnitPacket() in AvrcTgSubUnitPacket() argument
|
| H A D | avrcp_tg_unit_info.cpp | 31 AvrcTgUnitPacket::AvrcTgUnitPacket(Packet *pkt, uint8_t label) : label_(label) in AvrcTgUnitPacket() argument
|
| /foundation/multimedia/image_framework/mock/native/src/ |
| H A D | HiLog.cpp | 30 int HiLog::Debug(const HiLogLabel &label, const char *fmt, ...) in Debug() argument 35 int HiLog::Info(const HiLogLabel &label, const char *fmt, ...) in Info() argument 40 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() argument 45 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() argument 50 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() argument
|
| /foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
| H A D | utils.h | 24 auto label = OHOS::HiviewDFX::HiLogLabel{LOG_CORE, LOG_DOMAIN_FRAMEWORK, tag}; in LogLabel() local
|
| /foundation/resourceschedule/ffrt/src/util/ |
| H A D | graph_check.cpp | 18 void GraphCheckCyclic::AddVetexByLabel(uint64_t label) in AddVetexByLabel() argument
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
| H A D | mock_notification_tools.cpp | 26 ErrCode NotificationTools::CancelNotification(const std::string &label, int32_t id) in CancelNotification() argument
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
| H A D | utils_log.h | 20 static constexpr OHOS::HiviewDFX::HiLogLabel label = { LOG_CORE, 0xD003D00, "utils_base" }; variable
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpiolib-legacy.c | 21 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() argument 68 int gpio_request(unsigned gpio, const char *label) in gpio_request() argument
|
| /kernel/linux/linux-5.10/block/partitions/ |
| H A D | ultrix.c | 24 } *label; in ultrix_partition() local
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | gpio.h | 82 static inline int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() argument
|
| /kernel/linux/linux-5.10/samples/seccomp/ |
| H A D | bpf-helper.c | 64 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label) in seccomp_bpf_label() argument [all...] |