/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 77 virtual void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo);
|
H A D | softbus_client_stub.h | 60 void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) override;
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 53 void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 51 void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 162 void ISoftBusClient::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 671 OnDataLevelChanged(networkId, info); in OnDataLevelChangedInner() 765 void SoftBusClientStub::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() function in OHOS::SoftBusClientStub
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | lnn_bus_center_ipc.cpp | 73 static int32_t OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo); 76 .onDataLevelChanged = OnDataLevelChanged, 168 static int32_t OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo)
|
H A D | bus_center_client_proxy.cpp | 229 clientProxy->OnDataLevelChanged(networkId, dataLevelInfo); in ClientOnDataLevelChanged()
|
H A D | bus_center_client_proxy_standard.cpp | 614 void BusCenterClientProxy::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() function in OHOS::BusCenterClientProxy
|
/foundation/communication/dsoftbus/tests/sdk/frame/standard/ |
H A D | softbus_frame_standard_test.cpp | 50 void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) override { } 476 g_stub->OnDataLevelChanged(nullptr, nullptr); in HWTEST_F()
|
/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() function 87 .onDataLevelChanged = OnDataLevelChanged,
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy_standard.cpp | 469 void TransClientProxy::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() function in OHOS::TransClientProxy
|