Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/ndm/
Dndm_DebugControl.cpp58 void GetDaemonDisableCount( DaemonName name, s32& count, s32& countTotal ) in GetDaemonDisableCount() argument
60 NN_UTIL_PANIC_IF_FAILED(Interface::GetDaemonDisableCount(name, &count, &countTotal)); in GetDaemonDisableCount()
63 void GetSchedulerDisableCount( s32& count, s32& countTotal ) in GetSchedulerDisableCount() argument
65 NN_UTIL_PANIC_IF_FAILED(Interface::GetSchedulerDisableCount(&count, &countTotal)); in GetSchedulerDisableCount()