Home
last modified time | relevance | path

Searched refs:BroadcastManager (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/services/common/src/
H A Dbroadcast_manager.cpp25 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> &param) in SendBroadcast()
34 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, int32_t> &param) in SendBroadcast()
39 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, int64_t> &param) in SendBroadcast()
44 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, std::string> &param) in SendBroadcast()
50 bool BroadcastManager::SendBroadcastEx(const BroadcastInfo &info, const std::map<std::string, T> &param) in SendBroadcastEx()
/foundation/communication/netmanager_base/services/common/include/
H A Dbroadcast_manager.h33 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 Dbroadcast_manager_test.cpp50 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 Dsoftbus_broadcast_mgr.c59 } 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 Dnet_policy_traffic.cpp430 BroadcastManager::GetInstance().SendBroadcast(info, param); in PublishQuotaEvent()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp694 BroadcastManager::GetInstance().SendBroadcast(info, param); in SendConnectionChangedBroadcast()
H A Dnet_conn_service.cpp1037 BroadcastManager::GetInstance().SendBroadcast(info, param); in SendHttpProxyChangeBroadcast()
2013 BroadcastManager::GetInstance().SendBroadcast(info, param); in SetAirplaneMode()

Completed in 11 milliseconds