Searched refs:BroadcastManager (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/netmanager_base/services/common/src/ |
H A D | broadcast_manager.cpp | 25 BroadcastManager::BroadcastManager() {} in BroadcastManager() function in OHOS::NetManagerStandard::BroadcastManager 27 BroadcastManager::~BroadcastManager() {} in ~BroadcastManager() 29 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, bool> ¶m) in SendBroadcast() 34 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, int32_t> ¶m) in SendBroadcast() 39 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, int64_t> ¶m) in SendBroadcast() 44 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, std::string> ¶m) in SendBroadcast() 50 bool BroadcastManager::SendBroadcastEx(const BroadcastInfo &info, const std::map<std::string, T> ¶m) in SendBroadcastEx()
|
/foundation/communication/netmanager_base/services/common/include/ |
H A D | broadcast_manager.h | 33 class BroadcastManager { class 34 BroadcastManager(); 35 ~BroadcastManager(); 38 static BroadcastManager &GetInstance() in GetInstance() 40 static BroadcastManager instance; in GetInstance()
|
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
H A D | broadcast_manager_test.cpp | 50 bool ret = BroadcastManager::GetInstance().SendBroadcast(g_testInfo, params); in HWTEST_F() 57 bool ret = BroadcastManager::GetInstance().SendBroadcast(g_testInfo, params); in HWTEST_F() 64 bool ret = BroadcastManager::GetInstance().SendBroadcast(g_testInfo, params); in HWTEST_F() 72 bool ret = BroadcastManager::GetInstance().SendBroadcast(testInfo, params); in HWTEST_F() 79 bool ret = BroadcastManager::GetInstance().SendBroadcast(g_testInfo, params); in HWTEST_F() 88 bool ret = BroadcastManager::GetInstance().SendBroadcast(g_testInfo, params); in HWTEST_F()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 59 } BroadcastManager; typedef 86 static BroadcastManager g_bcManager[BC_NUM_MAX]; 121 BroadcastManager *bcManager = &g_bcManager[managerId]; in BcBtStateChanged() 273 BroadcastManager *bcManager = &g_bcManager[managerId]; in BcStartBroadcastingCallback() 305 BroadcastManager *bcManager = &g_bcManager[managerId]; in BcStopBroadcastingCallback() 338 BroadcastManager *bcManager = &g_bcManager[managerId]; in BcUpdateBroadcastingCallback() 360 BroadcastManager *bcManager = &g_bcManager[managerId]; in BcSetBroadcastingCallback() 1938 BroadcastManager *bcManager = &g_bcManager[managerId]; in RegisterInfoDump()
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_traffic.cpp | 430 BroadcastManager::GetInstance().SendBroadcast(info, param); in PublishQuotaEvent()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | network.cpp | 694 BroadcastManager::GetInstance().SendBroadcast(info, param); in SendConnectionChangedBroadcast()
|
H A D | net_conn_service.cpp | 1037 BroadcastManager::GetInstance().SendBroadcast(info, param); in SendHttpProxyChangeBroadcast() 2013 BroadcastManager::GetInstance().SendBroadcast(info, param); in SetAirplaneMode()
|
Completed in 12 milliseconds