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 D | vtp_instance.cpp | 65 …d VtpInstance::PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, in PrintFillpLog() argument 70 static_cast<void>(debugId); in PrintFillpLog()
|
H A D | vtp_instance.h | 62 …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 D | service_incremental.cpp | 68 auto [isDebug, debugId] = BackupPara().GetBackupDebugOverrideAccount(); in GetUserIdDefault() 69 if (isDebug && debugId > DEBUG_ID) { in GetUserIdDefault() 70 return debugId; in GetUserIdDefault()
|
H A D | service.cpp | 95 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 D | fillptypes.h | 496 IN FILLP_UINT32 debugId, IN FILLP_CHAR *format, ...);
|