| /base/time/time_service/utils/native/include/ |
| D | time_hilog.h | 62 #define TIME_HILOGF(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, TIME_MODULE_LABEL[modul… argument 64 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[modul… argument 66 #define TIME_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LABEL[module… argument 68 #define TIME_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LABEL[module… argument 70 #define TIME_HILOGD(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, TIME_MODULE_LABEL[modul… argument 72 #define TIME_SIMPLIFY_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LAB… argument 75 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument 83 #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 76 AuthModuleBase *module = GetModule(moduleType); in RegisterLocalIdentity() local 104 AuthModuleBase *module = GetModule(moduleType); in UnregisterLocalIdentity() local 132 AuthModuleBase *module = GetModule(moduleType); in DeletePeerAuthInfo() local 161 AuthModuleBase *module = GetModule(moduleType); in GetPublicKey() local 188 AuthModuleBase *module = GetModule(moduleType); in CheckMsgRepeatability() local 203 AuthModuleBase *module = GetModule(moduleType); in CreateTask() local 223 AuthModuleBase *module = GetModule(moduleType); in ProcessTask() local 244 AuthModuleBase *module = GetModule(moduleType); in DestroyTask() local 285 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/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/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 | 67 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters() 109 void HiLogPrintf(uint8 module, uint8 level, const char *nums, const char *fmt, ...) in HiLogPrintf() 146 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 | 95 #define THERMAL_HILOGF(module, ...) \ argument 97 #define THERMAL_HILOGE(module, ...) \ argument 99 #define THERMAL_HILOGW(module, ...) \ argument 101 #define THERMAL_HILOGI(module, ...) \ argument 103 #define THERMAL_HILOGD(module, ...) \ argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
| D | faultlogger_client_test.cpp | 27 …GetFaultLogName(const time_t& time, int32_t id, const std::string& type, const std::string& module) in GetFaultLogName() 43 …foInner CreateFaultLogInfo(const time_t& time, int32_t id, int32_t type, const std::string& module) in CreateFaultLogInfo() 61 …eckLogFileExist(const time_t& time, int32_t id, const std::string& type, const std::string& module) in CheckLogFileExist()
|
| /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/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/time/time_service/framework/js/napi/common/include/ |
| D | napi_utils.h | 42 #define CHECK_ARGS_RETURN_VOID(module, context, condition, message, code) … argument 53 #define CHECK_STATUS_RETURN_VOID(module, context, message, code) \ argument 65 #define CHECK_RETURN(module, condition, message, retVal) \ argument 73 #define CHECK_RETURN_VOID(module, condition, message) \ argument
|
| /base/inputmethod/imf/frameworks/js/napi/common/ |
| D | event_checker.cpp | 34 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/faultlogger/service/ |
| D | faultlog_manager.cpp | 44 …ilter CreateLogFileFilter(time_t time, int32_t id, int32_t faultLogType, const std::string& module) in CreateLogFileFilter() 139 std::list<FaultLogInfo> FaultLogManager::GetFaultInfoList(const std::string& module, in GetFaultInfoList() 169 std::list<std::string> FaultLogManager::GetFaultLogFileList(const std::string &module, time_t time,… in GetFaultLogFileList()
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| D | dummy_iam_callback_interface.h | 30 void OnAcquireInfo(int32_t module, int32_t acquireInfo, const Attributes &extraInfo) override in OnAcquireInfo()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/ |
| D | faultlog_info_ohos.h | 36 std::string module; variable
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_delete_user_idm_callback.cpp | 32 void OsAccountDeleteUserIdmCallback::OnAcquireInfo(int32_t module, uint32_t acquireInfo, in OnAcquireInfo()
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | native_module.cpp | 29 napi_module module = { in RegisterModule() local
|
| /base/hiviewdfx/hiview/core/include/ |
| D | plugin_bundle.h | 27 PluginBundle (const std::string& name, const PluginConfig& config, DynamicModule module) in PluginBundle()
|
| /base/hiviewdfx/blackbox_lite/interfaces/native/innerkits/ |
| D | blackbox.h | 52 char module[MODULE_MAX_LEN]; member 57 char module[MODULE_MAX_LEN]; member
|
| /base/hiviewdfx/blackbox_lite/interfaces/native/kits/ |
| D | blackbox.h | 52 char module[MODULE_MAX_LEN]; member 57 char module[MODULE_MAX_LEN]; member
|
| /base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
| D | faultlogger_client_msg.h | 33 std::string module; member
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | faultlogger_client_msg.h | 33 std::string module; member
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| D | user_auth_callback_v8.cpp | 40 int32_t module {0}; member 187 napi_status UserAuthCallbackV8::DoAcquireCallback(int32_t module, uint32_t acquireInfo) in DoAcquireCallback() 207 void UserAuthCallbackV8::OnAcquireInfo(int32_t module, uint32_t acquireInfo, in OnAcquireInfo()
|