Home
last modified time | relevance | path

Searched refs:debugId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.cpp65 …d VtpInstance::PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, in PrintFillpLog() argument
70 static_cast<void>(debugId); in PrintFillpLog()
H A Dvtp_instance.h62 …static void PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, F…
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp68 auto [isDebug, debugId] = BackupPara().GetBackupDebugOverrideAccount(); in GetUserIdDefault()
69 if (isDebug && debugId > DEBUG_ID) { in GetUserIdDefault()
70 return debugId; in GetUserIdDefault()
H A Dservice.cpp95 auto [isDebug, debugId] = BackupPara().GetBackupDebugOverrideAccount(); in GetUserIdDefault()
96 if (isDebug && debugId > DEBUG_ID) { in GetUserIdDefault()
97 return debugId; in GetUserIdDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h496 IN FILLP_UINT32 debugId, IN FILLP_CHAR *format, ...);