Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netmanagernative/unittest/bandwidth_manager_test/
H A Dbandwidth_manager_class_test.cpp136 * @tc.desc: Test BandwidthManager SetGlobalAlert.
142 int32_t ret = g_BandwidthManager->SetGlobalAlert(BandwidthManager::OP_SET, bytes); in HWTEST_F()
148 * @tc.desc: Test BandwidthManager SetGlobalAlert.
154 int32_t ret = g_BandwidthManager->SetGlobalAlert(BandwidthManager::Operate::OP_UNSET, bytes); in HWTEST_F()
160 * @tc.desc: Test BandwidthManager SetGlobalAlert.
166 int32_t ret = g_BandwidthManager->SetGlobalAlert(BandwidthManager::Operate::OP_SET, bytes); in HWTEST_F()
172 * @tc.desc: Test BandwidthManager SetGlobalAlert.
178 int32_t ret = g_BandwidthManager->SetGlobalAlert(BandwidthManager::Operate::OP_UNSET, bytes); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dbandwidth_manager.h116 int32_t SetGlobalAlert(Operate operate, int64_t bytes);
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp245 int32_t BandwidthManager::SetGlobalAlert(Operate operate, int64_t bytes) in SetGlobalAlert() function in OHOS::nmd::BandwidthManager
247 NETNATIVE_LOG_D("BandwidthManager SetGlobalAlert: operate=%{public}d, bytes=%{public}" PRId64, operate, bytes); in SetGlobalAlert()

Completed in 2 milliseconds