From ae8611f0519db4def0a1730a26cddb04f2098501 Mon Sep 17 00:00:00 2001 From: BrainL Date: Tue, 27 May 2025 11:22:41 +0800 Subject: [PATCH] modify sig Signed-off-by: BrainL --- commondependency/include/deviceprofile_connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commondependency/include/deviceprofile_connector.h b/commondependency/include/deviceprofile_connector.h index 3956310b8..81505fbd3 100644 --- a/commondependency/include/deviceprofile_connector.h +++ b/commondependency/include/deviceprofile_connector.h @@ -47,7 +47,7 @@ DM_EXPORT extern const uint32_t SERVICE; DM_EXPORT extern const uint32_t APP; extern const char* TAG_PEER_BUNDLE_NAME; -extern const char* TAG_PEER_TOKENID; +DM_EXPORT extern const char* TAG_PEER_TOKENID; const uint32_t DM_IDENTICAL_ACCOUNT = 1; const uint32_t DM_SHARE = 2; @@ -205,7 +205,7 @@ public: DM_EXPORT int32_t GetBindLevel(const std::string &pkgName, const std::string &localUdid, const std::string &udid, uint64_t &tokenId); std::map GetDeviceIdAndBindLevel(std::vector userIds, const std::string &localUdid); - std::vector GetDeviceIdAndUdidListByTokenId(const std::vector &userIds, + DM_EXPORT std::vector GetDeviceIdAndUdidListByTokenId(const std::vector &userIds, const std::string &localUdid, int32_t tokenId); DM_EXPORT std::multimap GetDeviceIdAndUserId( int32_t userId, const std::string &accountId, const std::string &localUdid); -- Gitee