Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp191 … int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes);
204 … int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes);
206 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes);
219 … int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes);
222 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h117 int32_t SetCostlyAlert(Operate operate, const std::string &iface, int64_t bytes);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp272 int32_t BandwidthManager::SetCostlyAlert(Operate operate, const std::string &iface, int64_t bytes) in SetCostlyAlert() function in OHOS::nmd::BandwidthManager