!673 多屏协同联调适配

Merge pull request !673 from torrizo/master
This commit is contained in:
openharmony_ci 2024-09-25 02:40:06 +00:00 committed by Gitee
commit bfc1dbe470
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@ using namespace OHOS::DistributedHardware;
namespace {
const std::string TAG = "ProfileUtils";
const std::unordered_set<std::string> NEED_ADD_OH_SUFFIX_DEV_PROFILES { OS_TYPE, OS_VERSION };
const std::unordered_set<std::string> NEED_ADD_OH_SUFFIX_SVR_NAMES { "DistributeModemService" };
const std::unordered_set<std::string> NEED_ADD_OH_SUFFIX_SVR_NAMES { "DistributeModemService",
"multiScreenAssistantService" };
}
std::string ProfileUtils::GetDbKeyAnonyString(const std::string& dbKey)

View File

@ -25,7 +25,7 @@ namespace DistributedDeviceProfile {
namespace {
const std::string TAG = "CollaborationInfoCollector";
const std::vector<std::string> COLLABORATION_SERVICE_ID_VECTOR = { "distributeCameraControllerService",
"multiScreenAssistantService", "padCarCollaborate" };
"padCarCollaborate" };
const std::string COLLABORATION_CHARACTERISTIC_KEY = "status";
const std::string COLLABORATION_CHARACTERISTIC_VALUE = "false";
}