/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
D | hap_verify_log.h | 27 #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/ |
D | hilog.cpp | 31 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/ |
D | hilog.cpp | 32 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/ |
D | selinux_unittest.cpp | 47 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()
|
D | dac_unittest.cpp | 44 ParamSecurityLabel label = {}; in TestDacInitLocalLabel() local 59 ParamSecurityLabel label = {}; in TestDacCheckFilePermission() local 101 ParamSecurityLabel label = {}; in TestClientDacCheckFilePermission() local
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
D | hitrace_meter.cpp | 167 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/ |
D | hitrace_example.cpp | 92 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/ |
D | distributed_notification_manager_test.cpp | 39 …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/ |
D | hitrace_meter_wrapper.cpp | 23 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/ |
D | location_log.h | 65 #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/ |
D | ans_module_test.cpp | 134 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/ |
D | accesstoken_log.h | 33 #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/ |
D | advanced_notification_service_test.cpp | 138 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/ |
D | module.json | 21 "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/ |
D | inputmethod_trace.cpp | 31 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/ |
D | ui_view_proxy_unittest.cpp | 59 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/ |
D | distributed_notification_manager.cpp | 75 …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/ |
D | index_util.cpp | 57 std::string label; in GetIndexList() local 92 icu::UnicodeString label = index->getBucketLabel(); in GetIndex() local
|
/base/inputmethod/imf/frameworks/inputmethod_controller/include/ |
D | input_method_property.h | 27 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/ |
D | InputMethodTest.test.js | 263 label: "ServiceExtAbility" property 283 label: "ServiceExtAbility" property 304 label: "ServiceExtAbility" property 328 label: "ServiceExtAbility" property
|
/base/inputmethod/imf/unitest/resource/bundle_dependencies/extImfBundle/AppScope/ |
D | app.json | 8 "label": "$string:app_name", string
|
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/AppScope/ |
D | app.json | 8 "label": "$string:app_name", string
|
/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/ |
D | cancelnotification_fuzzer.cpp | 23 std::string label(data); in DoSomethingInterestingWithMyAPI() local
|
/base/powermgr/power_manager/power_dialog/AppScope/ |
D | app.json | 8 "label": "$string:app_name", string
|
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ |
D | module.json | 22 "label": "$string:MainAbility_label", string 33 "label": "$string:UsbDialogAbility_label", string
|