Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 152) sorted by relevance

1234567

/base/time/time_service/utils/native/include/
Dtime_hilog.h63 #define TIME_HILOGF(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, TIME_MODULE_LABEL[modul… argument
65 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[modul… argument
67 #define TIME_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LABEL[module… argument
69 #define TIME_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LABEL[module… argument
72 #define TIME_HILOGD(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, TIME_MODULE_LABEL[modul… argument
75 #define TIME_HILOGD(module, fmt, ...) argument
78 #define TIME_SIMPLIFY_HILOGI(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_INFO, TIME_MODULE_LAB… argument
80 #define TIME_SIMPLIFY_HILOGW(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_WARN, TIME_MODULE_LAB… argument
83 #define CHECK_AND_RETURN_RET_LOG(module, cond, ret, ...) \ argument
91 #define CHECK_AND_RETURN_LOG(module, cond, ...) \ argument
/base/security/device_auth/services/frameworks/src/module/
Ddev_auth_module_manager.c36 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
224 AuthModuleBase *module = GetModule(moduleType); in ProcessTask() local
246 AuthModuleBase *module = GetModule(moduleType); in DestroyTask() local
295 AuthModuleBase **module; in DestroyModules() local
/base/hiviewdfx/hidumper/utils/native/include/
Dhilog_wrapper.h44 #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/
Dupload_hilog_wrapper.h57 #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/
Dhiview_log_limit.c59 boolean LogIsLimited(uint8 module) in LogIsLimited()
102 void SetLimitThreshold(uint8 module, uint8 v) in SetLimitThreshold()
116 const HiLogLimitRule *GetLogLimitRule(uint8 module) in GetLogLimitRule()
Dhiview_log.c69 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/
Dthermal_log.h95 #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/usb/usb_manager/utils/native/include/
Dhilog_wrapper.h93 #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/
Dfaultlogger_native_interface_test.cpp76 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/
Dmodulemgr.c87 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/
Dfaultlogger_client_test.cpp66 …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/
Dnapi_utils.h38 #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/
Dappspawn_error.h34 #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/trace_manager/src/
Dtelemetry_storage.cpp32 bool TeleMetryStorage::QueryTable(const std::string &module, int64_t &usedSize, int64_t &quotaSize) in QueryTable()
51 void TeleMetryStorage::UpdateTable(const std::string &module, int64_t newSize) in UpdateTable()
131 TelemetryRet TeleMetryStorage::NeedTelemetryDump(const std::string &module, int64_t traceSize) in NeedTelemetryDump()
/base/hiviewdfx/hiview/base/utility/
Ddynamic_module.cpp36 void UnloadModule(DynamicModule module) in UnloadModule()
/base/inputmethod/imf/frameworks/js/napi/common/
Devent_checker.cpp36 bool EventChecker::IsValidEventType(EventSubscribeModule module, const std::string &type) in IsValidEventType()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
Dpanic_error_info_handle.cpp75 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/plugins/faultlogger/service/
Dfaultlog_manager.cpp48 …ilter CreateLogFileFilter(time_t time, int32_t id, int32_t faultLogType, const std::string& module) in CreateLogFileFilter()
146 std::list<FaultLogInfo> FaultLogManager::GetFaultInfoList(const std::string& module, in GetFaultInfoList()
176 std::list<std::string> FaultLogManager::GetFaultLogFileList(const std::string &module, time_t time,… in GetFaultLogFileList()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_callback_v8.cpp43 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/useriam/user_auth_framework/test/fuzztest/dummy/
Ddummy_iam_callback_interface.h30 void OnAcquireInfo(int32_t module, int32_t acquireInfo, const Attributes &extraInfo) override in OnAcquireInfo()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlog_info_ohos.h36 std::string module; variable
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_delete_user_idm_callback.cpp31 void OsAccountDeleteUserIdmCallback::OnAcquireInfo(int32_t module, uint32_t acquireInfo, in OnAcquireInfo()
/base/useriam/user_auth_framework/frameworks/cj/user_auth/src/
Duser_auth_callback_cj.cpp20 void CjUserAuthCallback::OnAcquireInfo(const int32_t module, const uint32_t acquireInfo, const Attr… in OnAcquireInfo()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnative_module.cpp29 napi_module module = { in RegisterModule() local
/base/hiviewdfx/hiview/core/include/
Dplugin_bundle.h27 PluginBundle (const std::string& name, const PluginConfig& config, DynamicModule module) in PluginBundle()

1234567