mirror of
https://gitee.com/openharmony/deviceprofile_device_info_manager
synced 2025-02-17 06:08:26 +00:00
commit
bfc1dbe470
@ -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)
|
||||
|
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user