Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs799 … cattoucan.AddNotification(Nintendo.SDSG.CatToucan.Terms.KI_PIREPARE_TITLE_ASYNC, evtHandle[0]); in launch_retry_thread()
802 cattoucan.AddNotification("System busy, try again", evtHandle[1]); in launch_retry_thread()
1572 toucan.AddNotification(kvp); in createCattoucan()
1576 toucan.AddNotification(kvp); in createCattoucan()
1653 internal static void AddNotification(string match, ManualResetEvent evt) in AddNotification() method in CafeX.cattoucan
1658 toucan.AddNotification(kvp); in AddNotification()
1673 internal static void AddNotification(string match, Func<string, bool> callback) in AddNotification() method in CafeX.cattoucan
1678 toucan.AddNotification(kvp); in AddNotification()
DCharacter stream dumper.cs980 public void AddNotification(KeyValuePair<string, ManualResetEvent> kvp) in AddNotification() method in Nintendo.SDSG.CatToucan
989 public void AddNotification(KeyValuePair<string, Func<string, bool>> kvp) in AddNotification() method in Nintendo.SDSG.CatToucan
DCafeFunctions.cs3480 cattoucan.AddNotification(IOS_CRASHDUMP_TOKEN, callback); in run()