Home
last modified time | relevance | path

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

123456

/base/time/time_service/utils/native/include/
Dtime_hilog.h66 #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/
Ddev_auth_module_manager.c36 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/
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/hiview/framework/native/unified_collection/collector/empty_impl/trace/
Dtrace_collector_empty_impl.cpp37 …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/
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.h98 #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/
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/framework/native/unified_collection/trace_manager/storage/
Dtelemetry_storage.cpp31 bool TeleMetryStorage::QueryTable(const std::string &module, int64_t &usedSize, int64_t &quotaSize) 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/
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/collector/impl/trace/
Dtrace_collector_impl.cpp81 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/
Devent_checker.cpp37 bool EventChecker::IsValidEventType(EventSubscribeModule module, const std::string &type) in IsValidEventType()
/base/hiviewdfx/hiview/base/utility/
Ddynamic_module.cpp36 void UnloadModule(DynamicModule module) in UnloadModule()
/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/framework/native/unified_collection/decorator/
Dtrace_decorator.cpp68 …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/
Ddummy_iam_callback_interface.h32 …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/
Dfaultlog_info_ohos.h37 std::string module; variable
/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/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()

123456