/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 212 const DataLevelInfo *dataLevelInfo) in ClientOnDataLevelChanged() argument 214 if (pkgName == nullptr || networkId == nullptr || dataLevelInfo == nullptr) { in ClientOnDataLevelChanged() 224 clientProxy->OnDataLevelChanged(networkId, dataLevelInfo); in ClientOnDataLevelChanged()
|
H A D | lnn_bus_center_ipc.cpp | 72 static int32_t OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo); 167 static int32_t OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument 175 (void)ClientOnDataLevelChanged(dbPkgName, iter->pid, networkId, dataLevelInfo); in OnDataLevelChanged()
|
H A D | bus_center_client_proxy_standard.cpp | 605 …BusCenterClientProxy::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument 621 if (!data.WriteRawData(dataLevelInfo, sizeof(DataLevelInfo))) { in OnDataLevelChanged()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy.h | 52 const DataLevelInfo *dataLevelInfo);
|
H A D | bus_center_client_proxy_standard.h | 53 void OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) override;
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_utils.h | 145 int32_t (*onDataLevelChanged)(const char *networkId, const DataLevelInfo *dataLevelInfo);
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/include/ |
H A D | client_bus_center_manager.h | 73 void LnnOnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 78 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;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 158 void ISoftBusClient::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument
|
H A D | softbus_client_stub.cpp | 792 …id SoftBusClientStub::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument 794 LnnOnDataLevelChanged(networkId, dataLevelInfo); in OnDataLevelChanged()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 1365 void LnnOnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in LnnOnDataLevelChanged() argument 1372 .dynamicLevel = dataLevelInfo->dynamicLevel, in LnnOnDataLevelChanged() 1373 .staticLevel = dataLevelInfo->staticLevel, in LnnOnDataLevelChanged() 1374 .switchLevel = dataLevelInfo->switchLevel, in LnnOnDataLevelChanged() 1375 .switchLength = dataLevelInfo->switchLength in LnnOnDataLevelChanged()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy_standard.cpp | 503 void TransClientProxy::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument 506 (void)dataLevelInfo; in OnDataLevelChanged()
|