Home
last modified time | relevance | path

Searched refs:DataLevel (Results 1 - 25 of 31) sorted by relevance

12

/foundation/communication/dsoftbus/interfaces/inner_kits/lnn/
H A Ddata_level.h50 } DataLevel; typedef
62 void (*onDataLevelChanged)(const char *networkId, const DataLevel dataLevel);
97 int32_t SetDataLevel(const DataLevel *dataLevel);
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/setdatalevel_fuzzer/
H A Dsetdatalevel_fuzzer.cpp30 if (data == nullptr || size == 0 || size > MAX_MACLLOC_SIZE || size < sizeof(DataLevel)) { in DoSomethingInterestingWithMyAPI()
48 SetDataLevel(reinterpret_cast<const DataLevel *>(tmp)); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h57 struct DataLevel { struct in OHOS::DistributedData::DeviceMatrix
69 std::pair<uint16_t, uint16_t> OnBroadcast(const std::string &device, const DataLevel &dataLevel);
70 void Broadcast(const DataLevel &dataLevel);
137 void SaveSwitches(const std::string &device, const DataLevel &dataLevel);
140 std::pair<uint16_t, uint16_t> ConvertMask(const std::string &device, const DataLevel &dataLevel);
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regdatalevelchangecb_fuzzer/
H A Dregdatalevelchangecb_fuzzer.cpp28 void FuzzOnDataLevelChanged(const char *networkId, const DataLevel dataLevel) in FuzzOnDataLevelChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp208 DeviceMatrix::DataLevel level = { in HWTEST_F()
229 DeviceMatrix::DataLevel level = { in HWTEST_F()
247 DeviceMatrix::DataLevel level = { in HWTEST_F()
263 DeviceMatrix::DataLevel level = { in HWTEST_F()
322 DeviceMatrix::DataLevel level = { in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h40 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel);
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h52 int32_t SetDataLevel(const DataLevel *dataLevel) override;
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c69 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/
H A Dclient_bus_center_manager.h41 int32_t SetDataLevelInner(const DataLevel *dataLevel);
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h55 int32_t SetDataLevel(const DataLevel *dataLevel) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h39 int32_t LnnIpcSetDataLevel(const DataLevel *dataLevel);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h52 int32_t SetDataLevel(const DataLevel *dataLevel) override;
/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h79 int32_t LnnSetDataLevel(const DataLevel *dataLevel, bool *isSwitchLevelChanged);
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h55 int32_t SetDataLevel(const DataLevel *dataLevel) override;
H A Dif_softbus_server.h54 virtual int32_t SetDataLevel(const DataLevel *dataLevel) = 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 &dataLevel) in OnBroadcast()
222 std::pair<uint16_t, uint16_t> DeviceMatrix::ConvertMask(const std::string &device, const DataLevel &dataLevel) in ConvertMask()
335 void DeviceMatrix::SaveSwitches(const std::string &device, const DataLevel &dataLevel) in SaveSwitches()
354 void DeviceMatrix::Broadcast(const DataLevel &dataLevel) in Broadcast()
755 bool DeviceMatrix::DataLevel::IsValid() const in IsValid()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp218 int32_t SoftBusServerProxyFrame::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp71 void OnDataLevelChanged(const char* networkId, const DataLevel dataLevel) in OnDataLevelChanged()
454 DataLevel level = { in Broadcast()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp163 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
H A Dbus_center_server_proxy_standard.cpp556 int32_t BusCenterServerProxy::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
572 if (!data.WriteRawData((void*)dataLevel, sizeof(DataLevel))) { in SetDataLevel()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp228 int32_t SoftBusServer::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
H A Dsoftbus_server_stub.cpp1141 DataLevel *dataLevel = (DataLevel*)data.ReadRawData(sizeof(DataLevel)); in SetDataLevelInner()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c337 int32_t SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp292 int32_t LnnIpcSetDataLevel(const DataLevel *dataLevel)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp107 DistributedData::DeviceMatrix::DataLevel level; in InitBroadcast()

Completed in 15 milliseconds

12