Home
last modified time | relevance | path

Searched refs:traceLevel (Results 1 - 14 of 14) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.cpp28 int traceLevel = std::stoi(trace); in TraceLevelManager() local
29 if (traceLevel >= TRACE_LEVEL_MAX || traceLevel < TRACE_LEVEL0) { in TraceLevelManager()
30 FFRT_LOGE("get invalid trace level, %d", traceLevel); in TraceLevelManager()
33 traceLevel_ = static_cast<uint8_t>(traceLevel); in TraceLevelManager()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmodule.c44 NO_SANITIZE("cfi") void ModuleInit(const char *name, int traceLevel) in ModuleInit() argument
48 module->init(traceLevel); in ModuleInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.h35 * @param traceLevel debug log level.
37 void L2CAP_Initialize(int traceLevel);
H A Dl2cap_le.h35 * @param traceLevel debug log level.
37 void L2CAP_LeInitialize(int traceLevel);
H A Dl2cap_if.c656 int traceLevel; member
665 L2CAP_Initialize(ctx->traceLevel); in L2cifStartup()
696 ctx->traceLevel = 0; in L2CIF_Startup()
743 ctx->traceLevel = 0; in L2CIF_Shutdown()
758 void L2CIF_Initialize(int traceLevel) in L2CIF_Initialize() argument
H A Dl2cap.c546 void L2CAP_Initialize(int traceLevel) in L2CAP_Initialize() argument
564 L2CAP_LeInitialize(traceLevel); in L2CAP_Initialize()
H A Dl2cap_le.c1781 void L2CAP_LeInitialize(int traceLevel) in L2CAP_LeInitialize() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c47 static void ATT_Init(const int traceLevel);
187 static void ATT_Init(const int traceLevel) in ATT_Init() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_if.h35 * @param traceLevel debug log level.
37 void BTSTACK_API L2CIF_Initialize(int traceLevel);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c37 int traceLevel; member
223 static void SdpStartup(int traceLevel) in SdpStartup() argument
241 ctx->traceLevel = traceLevel; in SdpStartup()
1407 static void SdpInitialize(int traceLevel) in SdpInitialize() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h355 int traceLevel; member
H A Dgap.c44 int traceLevel; member
69 g_gapMng.traceLevel = ((GapInitializeParam *)ctx)->traceLevel; in GapInitializeTask()
83 static void GapInitialize(int traceLevel) in GapInitialize() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c960 static void RFCOMM_Init(int traceLevel) in RFCOMM_Init() argument
964 (void)traceLevel; in RFCOMM_Init()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c121 static void SMP_Initialize(int traceLevel) in SMP_Initialize() argument

Completed in 15 milliseconds