Home
last modified time | relevance | path

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

1234

/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_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/startup/init/test/unittest/param/
Dselinux_unittest.cpp47 ParamSecurityLabel label = {}; in TestSelinuxInitLocalLabel() local
62 ParamSecurityLabel label = {}; in TestSelinuxCheckFilePermission() local
72 int TestSelinuxCheckParaPermission(const char *name, const char *label) in TestSelinuxCheckParaPermission()
98 ParamSecurityLabel label = {}; in TestClientSelinuxCheckFilePermission() local
108 int TestClientSelinuxCheckParaPermissionWrite(const char *name, const char *label) in TestClientSelinuxCheckParaPermissionWrite()
126 int TestClientSelinuxCheckParaPermissionRead(const char *name, const char *label) in TestClientSelinuxCheckParaPermissionRead()
Ddac_unittest.cpp44 ParamSecurityLabel label = {}; in TestDacInitLocalLabel() local
59 ParamSecurityLabel label = {}; in TestDacCheckFilePermission() local
101 ParamSecurityLabel label = {}; in TestClientDacCheckFilePermission() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp167 void StartTrace(uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTrace()
173 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug()
182 void StartTraceArgs(uint64_t label, const char *fmt, ...) in StartTraceArgs()
196 void StartTraceArgsDebug(bool isDebug, uint64_t label, const char *fmt, ...) in StartTraceArgsDebug()
214 void FinishTrace(uint64_t label) in FinishTrace()
219 void FinishTraceDebug(bool isDebug, uint64_t label) in FinishTraceDebug()
227 void StartAsyncTrace(uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTrace()
233 void StartAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float … in StartAsyncTraceDebug()
242 void StartAsyncTraceArgs(uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgs()
257 void StartAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgsDebug()
[all …]
/base/hiviewdfx/hitrace/cmd/example/
Dhitrace_example.cpp92 void FuncC(uint64_t label) in FuncC()
102 void ThreadFunc1(uint64_t label) in ThreadFunc1()
111 void ThreadFunc2(uint64_t label) in ThreadFunc2()
120 void FuncMain(uint64_t label) in FuncMain()
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_notification_manager_test.cpp39 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete()
69 std::string label = request->GetLabel(); variable
86 std::string label = request->GetLabel(); variable
104 std::string label = request->GetLabel(); variable
121 std::string label = request->GetLabel(); variable
139 std::string label = request->GetLabel(); variable
157 std::string label = request->GetLabel(); variable
175 std::string label = request->GetLabel(); variable
372 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/location/interfaces/inner_api/include/
Dlocation_log.h65 #define LBSLOGD(label, ...) (void)OHOS::HiviewDFX::HiLog::Debug(label, __VA_ARGS__) argument
69 #define LBSLOGE(label, ...) (void)OHOS::HiviewDFX::HiLog::Error(label, __VA_ARGS__) argument
73 #define LBSLOGF(label, ...) (void)OHOS::HiviewDFX::HiLog::Fatal(label, __VA_ARGS__) argument
77 #define LBSLOGI(label, ...) (void)OHOS::HiviewDFX::HiLog::Info(label, __VA_ARGS__) argument
81 #define LBSLOGW(label, ...) (void)OHOS::HiviewDFX::HiLog::Warn(label, __VA_ARGS__) argument
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp134 std::string label = "testLabel"; variable
163 std::string label = "testLabel"; variable
209 std::string label = "testLabel"; variable
256 std::string label = "testLabel"; variable
293 std::string label = "testLabel"; variable
338 std::string label = "testLabel"; variable
375 std::string label = "testLabel"; variable
409 std::string label = "testLabel"; variable
448 std::string label = "testLabel"; variable
487 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/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp138 std::string label = "publish's label"; variable
162 std::string label = "publish's label"; variable
189 std::string label = "publish's label"; variable
214 std::string label = "publish's label"; variable
239 std::string label = "publish's label"; variable
264 std::string label = "publish's label"; variable
288 std::string label = "publish's label"; variable
312 std::string label = "publish's label"; variable
336 std::string label = "publish's label"; variable
360 std::string label = "publish's label"; variable
[all …]
/base/powermgr/power_manager/power_dialog/entry/src/main/
Dmodule.json21 "label": "$string:MainAbility_label", string
33 "label": "$string:PowerServiceExtAbility_label", string
41 "label": "$string:ThermalServiceExtAbility_high_label", string
49 "label": "$string:ThermalServiceExtAbility_low_label", string
57 "label": "$string:BatteryServiceExtAbility_label", string
/base/inputmethod/imf/services/dfx/src/
Dinputmethod_trace.cpp31 void StartAsync(uint64_t label, const std::string& value, int32_t taskId) in StartAsync()
36 void FinishAsync(uint64_t label, const std::string &value, int32_t taskId) in FinishAsync()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_view_proxy_unittest.cpp59 std::unique_ptr<OHOS::UIView> label = std::make_unique<TextLabelAdapter>(); variable
74 std::unique_ptr<OHOS::UIView> label = std::make_unique<TextLabelAdapter>(); variable
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_notification_manager.cpp75 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id, … in GenerateDistributedKey()
81 const std::string &bundleName, const std::string &label, int32_t id, std::string &key) in GenerateLocalDistributedKey()
272 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteCallback()
284 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Publish()
309 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Update()
331 …butedNotificationManager::Delete(const std::string &bundleName, const std::string &label, int32_t … in Delete()
349 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteRemoteNotification()
/base/global/i18n/frameworks/intl/src/
Dindex_util.cpp57 std::string label; in GetIndexList() local
92 icu::UnicodeString label = index->getBucketLabel(); in GetIndex() local
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_method_property.h27 std::string label; // the name displayed externally of inputMethod member
33 std::string label; // the name displayed externally of subtype member
/base/inputmethod/imf/test/js/
DInputMethodTest.test.js263 label: "ServiceExtAbility" property
283 label: "ServiceExtAbility" property
304 label: "ServiceExtAbility" property
328 label: "ServiceExtAbility" property
/base/inputmethod/imf/unitest/resource/bundle_dependencies/extImfBundle/AppScope/
Dapp.json8 "label": "$string:app_name", string
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/AppScope/
Dapp.json8 "label": "$string:app_name", string
/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/
Dcancelnotification_fuzzer.cpp23 std::string label(data); in DoSomethingInterestingWithMyAPI() local
/base/powermgr/power_manager/power_dialog/AppScope/
Dapp.json8 "label": "$string:app_name", string
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/
Dmodule.json22 "label": "$string:MainAbility_label", string
33 "label": "$string:UsbDialogAbility_label", string

1234