Home
last modified time | relevance | path

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

12345

/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/security/code_signature/utils/include/
Dlog.h31 #define LOG_DEBUG(label, fmt, ...) \ argument
33 #define LOG_INFO(label, fmt, ...) \ argument
35 #define LOG_WARN(label, fmt, ...) \ argument
37 #define LOG_ERROR(label, fmt, ...) \ argument
39 #define 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/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp246 void StartTraceWrapper(uint64_t label, const char *value) in StartTraceWrapper()
252 void StartTrace(uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTrace()
257 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug()
265 void StartTraceArgs(uint64_t label, const char *fmt, ...) in StartTraceArgs()
279 void StartTraceArgsDebug(bool isDebug, uint64_t label, const char *fmt, ...) in StartTraceArgsDebug()
297 void FinishTrace(uint64_t label) in FinishTrace()
302 void FinishTraceDebug(bool isDebug, uint64_t label) in FinishTraceDebug()
310 void StartAsyncTrace(uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTrace()
315 void StartAsyncTraceWrapper(uint64_t label, const char *value, int32_t taskId) in StartAsyncTraceWrapper()
321 void StartAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float … in StartAsyncTraceDebug()
[all …]
/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/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/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/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/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/update/updateservice/services/core/ability/log/include/
Dupdate_log.h40 HiviewDFX::HiLogLabel label; member
78 #define BASE_PRINT_LOG(label, level, hilogMethod, fileName, line, fmt, ...) … argument
83 #define PRINT_LOG(label, level, hilogMethod, fmt, ...) BASE_PRINT_LOG(label, level, … argument
86 #define PRINT_LOGD(label, fmt, ...) PRINT_LOG(label, UpdateLogLevel::UPDATE_DEBUG, Debug, fmt, ##__… argument
87 #define PRINT_LOGI(label, fmt, ...) PRINT_LOG(label, UpdateLogLevel::UPDATE_INFO, Info, fmt, ##__VA… argument
88 #define PRINT_LOGE(label, fmt, ...) PRINT_LOG(label, UpdateLogLevel::UPDATE_ERROR, Error, fmt, ##__… argument
94 #define PRINT_LONG_LOGD(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
96 #define PRINT_LONG_LOGI(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
98 #define PRINT_LONG_LOGE(label, fmt, args) UpdateLog::PrintLongLog({label, … argument
/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/location/interfaces/inner_api/include/
Dlocation_log.h68 #define LBSLOGD(label, ...) (void)OHOS::HiviewDFX::HiLog::Debug(label, __VA_ARGS__) argument
72 #define LBSLOGE(label, ...) (void)OHOS::HiviewDFX::HiLog::Error(label, __VA_ARGS__) argument
76 #define LBSLOGF(label, ...) (void)OHOS::HiviewDFX::HiLog::Fatal(label, __VA_ARGS__) argument
80 #define LBSLOGI(label, ...) (void)OHOS::HiviewDFX::HiLog::Info(label, __VA_ARGS__) argument
84 #define LBSLOGW(label, ...) (void)OHOS::HiviewDFX::HiLog::Warn(label, __VA_ARGS__) argument
/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/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp140 std::string label = "testLabel"; variable
169 std::string label = "testLabel"; variable
215 std::string label = "testLabel"; variable
263 std::string label = "testLabel"; variable
300 std::string label = "testLabel"; variable
346 std::string label = "testLabel"; variable
383 std::string label = "testLabel"; variable
418 std::string label = "testLabel"; variable
458 std::string label = "testLabel"; variable
498 std::string label = "testLabel"; variable
[all …]
/base/security/access_token/frameworks/common/include/
Daccesstoken_log.h33 #define ACCESSTOKEN_LOG_DEBUG(label, fmt, ...) \ argument
35 #define ACCESSTOKEN_LOG_INFO(label, fmt, ...) \ argument
37 #define ACCESSTOKEN_LOG_WARN(label, fmt, ...) \ argument
39 #define ACCESSTOKEN_LOG_ERROR(label, fmt, ...) \ argument
41 #define ACCESSTOKEN_LOG_FATAL(label, fmt, ...) \ argument
/base/security/dlp_permission_service/frameworks/common/include/
Ddlp_permission_log.h38 #define DLP_LOG_DEBUG(label, fmt, ...) \ argument
40 #define DLP_LOG_INFO(label, fmt, ...) OHOS::HiviewDFX::HiLog::Info(label, "[%{public}s]:" fmt, __fu… argument
41 #define DLP_LOG_WARN(label, fmt, ...) OHOS::HiviewDFX::HiLog::Warn(label, "[%{public}s]:" fmt, __fu… argument
42 #define DLP_LOG_ERROR(label, fmt, ...) \ argument
44 #define DLP_LOG_FATAL(label, fmt, ...) \ argument
/base/security/security_component_manager/frameworks/common/include/
Dsec_comp_log.h37 #define SC_LOG_DEBUG(label, fmt, ...) \ argument
39 #define SC_LOG_INFO(label, fmt, ...) OHOS::HiviewDFX::HiLog::Info(label, "[%{public}s]:" fmt, __fun… argument
40 #define SC_LOG_WARN(label, fmt, ...) OHOS::HiviewDFX::HiLog::Warn(label, "[%{public}s]:" fmt, __fun… argument
41 #define SC_LOG_ERROR(label, fmt, ...) \ argument
43 #define SC_LOG_FATAL(label, fmt, ...) \ argument
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp144 std::string label = "publish's label"; variable
169 std::string label = "publish's label"; variable
195 std::string label = "publish's label"; variable
221 std::string label = "publish's label"; variable
247 std::string label = "publish's label"; variable
273 std::string label = "publish's label"; variable
298 std::string label = "publish's label"; variable
323 std::string label = "publish's label"; variable
348 std::string label = "publish's label"; variable
373 std::string label = "publish's label"; variable
[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/notification/distributed_notification_service/services/distributed/src/
Ddistributed_notification_manager.cpp87 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id, … in GenerateDistributedKey()
93 const std::string &bundleName, const std::string &label, int32_t id, std::string &key) in GenerateLocalDistributedKey()
327 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteCallback()
339 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Publish()
368 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Update()
394 …butedNotificationManager::Delete(const std::string &bundleName, const std::string &label, int32_t … in Delete()
416 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteRemoteNotification()

12345