Home
last modified time | relevance | path

Searched refs:OnBroadcast (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp210 auto mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
231 auto mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
249 auto mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
265 auto mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
273 mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
279 mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
284 mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
324 auto mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
327 mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
330 mask = DeviceMatrix::GetInstance().OnBroadcast(TEST_DEVICE, level);
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter.h78 void OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo);
H A Dsoftbus_adapter_standard.cpp84 SoftBusAdapter::GetInstance()->OnBroadcast({ uuid }, std::move(level)); in OnDataLevelChanged()
457 void SoftBusAdapter::OnBroadcast(const DeviceId &device, const LevelInfo &levelInfo) in OnBroadcast() function in OHOS::AppDistributedKv::SoftBusAdapter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h69 … std::pair<uint16_t, uint16_t> OnBroadcast(const std::string &device, const DataLevel &dataLevel);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp112 DeviceMatrix::GetInstance().OnBroadcast(device, std::move(level)); in InitBroadcast()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp182 std::pair<uint16_t, uint16_t> DeviceMatrix::OnBroadcast(const std::string &device, const DataLevel … in OnBroadcast() function in OHOS::DistributedData::DeviceMatrix