Fix internal flow

PiperOrigin-RevId: 466426960
This commit is contained in:
Suet-Fei Li
2022-08-09 12:02:16 -07:00
committed by Copybara-Service
parent 643c0efdde
commit 55f20775d2
59 changed files with 125 additions and 125 deletions
+4 -4
View File
@@ -53,8 +53,8 @@ cc_library(
"//internal/platform/implementation:__subpackages__",
"//internal/proto/analytics:__subpackages__",
"//location/nearby/cpp/sharing:__subpackages__",
"//presence:__subpackages__",
"//third_party/nearby/cpp/cal:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
],
deps = [
"//proto:connections_enums_cc_proto",
@@ -109,7 +109,7 @@ cc_library(
"//internal/platform:__subpackages__",
"//internal/proto/analytics:__subpackages__",
"//location/nearby/analytics/cpp:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
"//presence:__subpackages__",
],
deps = [
"//internal/platform/implementation:platform",
@@ -176,7 +176,7 @@ cc_library(
"//connections/implementation:__subpackages__",
"//internal/platform:__pkg__",
"//internal/platform/implementation:__subpackages__",
"//third_party/nearby/presence:__pkg__",
"//presence:__pkg__",
],
deps = [
"//internal/platform/implementation:types",
@@ -359,7 +359,7 @@ cc_library(
"//internal/analytics:__subpackages__",
"//internal/platform:__pkg__",
"//internal/platform/implementation:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
"//presence:__subpackages__",
],
deps = [
":logging",
+5 -5
View File
@@ -40,7 +40,7 @@ cc_library(
"//internal/platform:__pkg__",
"//internal/platform/implementation:__subpackages__",
"//location/nearby/analytics/cpp:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
"//presence:__subpackages__",
],
deps = [
"//connections/clients/windows:types",
@@ -69,16 +69,16 @@ cc_library(
"//connections/implementation:__subpackages__",
"//internal/platform:__pkg__",
"//internal/platform/implementation:__subpackages__",
"//third_party/nearby/presence:__pkg__",
"//third_party/nearby/presence/implementation:__pkg__",
"//presence:__pkg__",
"//presence/implementation:__pkg__",
],
deps = [
"//connections/implementation/proto:offline_wire_formats_cc_proto",
"//internal/platform:base",
"//internal/platform:cancellation_flag",
"//internal/platform:uuid",
"//third_party/nearby/presence:credential",
"//third_party/nearby/presence/proto:credential_cc_proto",
"//presence:credential",
"//presence/proto:credential_cc_proto",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/strings",
],
@@ -21,8 +21,8 @@
#include <vector>
#include "internal/platform/exception.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/proto/credential.pb.h"
#include "presence/presence_identity.h"
#include "presence/proto/credential.pb.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -116,7 +116,7 @@ cc_library(
"//internal/platform:__subpackages__",
"//internal/proto/analytics:__subpackages__",
"//location/nearby/cpp/sharing:__subpackages__",
"//third_party/nearby/presence:__subpackages__",
"//presence:__subpackages__",
],
deps = [
":comm",
+5 -5
View File
@@ -26,7 +26,7 @@ cc_library(
],
deps = [
":types",
"//third_party/nearby/presence/implementation:internal", # build_cleaner: keep
"//presence/implementation:internal", # build_cleaner: keep
],
)
@@ -61,7 +61,7 @@ cc_library(
":credential",
"//net/proto2/util/public:differencer",
"//internal/platform:base",
"//third_party/nearby/presence/proto:credential_cc_proto",
"//presence/proto:credential_cc_proto",
"@com_google_absl//absl/strings",
"@com_google_glog//:glog",
],
@@ -147,8 +147,8 @@ cc_library(
"//third_party/nearby:__subpackages__",
],
deps = [
"//third_party/nearby/presence/proto:credential_cc_proto",
"//third_party/nearby/presence/proto:device_metadata_cc_proto",
"//presence/proto:credential_cc_proto",
"//presence/proto:device_metadata_cc_proto",
],
)
@@ -247,7 +247,7 @@ cc_test(
":credential",
"//internal/platform:uuid",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//third_party/nearby/presence/proto:credential_cc_proto",
"//presence/proto:credential_cc_proto",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
],
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/action_factory.h"
#include "presence/action_factory.h"
#include <algorithm>
#include <vector>
+2 -2
View File
@@ -17,8 +17,8 @@
#include <vector>
#include "third_party/nearby/presence/broadcast_request.h"
#include "third_party/nearby/presence/data_element.h"
#include "presence/broadcast_request.h"
#include "presence/data_element.h"
namespace nearby {
namespace presence {
+3 -3
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/action_factory.h"
#include "presence/action_factory.h"
#include <string>
#include <vector>
@@ -21,8 +21,8 @@
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/strings/escaping.h"
#include "third_party/nearby/presence/broadcast_request.h"
#include "third_party/nearby/presence/data_element.h"
#include "presence/broadcast_request.h"
#include "presence/data_element.h"
namespace nearby {
namespace presence {
+2 -2
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/advertisement_factory.h"
#include "presence/advertisement_factory.h"
#include <string>
#include <variant>
@@ -21,7 +21,7 @@
#include "absl/strings/str_format.h"
#include "internal/platform/logging.h"
#include "internal/platform/uuid.h"
#include "third_party/nearby/presence/data_element.h"
#include "presence/data_element.h"
namespace nearby {
namespace presence {
+3 -3
View File
@@ -20,9 +20,9 @@
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "internal/platform/implementation/ble_v2.h"
#include "third_party/nearby/presence/broadcast_request.h"
#include "third_party/nearby/presence/certificate_manager.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/broadcast_request.h"
#include "presence/certificate_manager.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
+4 -4
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/advertisement_factory.h"
#include "presence/advertisement_factory.h"
#include <string>
#include <vector>
@@ -22,9 +22,9 @@
#include "gtest/gtest.h"
#include "absl/status/status.h"
#include "absl/strings/escaping.h"
#include "third_party/nearby/presence/action_factory.h"
#include "third_party/nearby/presence/certificate_manager.h"
#include "third_party/nearby/presence/data_element.h"
#include "presence/action_factory.h"
#include "presence/certificate_manager.h"
#include "presence/data_element.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/broadcast_options.h"
#include "presence/broadcast_options.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+3 -3
View File
@@ -12,12 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/broadcast_request.h"
#include "presence/broadcast_request.h"
#include "absl/strings/string_view.h"
#include "internal/platform/logging.h"
#include "third_party/nearby/presence/encryption.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/encryption.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -22,7 +22,7 @@
#include "absl/strings/string_view.h"
#include "absl/types/variant.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/broadcast_request.h"
#include "presence/broadcast_request.h"
#include <variant>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -19,7 +19,7 @@
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "internal/platform/uuid.h"
#include "third_party/nearby/presence/proto/credential.pb.h"
#include "presence/proto/credential.pb.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/device_motion.h"
#include "presence/device_motion.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/device_motion.h"
#include "presence/device_motion.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/discovery_filter.h"
#include "presence/discovery_filter.h"
namespace nearby {
namespace presence {
+3 -3
View File
@@ -17,9 +17,9 @@
#include <vector>
#include "third_party/nearby/presence/presence_action.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/presence_zone.h"
#include "presence/presence_action.h"
#include "presence/presence_identity.h"
#include "presence/presence_zone.h"
namespace nearby {
namespace presence {
class DiscoveryFilter {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/discovery_filter.h"
#include "presence/discovery_filter.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/discovery_options.h"
#include "presence/discovery_options.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/encryption.h"
#include "presence/encryption.h"
#include <algorithm>
#include <cstring>
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/encryption.h"
#include "presence/encryption.h"
#include <string>
+10 -10
View File
@@ -30,7 +30,7 @@ cc_library(
"service_controller_impl.h",
],
visibility = [
"//third_party/nearby/presence:__subpackages__",
"//presence:__subpackages__",
],
deps = [
"//internal/crypto",
@@ -39,13 +39,13 @@ cc_library(
"//internal/platform:logging",
"//internal/platform/implementation:comm",
"//internal/platform/implementation:types",
"//third_party/nearby/presence:action_factory",
"//third_party/nearby/presence:advertisement_factory",
"//third_party/nearby/presence:credential",
"//third_party/nearby/presence:encryption",
"//third_party/nearby/presence:types",
"//third_party/nearby/presence/implementation/mediums",
"//third_party/nearby/presence/proto:credential_cc_proto",
"//presence:action_factory",
"//presence:advertisement_factory",
"//presence:credential",
"//presence:encryption",
"//presence:types",
"//presence/implementation/mediums",
"//presence/proto:credential_cc_proto",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
@@ -60,7 +60,7 @@ cc_test(
deps = [
":internal",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//third_party/nearby/presence:types",
"//presence:types",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
@@ -77,7 +77,7 @@ cc_test(
"//internal/crypto",
"//internal/platform/implementation:types",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//third_party/nearby/presence:encryption",
"//presence:encryption",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_googletest//:gtest_main",
],
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/implementation/advertisement_decoder.h"
#include "presence/implementation/advertisement_decoder.h"
#include <cstdint>
#include <string>
@@ -25,8 +25,8 @@
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "internal/platform/logging.h"
#include "third_party/nearby/presence/action_factory.h"
#include "third_party/nearby/presence/data_element.h"
#include "presence/action_factory.h"
#include "presence/data_element.h"
namespace nearby {
namespace presence {
@@ -20,10 +20,10 @@
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "third_party/nearby/presence/advertisement_factory.h"
#include "third_party/nearby/presence/data_element.h"
#include "third_party/nearby/presence/implementation/credential_manager.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/advertisement_factory.h"
#include "presence/data_element.h"
#include "presence/implementation/credential_manager.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/implementation/advertisement_decoder.h"
#include "presence/implementation/advertisement_decoder.h"
#include <string>
#include <vector>
@@ -21,8 +21,8 @@
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/strings/escaping.h"
#include "third_party/nearby/presence/data_element.h"
#include "third_party/nearby/presence/implementation/credential_manager_impl.h"
#include "presence/data_element.h"
#include "presence/implementation/credential_manager_impl.h"
namespace nearby {
namespace presence {
+2 -2
View File
@@ -15,8 +15,8 @@
#ifndef THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_BROADCAST_MANAGER_H_
#define THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_BROADCAST_MANAGER_H_
#include "third_party/nearby/presence/implementation/credential_manager.h"
#include "third_party/nearby/presence/implementation/mediums/mediums.h"
#include "presence/implementation/credential_manager.h"
#include "presence/implementation/mediums/mediums.h"
namespace nearby {
namespace presence {
+2 -2
View File
@@ -22,8 +22,8 @@
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "internal/platform/implementation/credential_storage.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/proto/credential.pb.h"
#include "presence/presence_identity.h"
#include "presence/proto/credential.pb.h"
namespace nearby {
namespace presence {
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/implementation/credential_manager_impl.h"
#include "presence/implementation/credential_manager_impl.h"
#include <memory>
#include <string>
@@ -25,7 +25,7 @@
#include "internal/platform/base64_utils.h"
#include "internal/platform/implementation/crypto.h"
#include "internal/platform/logging.h"
#include "third_party/nearby/presence/encryption.h"
#include "presence/encryption.h"
namespace nearby {
namespace presence {
@@ -24,9 +24,9 @@
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "internal/platform/credential_storage.h"
#include "third_party/nearby/presence/implementation/credential_manager.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/proto/credential.pb.h"
#include "presence/implementation/credential_manager.h"
#include "presence/presence_identity.h"
#include "presence/proto/credential.pb.h"
namespace nearby {
namespace presence {
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/implementation/credential_manager_impl.h"
#include "presence/implementation/credential_manager_impl.h"
#include <string>
@@ -23,7 +23,7 @@
#include "internal/crypto/encryptor.h"
#include "internal/crypto/symmetric_key.h"
#include "internal/platform/implementation/crypto.h"
#include "third_party/nearby/presence/encryption.h"
#include "presence/encryption.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -21,7 +21,7 @@ cc_library(
"mediums.h",
],
visibility = [
"//third_party/nearby/presence/implementation:__subpackages__",
"//presence/implementation:__subpackages__",
],
deps = [
"//internal/platform:base",
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_MEDIUMS_MEDIUMS_H_
#define THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_MEDIUMS_MEDIUMS_H_
#include "third_party/nearby/presence/implementation/mediums/ble.h"
#include "presence/implementation/mediums/ble.h"
namespace nearby {
namespace presence {
@@ -15,7 +15,7 @@
#ifndef THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_MOCK_SERVICE_CONTROLLER_H_
#define THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_MOCK_SERVICE_CONTROLLER_H_
#include "third_party/nearby/presence/implementation/service_controller.h"
#include "presence/implementation/service_controller.h"
namespace nearby {
namespace presence {
+2 -2
View File
@@ -15,8 +15,8 @@
#ifndef THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_SCAN_MANAGER_H_
#define THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_SCAN_MANAGER_H_
#include "third_party/nearby/presence/implementation/credential_manager.h"
#include "third_party/nearby/presence/implementation/mediums/mediums.h"
#include "presence/implementation/credential_manager.h"
#include "presence/implementation/mediums/mediums.h"
namespace nearby {
namespace presence {
@@ -15,9 +15,9 @@
#ifndef THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_SERVICE_CONTROLLER_IMPL_H_
#define THIRD_PARTY_NEARBY_PRESENCE_IMPLEMENTATION_SERVICE_CONTROLLER_IMPL_H_
#include "third_party/nearby/presence/implementation/credential_manager_impl.h"
#include "third_party/nearby/presence/implementation/mediums/mediums.h"
#include "third_party/nearby/presence/implementation/service_controller.h"
#include "presence/implementation/credential_manager_impl.h"
#include "presence/implementation/mediums/mediums.h"
#include "presence/implementation/service_controller.h"
/*
* This class implements {@code ServiceController} functions. Owns mediums and
+1 -1
View File
@@ -16,7 +16,7 @@
#define THIRD_PARTY_NEARBY_PRESENCE_LISTENERS_H_
#include "internal/platform/listeners.h"
#include "third_party/nearby/presence/status.h"
#include "presence/status.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_action.h"
#include "presence/presence_action.h"
#include "glog/logging.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_action.h"
#include "presence/presence_action.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+2 -2
View File
@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_client.h"
#include "presence/presence_client.h"
#include "third_party/nearby/presence/presence_device.h"
#include "presence/presence_device.h"
namespace nearby {
namespace presence {
+5 -5
View File
@@ -17,11 +17,11 @@
#include <vector>
#include "third_party/nearby/presence/broadcast_options.h"
#include "third_party/nearby/presence/discovery_filter.h"
#include "third_party/nearby/presence/discovery_options.h"
#include "third_party/nearby/presence/listeners.h"
#include "third_party/nearby/presence/presence_device.h"
#include "presence/broadcast_options.h"
#include "presence/discovery_filter.h"
#include "presence/discovery_options.h"
#include "presence/listeners.h"
#include "presence/presence_device.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_client.h"
#include "presence/presence_client.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_device.h"
#include "presence/presence_device.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_device.h"
#include "presence/presence_device.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/presence_identity.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_identity.h"
#include "presence/presence_identity.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include <memory>
#include "third_party/nearby/presence/implementation/service_controller.h"
#include "presence/implementation/service_controller.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_service.h"
#include "presence/presence_service.h"
#include "gtest/gtest.h"
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_zone.h"
#include "presence/presence_zone.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -17,7 +17,7 @@
#include <vector>
#include "third_party/nearby/presence/device_motion.h"
#include "presence/device_motion.h"
namespace nearby {
namespace presence {
class PresenceZone {
+2 -2
View File
@@ -12,12 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/presence_zone.h"
#include "presence/presence_zone.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "third_party/nearby/presence/device_motion.h"
#include "presence/device_motion.h"
namespace nearby {
namespace presence {
+4 -4
View File
@@ -19,10 +19,10 @@
#include <vector>
#include "net/proto2/util/public/message_differencer.h"
#include "third_party/nearby/presence/data_element.h"
#include "third_party/nearby/presence/power_mode.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/proto/credential.pb.h"
#include "presence/data_element.h"
#include "presence/power_mode.h"
#include "presence/presence_identity.h"
#include "presence/proto/credential.pb.h"
using MD = proto2::util::MessageDifferencer;
+2 -2
View File
@@ -13,8 +13,8 @@
// limitations under the License.
#include <vector>
#include "third_party/nearby/presence/scan_request.h"
#include "third_party/nearby/presence/scan_request_builder.h"
#include "presence/scan_request.h"
#include "presence/scan_request_builder.h"
namespace nearby {
namespace presence {
+4 -4
View File
@@ -18,10 +18,10 @@
#include <vector>
#include "absl/strings/string_view.h"
#include "third_party/nearby/presence/power_mode.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/presence_zone.h"
#include "third_party/nearby/presence/scan_request.h"
#include "presence/power_mode.h"
#include "presence/presence_identity.h"
#include "presence/presence_zone.h"
#include "presence/scan_request.h"
namespace nearby {
namespace presence {
+4 -4
View File
@@ -12,16 +12,16 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/scan_request_builder.h"
#include "presence/scan_request_builder.h"
#include <vector>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "third_party/nearby/presence/power_mode.h"
#include "third_party/nearby/presence/presence_identity.h"
#include "third_party/nearby/presence/scan_request.h"
#include "presence/power_mode.h"
#include "presence/presence_identity.h"
#include "presence/scan_request.h"
namespace nearby {
namespace presence {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/nearby/presence/status.h"
#include "presence/status.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"