Home
last modified time | relevance | path

Searched refs:TestNotifyCallback (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp23 TestNotifyCallback::TestNotifyCallback() {} in TestNotifyCallback() function in OHOS::NetsysNative::TestNotifyCallback
25 TestNotifyCallback::~TestNotifyCallback() {} in ~TestNotifyCallback()
27 int32_t TestNotifyCallback::OnInterfaceAddressUpdated(const std::string &, const std::string &, int, int) in OnInterfaceAddressUpdated()
29 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceAddressUpdated"); in OnInterfaceAddressUpdated()
34 int32_t TestNotifyCallback::OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved()
36 NETNATIVE_LOGI("Begin to TestNotifyCallback::OnInterfaceAddressRemoved"); in OnInterfaceAddressRemoved()
41 int32_t TestNotifyCallback::OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
43 NETNATIVE_LOGI("Begin to TestNotifyCallback in OnInterfaceAdded()
[all...]
H A Dtest_notify_callback.h23 class TestNotifyCallback : public NotifyCallbackStub { class
25 TestNotifyCallback();
26 ~TestNotifyCallback() override;
H A Dresolver_config.cpp32 (std::make_unique<OHOS::NetsysNative::TestNotifyCallback>()).release();

Completed in 1 milliseconds