mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix internal flow
PiperOrigin-RevId: 466426960
This commit is contained in:
committed by
Copybara-Service
parent
643c0efdde
commit
55f20775d2
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
@@ -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",
|
||||
],
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -21,7 +21,7 @@ cc_library(
|
||||
"mediums.h",
|
||||
],
|
||||
visibility = [
|
||||
"//third_party/nearby/presence/implementation:__subpackages__",
|
||||
"//presence/implementation:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//internal/platform:base",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user