Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
kernel_notifications.cpp File Reference
#include <node/kernel_notifications.h>
#include <bitcoin-build-config.h>
#include <chain.h>
#include <common/args.h>
#include <common/system.h>
#include <kernel/context.h>
#include <kernel/warning.h>
#include <logging.h>
#include <node/abort.h>
#include <node/interface_ui.h>
#include <node/warnings.h>
#include <util/check.h>
#include <util/signalinterrupt.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/translation.h>
#include <cstdint>
#include <string>
#include <thread>
Include dependency graph for kernel_notifications.cpp:

Go to the source code of this file.

Namespaces

namespace  node

Functions

static void AlertNotify (const std::string &strMessage)
void node::ReadNotificationArgs (const ArgsManager &args, KernelNotifications &notifications)
void ReplaceAll (std::string &in_out, const std::string &search, const std::string &substitute)

Function Documentation

◆ AlertNotify()

void AlertNotify ( const std::string & strMessage)
static

Definition at line 30 of file kernel_notifications.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReplaceAll()

void util::ReplaceAll ( std::string & in_out,
const std::string & search,
const std::string & substitute )

Definition at line 11 of file string.cpp.

Here is the caller graph for this function: