Home
last modified time | relevance | path

Searched refs:SendBroadCast (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddevice_manager.h55 int SendBroadCast(uint32_t msgId);
H A Ddevice_manager.cpp125 int DeviceManager::SendBroadCast(uint32_t msgId) in SendBroadCast() function in DistributedDB::DeviceManager
H A Dsync_engine.cpp201 (void)deviceManager_->SendBroadCast(LOCAL_DATA_CHANGED); in BroadCastDataChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_syncer_device_manager_test.cpp238 int errCode = g_deviceManager->SendBroadCast(LOCAL_DATA_CHANGED);