Merge branch 'google3'

Change-Id: Ibebf84b98939ee8e5006beedc34d225e8c2dd413
This commit is contained in:
Alexey Polyudov
2020-05-28 01:36:50 -07:00
337 changed files with 20487 additions and 1586 deletions
+5 -3
View File
@@ -1,4 +1,3 @@
#include <vector>
#include "core/core.h"
@@ -6,9 +5,10 @@
#include "core/params.h"
#include "core/payload.h"
#include "core/status.h"
#include "platform/api/platform.h"
#include "platform/byte_array.h"
#include "platform/file_impl.h"
#include "platform/impl/sample/sample_platform.h"
#include "platform/impl/shared/sample/sample_wifi_medium.h"
#include "platform/port/string.h"
#include "platform/ptr.h"
@@ -16,6 +16,8 @@ namespace location {
namespace nearby {
namespace connections {
using TestPlatform = platform::ImplementationPlatform;
class ResultListenerImpl : public ResultListener {
public:
void onResult(Status::Value status) override {}
@@ -53,7 +55,7 @@ class PayloadListenerImpl : public PayloadListener {
};
void check_compilation() {
Core<sample::SamplePlatform> core;
Core<TestPlatform> core;
const string name = "name";
const string service_id = "service_id";