Home
last modified time | relevance | path

Searched defs:label (Results 1 - 25 of 287) sorted by relevance

12345678910>>...12

/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js[all...]
/foundation/multimedia/image_framework/mock/native/src/
H A Dhitrace_meter.cpp18 void StartTrace(uint64_t label, const std::string& value, float limit) in StartTrace() argument
25 void FinishTrace(uint64_t label) in FinishTrace() argument
/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Ddisc_log_test.cpp66 SoftBusLogLabel label = DISC_LABELS[DISC_INIT]; in HWTEST_F() local
81 SoftBusLogLabel label = DISC_LABELS[DISC_INIT]; in HWTEST_F() local
96 SoftBusLogLabel label = DISC_LABELS[DISC_INIT]; in HWTEST_F() local
111 SoftBusLogLabel label in HWTEST_F() local
126 SoftBusLogLabel label = DISC_LABELS[DISC_INIT]; HWTEST_F() local
[all...]
H A Dconn_log_test.cpp64 SoftBusLogLabel label = CONN_LABELS[CONN_TEST]; in HWTEST_F() local
79 SoftBusLogLabel label = CONN_LABELS[CONN_TEST]; in HWTEST_F() local
94 SoftBusLogLabel label = CONN_LABELS[CONN_TEST]; in HWTEST_F() local
109 SoftBusLogLabel label in HWTEST_F() local
124 SoftBusLogLabel label = CONN_LABELS[CONN_TEST]; HWTEST_F() local
[all...]
H A Dlnn_log_test.cpp64 SoftBusLogLabel label = LNN_LABELS[LNN_TEST]; in HWTEST_F() local
79 SoftBusLogLabel label = LNN_LABELS[LNN_TEST]; in HWTEST_F() local
94 SoftBusLogLabel label = LNN_LABELS[LNN_TEST]; in HWTEST_F() local
109 SoftBusLogLabel label in HWTEST_F() local
124 SoftBusLogLabel label = LNN_LABELS[LNN_TEST]; HWTEST_F() local
[all...]
H A Dcomm_log_test.cpp63 SoftBusLogLabel label = COMM_LABELS[COMM_TEST]; in HWTEST_F() local
77 SoftBusLogLabel label = COMM_LABELS[COMM_TEST]; in HWTEST_F() local
91 SoftBusLogLabel label = COMM_LABELS[COMM_TEST]; in HWTEST_F() local
105 SoftBusLogLabel label in HWTEST_F() local
119 SoftBusLogLabel label = COMM_LABELS[COMM_TEST]; HWTEST_F() local
[all...]
H A Dtrans_log_test.cpp53 SoftBusLogLabel label = TRANS_LABELS[TRANS_TEST]; in HWTEST_F() local
67 SoftBusLogLabel label = TRANS_LABELS[TRANS_TEST]; in HWTEST_F() local
81 SoftBusLogLabel label = TRANS_LABELS[TRANS_TEST]; in HWTEST_F() local
95 SoftBusLogLabel label in HWTEST_F() local
109 SoftBusLogLabel label = TRANS_LABELS[TRANS_TEST]; HWTEST_F() local
[all...]
H A Dsoftbus_log_test.cpp43 SoftBusLogLabel label = { in HWTEST_F() local
H A Dauth_log_test.cpp59 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; in HWTEST_F() local
74 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; in HWTEST_F() local
89 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; in HWTEST_F() local
104 SoftBusLogLabel label in HWTEST_F() local
119 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST]; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/include/
H A Dsoftbus_log_test_utils.h24 void ExpectMatchSoftBusLogAttrs(const SoftBusLogLabel &attrs, LABLE_TYPE label, uint32_t domain, in ExpectMatchSoftBusLogAttrs() argument
/foundation/filemanagement/user_file_service/utils/
H A Duser_access_tracer.h34 void Start(const std::string &label) in Start() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h25 ButtonConfiguration(const std::string& label, bool pressed, bool enabled) in ButtonConfiguration() argument
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dlauncher_shortcut_info.h28 std::string label; member
H A Dremote_ability_info.h28 std::string label; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/data_binding/
H A Ddata_binding_tdd_test.cpp193 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in AttrBindingTest001() local
210 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in StyleBindingTest002() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/bms_interfaces/
H A Dbundle_info.h48 char *label; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_hitrace_meter_test.cpp37 uint64_t label = 6; in HWTEST_F() local
53 uint64_t label = 8; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_tracer.h37 void Start(const std::string &label) in Start() argument
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_tracer.h37 void Start(const std::string &label) in Start() argument
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_config.cpp24 DiskConfig::DiskConfig(const std::string &sysPattern, const std::string &label, int flag) in DiskConfig() argument
/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Dplugin_label.cpp59 std::string label = aid + PLUS + std::to_string(version); in GetLibPath() local
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runners.cpp19 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 Dstepper_item_model_impl.cpp57 StepperLabels label = stepperItem->GetLabel(); in SetPrevLabel() local
69 StepperLabels label = stepperItem->GetLabel(); in SetNextLabel() local
81 StepperLabels label = stepperItem->GetLabel(); in SetStatus() local

Completed in 9 milliseconds

12345678910>>...12