Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 138) sorted by relevance

123456

/base/security/appverify/interfaces/innerkits/appverify/include/common/
Dhap_verify_log.h27 #define HAPVERIFY_LOG_DEBUG(label, fmt, ...) \ argument
29 #define HAPVERIFY_LOG_INFO(label, fmt, ...) \ argument
31 #define HAPVERIFY_LOG_WARN(label, fmt, ...) \ argument
33 #define HAPVERIFY_LOG_ERROR(label, fmt, ...) \ argument
35 #define HAPVERIFY_LOG_FATAL(label, fmt, ...) \ argument
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_cpp.h70 #define HiLogDebug(label, fmt, ...) HILOG_IMPL(label.type, LOG_DEBUG, label.domain, label.tag, fmt,… argument
71 #define HiLogInfo(label, fmt, ...) HILOG_IMPL(label.type, LOG_INFO, label.domain, label.tag, fmt, #… argument
72 #define HiLogWarn(label, fmt, ...) HILOG_IMPL(label.type, LOG_WARN, label.domain, label.tag, fmt, #… argument
73 #define HiLogError(label, fmt, ...) HILOG_IMPL(label.type, LOG_ERROR, label.domain, label.tag, fmt,… argument
74 #define HiLogFatal(label, fmt, ...) HILOG_IMPL(label.type, LOG_FATAL, label.domain, label.tag, fmt,… argument
/base/hiviewdfx/hilog_lite/frameworks/featured/
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()
/base/hiviewdfx/hilog/frameworks/libhilog/
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()
/base/hiviewdfx/hilog/platform/
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()
/base/startup/init/test/unittest/param/
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()
Ddac_unittest.cpp46 ParamSecurityLabel label = {}; in TestDacInitLocalLabel() local
73 ParamSecurityLabel label = {}; in TestDacCheckFilePermission() local
115 ParamSecurityLabel label = {}; in TestClientDacCheckFilePermission() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
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
/base/notification/distributed_notification_service/services/distributed/test/unittest/
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
/base/hiviewdfx/hitrace/cmd/example/
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()
/base/powermgr/battery_manager/charger/include/
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
/base/accesscontrol/sandbox_manager/frameworks/common/include/
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
/base/security/access_token/frameworks/common/include/
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
/base/security/security_component_manager/frameworks/common/include/
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
/base/security/code_signature/utils/include/
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
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hitrace_meter_wrapper/src/
Dhitrace_meter_wrapper.cpp23 void HksTraceMeterStart(uint64_t label, const char *value, float limit) in HksTraceMeterStart()
29 void HksTraceMeterFinish(uint64_t label) in HksTraceMeterFinish()
/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/profile/
Dinput_method_config.json6 "label": "$string:en_lower", string
13 "label": "$string:en_upper", string
20 "label": "$string:chinese", string
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp145 std::string label = "testLabel"; variable
174 std::string label = "testLabel"; variable
220 std::string label = "testLabel"; variable
268 std::string label = "testLabel"; variable
305 std::string label = "testLabel"; variable
351 std::string label = "testLabel"; variable
388 std::string label = "testLabel"; variable
423 std::string label = "testLabel"; variable
463 std::string label = "testLabel"; variable
503 std::string label = "testLabel"; variable
[all …]
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_view_proxy_unittest.cpp57 std::unique_ptr<ComponentInterface> label = std::make_unique<TextLabelAdapter>(); variable
72 std::unique_ptr<ComponentInterface> label = std::make_unique<TextLabelAdapter>(); variable
87 std::unique_ptr<ComponentInterface> label = std::make_unique<TextLabelAdapter>(); variable
/base/security/dlp_permission_service/frameworks/common/include/
Ddlp_permission_log.h43 #define DLP_LOG_FATAL(label, fmt, ...) \ argument
46 #define DLP_LOG_ERROR(label, fmt, ...) \ argument
49 #define DLP_LOG_WARN(label, fmt, ...) \ argument
52 #define DLP_LOG_INFO(label, fmt, ...) \ argument
55 #define DLP_LOG_DEBUG(label, fmt, ...) \ argument
/base/location/interfaces/inner_api/include/
Dlocation_log.h42 #define LBSLOGE(label, fmt, ...) do { \ argument
47 #define LBSLOGW(label, fmt, ...) do { \ argument
52 #define LBSLOGI(label, fmt, ...) do { \ argument
57 #define LBSLOGD(label, fmt, ...) do { \ argument
62 #define LBSLOGF(label, fmt, ...) do { \ argument
/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/extImfBundle/entry/src/main/resources/base/profile/
Dinput_method_config.json6 "label": "$string:chinese", string
13 "label": "$string:english", string
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp692 void SetAddHitraceMeterMarker(uint64_t label, const string& value) in SetAddHitraceMeterMarker()
753 void StartTraceWrapper(uint64_t label, const char *value) in StartTraceWrapper()
759 void StartTrace(uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTrace()
764 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug()
772 void StartTraceArgs(uint64_t label, const char *fmt, ...) in StartTraceArgs()
790 void StartTraceArgsDebug(bool isDebug, uint64_t label, const char *fmt, ...) in StartTraceArgsDebug()
809 void FinishTrace(uint64_t label) in FinishTrace()
814 void FinishTraceDebug(bool isDebug, uint64_t label) in FinishTraceDebug()
822 void StartAsyncTrace(uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTrace()
827 void StartAsyncTraceWrapper(uint64_t label, const char *value, int32_t taskId) in StartAsyncTraceWrapper()
[all …]
/base/powermgr/power_manager/power_dialog/entry/src/main/
Dmodule.json19 "label": "$string:MainAbility_label", string
32 "label": "$string:PowerServiceExtAbility_label", string
40 "label": "$string:ThermalServiceExtAbility_high_label", string
48 "label": "$string:ThermalServiceExtAbility_low_label", string
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/
Dmodule.json23 "label": "$string:MainAbility_label", string
34 "label": "$string:UsbDialogAbility_label", string
43 "label": "$string:UsbFunctionSwitchWindowAbility_label", string

123456