Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp184 * @tc.desc: Test BandwidthManager SetCostlyAlert.
191 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F()
197 * @tc.desc: Test BandwidthManager SetCostlyAlert.
204 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F()
206 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes); in HWTEST_F()
212 * @tc.desc: Test BandwidthManager SetCostlyAlert.
219 int32_t ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_SET, iface, bytes); in HWTEST_F()
222 ret = g_BandwidthManager->SetCostlyAlert(BandwidthManager::Operate::OP_UNSET, iface, bytes); in HWTEST_F()
/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);
/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
274 NETNATIVE_LOG_D("BandwidthManager SetCostlyAlert: operate=%{public}d, iface=%{public}s, bytes=%{public}" PRId64, in SetCostlyAlert()

Completed in 3 milliseconds