/foundation/communication/dsoftbus/interfaces/inner_kits/lnn/ |
H A D | data_level.h | 50 } 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 D | setdatalevel_fuzzer.cpp | 30 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 D | device_matrix.h | 57 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 D | regdatalevelchangecb_fuzzer.cpp | 28 void FuzzOnDataLevelChanged(const char *networkId, const DataLevel dataLevel) in FuzzOnDataLevelChanged()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | device_matrix_test.cpp | 208 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 D | bus_center_server_proxy.h | 40 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel);
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/ |
H A D | trans_server_proxy_standard.h | 52 int32_t SetDataLevel(const DataLevel *dataLevel) override;
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 69 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 41 int32_t SetDataLevelInner(const DataLevel *dataLevel);
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 55 int32_t SetDataLevel(const DataLevel *dataLevel) override;
|
/foundation/communication/dsoftbus/core/bus_center/ipc/include/ |
H A D | lnn_bus_center_ipc.h | 39 int32_t LnnIpcSetDataLevel(const DataLevel *dataLevel);
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 52 int32_t SetDataLevel(const DataLevel *dataLevel) override;
|
/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_manager.h | 79 int32_t LnnSetDataLevel(const DataLevel *dataLevel, bool *isSwitchLevelChanged);
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 55 int32_t SetDataLevel(const DataLevel *dataLevel) override;
|
H A D | if_softbus_server.h | 54 virtual int32_t SetDataLevel(const DataLevel *dataLevel) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 182 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 D | softbus_server_proxy_standard.cpp | 218 int32_t SoftBusServerProxyFrame::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | softbus_adapter_standard.cpp | 71 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 D | bus_center_server_proxy.cpp | 163 int32_t ServerIpcSetDataLevel(const DataLevel *dataLevel) in ServerIpcSetDataLevel()
|
H A D | bus_center_server_proxy_standard.cpp | 556 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 D | softbus_server.cpp | 228 int32_t SoftBusServer::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
|
H A D | softbus_server_stub.cpp | 1141 DataLevel *dataLevel = (DataLevel*)data.ReadRawData(sizeof(DataLevel)); in SetDataLevelInner()
|
/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 337 int32_t SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | lnn_bus_center_ipc.cpp | 292 int32_t LnnIpcSetDataLevel(const DataLevel *dataLevel)
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 107 DistributedData::DeviceMatrix::DataLevel level; in InitBroadcast()
|