| /base/time/time_service/utils/native/include/ |
| D | time_hilog.h | 66 #define TIME_HILOGF(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, TIME_MODULE_LABEL[modul… argument 68 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[modul… argument 70 #define TIME_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LABEL[module… argument 72 #define TIME_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LABEL[module… argument 75 #define TIME_HILOGD(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, TIME_MODULE_LABEL[modul… argument 78 #define TIME_HILOGD(module, fmt, ...) argument 81 #define TIME_SIMPLIFY_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LAB… argument 83 #define TIME_SIMPLIFY_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LAB… argument 86 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument 94 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
|
| /base/security/device_auth/services/frameworks/src/module/ |
| D | dev_auth_module_manager.c | 36 AuthModuleBase **module; in GetModule() local 88 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity() local 110 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity() local 132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo() local 155 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey() local 176 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability() local 191 AuthModuleBase *module = GetModule(moduleType); in CreateTask() local 212 AuthModuleBase *module = GetModule(moduleType); in ProcessTask() local 234 AuthModuleBase *module = GetModule(moduleType); in DestroyTask() local 283 AuthModuleBase **module; in DestroyModules() local
|
| /base/hiviewdfx/hidumper/utils/native/include/ |
| D | hilog_wrapper.h | 44 #define DUMPER_HILOGF(module, fmt, ...) \ argument 46 #define DUMPER_HILOGE(module, fmt, ...) \ argument 48 #define DUMPER_HILOGW(module, fmt, ...) \ argument 50 #define DUMPER_HILOGI(module, fmt, ...) \ argument 52 #define DUMPER_HILOGD(module, fmt, ...) \ argument
|
| /base/request/request/frameworks/js/napi/request/include/upload/ |
| D | upload_hilog_wrapper.h | 57 #define UPLOAD_HILOGF(module, fmt, ...) … argument 60 #define UPLOAD_HILOGE(module, fmt, ...) … argument 63 #define UPLOAD_HILOGW(module, fmt, ...) … argument 66 #define UPLOAD_HILOGI(module, fmt, ...) … argument 69 #define UPLOAD_HILOGD(module, fmt, ...) … argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/empty_impl/trace/ |
| D | trace_collector_empty_impl.cpp | 37 …std::vector<std::string>> TraceCollectorEmptyImpl::DumpTraceWithFilter(UCollect::TeleModule module, in DumpTraceWithFilter() 43 CollectResult<int32_t> TraceCollectorEmptyImpl::FilterTraceOn(UCollect::TeleModule module, uint64_t… in FilterTraceOn() 48 CollectResult<int32_t> TraceCollectorEmptyImpl::FilterTraceOff(UCollect::TeleModule module) in FilterTraceOff()
|
| /base/hiviewdfx/hilog_lite/frameworks/mini/ |
| D | hiview_log_limit.c | 59 boolean LogIsLimited(uint8 module) in LogIsLimited() 102 void SetLimitThreshold(uint8 module, uint8 v) in SetLimitThreshold() 116 const HiLogLimitRule *GetLogLimitRule(uint8 module) in GetLogLimitRule()
|
| D | hiview_log.c | 69 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters() 111 void HiLogPrintf(uint8 module, uint8 level, const char *nums, const char *fmt, ...) in HiLogPrintf() 148 void HILOG_HashPrintf(uint8 module, uint8 level, const char *nums, uint32 hash, ...) in HILOG_HashPrintf()
|
| /base/powermgr/thermal_manager/utils/native/include/ |
| D | thermal_log.h | 98 #define THERMAL_HILOGF(module, ...) \ argument 100 #define THERMAL_HILOGE(module, ...) \ argument 102 #define THERMAL_HILOGW(module, ...) \ argument 104 #define THERMAL_HILOGI(module, ...) \ argument 106 #define THERMAL_HILOGD(module, ...) \ argument
|
| /base/usb/usb_manager/utils/native/include/ |
| D | hilog_wrapper.h | 93 #define USB_HILOGF(module, ...) \ argument 95 #define USB_HILOGE(module, ...) \ argument 97 #define USB_HILOGW(module, ...) \ argument 99 #define USB_HILOGI(module, ...) \ argument 101 #define USB_HILOGD(module, ...) \ argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/trace_manager/storage/ |
| D | telemetry_storage.cpp | 31 bool TeleMetryStorage::QueryTable(const std::string &module, int64_t &usedSize, int64_t "aSize) in QueryTable() 50 bool TeleMetryStorage::UpdateTable(const std::string &module, int64_t newSize) in UpdateTable() 134 TelemetryRet TeleMetryStorage::NeedTelemetryDump(const std::string &module) in NeedTelemetryDump() 202 void TeleMetryStorage::TelemetryStore(const std::string &module, int64_t traceSize) in TelemetryStore() 232 bool TeleMetryStorage::GetFlowRecord(const std::string &module, TeleMetryFlowRecord &flowRecord) in GetFlowRecord()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/ |
| D | faultlogger_native_interface_test.cpp | 76 auto module = "faultlogtest1"; variable 97 auto module = "faultlogtest5"; variable 127 auto module = "faultlogtest6"; variable 278 std::string module = "com.example.myapplication"; variable
|
| /base/startup/init/interfaces/innerkits/modulemgr/ |
| D | modulemgr.c | 87 MODULE_ITEM *module; in ModuleDestroy() local 99 static void *ModuleInstall(MODULE_ITEM *module, int argc, const char *argv[]) in ModuleInstall() 131 MODULE_ITEM *module = (MODULE_ITEM *)node; in ModuleCompare() local 148 MODULE_ITEM *module; in ModuleMgrInstall() local 270 MODULE_ITEM *module; in ModuleMgrUninstall() local 301 MODULE_ITEM *module; in ModuleTraversalProc() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
| D | faultlogger_client_test.cpp | 66 …GetFaultLogName(const time_t& time, int32_t id, const std::string& type, const std::string& module) in GetFaultLogName() 74 …foInner CreateFaultLogInfo(const time_t& time, int32_t id, int32_t type, const std::string& module) in CreateFaultLogInfo() 92 …eckLogFileExist(const time_t& time, int32_t id, const std::string& type, const std::string& module) in CheckLogFileExist()
|
| /base/time/time_service/framework/js/napi/common/include/ |
| D | napi_utils.h | 38 #define CHECK_ARGS_RETURN_VOID(module, context, condition, message, code) … argument 49 #define CHECK_STATUS_RETURN_VOID(module, context, message, code) \ argument 61 #define CHECK_RETURN(module, condition, message, retVal) \ argument 69 #define CHECK_RETURN_VOID(module, condition, message) \ argument
|
| /base/startup/appspawn/util/include/ |
| D | appspawn_error.h | 34 #define DECLARE_APPSPAWN_ERRORCODE_BASE(module) \ argument 37 #define DECLARE_APPSPAWN_ERRORCODE_SUBMODULE_BASE(module, submodule) \ argument 40 #define DECLARE_APPSPAWN_ERRORCODE(module, submodule, error) \ argument
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/ |
| D | trace_collector_impl.cpp | 81 CollectResult<std::vector<std::string>> TraceCollectorImpl::DumpTraceWithFilter(TeleModule module, in DumpTraceWithFilter() 98 CollectResult<int32_t> TraceCollectorImpl::FilterTraceOn(TeleModule module, uint64_t postTime) in FilterTraceOn() 128 CollectResult<int32_t> TraceCollectorImpl::FilterTraceOff(TeleModule module) in FilterTraceOff()
|
| /base/inputmethod/imf/frameworks/js/napi/common/ |
| D | event_checker.cpp | 37 bool EventChecker::IsValidEventType(EventSubscribeModule module, const std::string &type) in IsValidEventType()
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | dynamic_module.cpp | 36 void UnloadModule(DynamicModule module) in UnloadModule()
|
| /base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
| D | panic_error_info_handle.cpp | 75 char module[MODULE_MAX_LEN]; member 82 const char *module; member 129 static const char *GetTopCategory(const char *module, const char *event) in GetTopCategory() 149 static const char *GetCategory(const char *module, const char *event) in GetCategory()
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
| D | trace_decorator.cpp | 68 …ctResult<std::vector<std::string>> TraceDecorator::DumpTraceWithFilter(UCollect::TeleModule module, in DumpTraceWithFilter() 74 CollectResult<int32_t> TraceDecorator::FilterTraceOn(UCollect::TeleModule module, uint64_t postTime) in FilterTraceOn() 79 CollectResult<int32_t> TraceDecorator::FilterTraceOff(UCollect::TeleModule module) in FilterTraceOff()
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| D | dummy_iam_callback_interface.h | 32 …int32_t OnAcquireInfo(int32_t module, int32_t acquireInfo, const std::vector<uint8_t> &extraInfo) … in OnAcquireInfo()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/ |
| D | faultlog_info_ohos.h | 37 std::string module; variable
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| D | user_auth_callback_v8.cpp | 43 int32_t module {0}; member 105 napi_status UserAuthCallbackV8::DoAcquireCallback(int32_t module, uint32_t acquireInfo) in DoAcquireCallback() 125 void UserAuthCallbackV8::OnAcquireInfo(int32_t module, uint32_t acquireInfo, in OnAcquireInfo()
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_delete_user_idm_callback.cpp | 31 void OsAccountDeleteUserIdmCallback::OnAcquireInfo(int32_t module, uint32_t acquireInfo, in OnAcquireInfo()
|
| /base/useriam/user_auth_framework/frameworks/cj/user_auth/src/ |
| D | user_auth_callback_cj.cpp | 20 void CjUserAuthCallback::OnAcquireInfo(const int32_t module, const uint32_t acquireInfo, const Attr… in OnAcquireInfo()
|